Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

9,462

Downloads of v 0.16.0:

1,964

Last Update:

12 May 2016

Package Maintainer(s):

Software Author(s):

  • Microsoft

Tags:

microsoft autorest

AutoRest

This is not the latest version of AutoRest available.

  • 1
  • 2
  • 3

0.16.0 | Updated: 12 May 2016

Downloads:

9,462

Downloads of v 0.16.0:

1,964

Maintainer(s):

Software Author(s):

  • Microsoft

AutoRest 0.16.0

This is not the latest version of AutoRest available.

  • 1
  • 2
  • 3

All Checks are Passing

3 Passing Tests


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Successful:

No detections found in any package files

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install AutoRest, run the following command from the command line or from PowerShell:

>

To upgrade AutoRest, run the following command from the command line or from PowerShell:

>

To uninstall AutoRest, run the following command from the command line or from PowerShell:

>

Deployment Method:

NOTE

This applies to both open source and commercial editions of Chocolatey.

1. Enter Your Internal Repository Url

(this should look similar to https://community.chocolatey.org/api/v2/)


2. Setup Your Environment

1. Ensure you are set for organizational deployment

Please see the organizational deployment guide

2. Get the package into your environment

  • Open Source or Commercial:
    • Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
    • You can also just download the package and push it to a repository Download

3. Copy Your Script

choco upgrade autorest -y --source="'INTERNAL REPO URL'" --version="'0.16.0'" [other options]

See options you can pass to upgrade.

See best practices for scripting.

Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.

If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:


choco upgrade autorest -y --source="'INTERNAL REPO URL'" --version="'0.16.0'" 
$exitCode = $LASTEXITCODE

Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
  Exit 0
}

Exit $exitCode

- name: Install autorest
  win_chocolatey:
    name: autorest
    version: '0.16.0'
    source: INTERNAL REPO URL
    state: present

See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.


chocolatey_package 'autorest' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '0.16.0'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller autorest
{
    Name     = "autorest"
    Version  = "0.16.0"
    Source   = "INTERNAL REPO URL"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'autorest':
  ensure   => '0.16.0',
  provider => 'chocolatey',
  source   => 'INTERNAL REPO URL',
}

Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.


4. If applicable - Chocolatey configuration/installation

See infrastructure management matrix for Chocolatey configuration elements and examples.

Package Approved

This package was approved as a trusted package on 12 Mar 2017.

Description

The AutoRest tool generates client libraries for accessing REST APIs that are described using the Swagger format.


tools\AutoRest.Core.dll
md5: 552E43D32753E6140F317F29D3F92E1C | sha1: 03EEFAA7C52BEFB45EC6CB961A8C3A82EA645E45 | sha256: 2F809A77D2C6AF413CCABC70747435E081B987DE78E6020A58AB70955A53BA07 | sha512: 21954130529ECF774DF5B8DE29F26D44FC510D6263B36DFE56FE1BA24382B43BD2E8798D86170DE4C926131746A6ACA00AA2D42595D8FD6E4EA2EF1C46CC8116
tools\AutoRest.exe
md5: E5513CA52FA6DB3C275CD8DB04504A9B | sha1: B8AD0AF572ABB39952C9E58A1CD13B070FC9B893 | sha256: 99EC96DE3AF133CF5B98ED33FE3211B5C016F1BBF08CEDE289B3CB371184C4C8 | sha512: AD236B3D895A53D39D28A6BF0C16A3F21050585B0F2CCBFE226D60309F80B0D316BB162D70E992A1BA293797DD93B0AA4F96CC5805BE765B07B2F07B24EE164F
tools\AutoRest.Generator.Azure.CSharp.dll
md5: 083D92D86E1D21EAA1F6E473C6CE4332 | sha1: 26256B93134878EE98CC9A42DEF33FA65482C63B | sha256: 7D76D403F3AF502A8A3800CCC4EAEEAA0A769CBBCA17AEAF783E94A52969FFF8 | sha512: EE389024877CB3718923B925B2D3A131FC12F458E623776A785836F3EE1BCAB11BC998ED1F3E4BC0C9C77BFBAF2470C0D58FAEC617BF8F1C3DFA499ABF1941DB
tools\AutoRest.Generator.Azure.Extensions.dll
md5: 0205F8571502CF899B379615527F2164 | sha1: C6BF076BF8B0B92F16D9E02B9B1D20017763D175 | sha256: 6CEF3DF571FDD3C9CC5F64919139929623AEE3C16B9B4DB5628936F540AE2C9E | sha512: E0A69C2FF0645EB4601A1701867B99EC8878289B39ED92E7A4229770BBBB1D085C1B4E56E41F6915C3872C8A8819BE3842D52E1C52E3531168C3A1477DB50427
tools\AutoRest.Generator.Azure.Java.dll
md5: 04382F824D27107914B63421D038B3FE | sha1: 999E6655EBD9666AA5D0555ABBEA64B2125683D9 | sha256: 120146F02B3114BDB113DF77BD3DCD3A253B2F50E64FE477002492AF8998C724 | sha512: 53BB225F1FC4046F17B16842217C53D54E22AB20544A37B6727B1027812D897D87C2FCC728EE0ACD936779627461D92193AA331FB0D39C5E0194B185C0C329AB
tools\AutoRest.Generator.Azure.NodeJS.dll
md5: FDE8A2380032319D94CEB434F9012DB7 | sha1: 08B4D345C664669967F1801CF2AC5A7EF8DC81FE | sha256: 001A7F738BD279CD89D54976A1F87C897103D346A600051AB301C8F467704CC0 | sha512: CAD0957622827E062534B198468AE0928B53B22D68D3D2CB832D280B4BCB1B3259A7D456F00D093ED0A56AD4D4AA6EC5934D0E4819378384B198907C32A31E4B
tools\AutoRest.Generator.Azure.Python.dll
md5: B5907F435D10F15D5B09707B289447A0 | sha1: 0A6AA0975050F47E80C9AF9ABEB9F308ECFDE076 | sha256: 793C0A4593820DE3700B8A5E6D6345B90065E5AF793D79BFD0C3399C12086F13 | sha512: F4E2307056A2044E2432FBD1CE34F532C2EB0A20ED9D5FC53073D3136A5D2447872159C1BF520F7BB989F7AEC516DA2EE5A6A175B870A514D4FC812B678434F3
tools\AutoRest.Generator.Azure.Ruby.dll
md5: B18FF4B0919B83D26771E02868BF5310 | sha1: 627325F1A7DD1EA64412B967835484CE392DE491 | sha256: 00C3C39B965FABE3AE1DF87283D6DBBA12C4573F420EEFA98F81A2DA8009486F | sha512: 0503034F05F6D7A8343640F97DC20204F0E01A808903CCCF3980E4D4B5FD43E1351709A6FB2FCC0F11E1C275BBEBFD12A520352F9E58BCD99F442AC2D184FB07
tools\AutoRest.Generator.AzureResourceSchema.dll
md5: 4EDD0ED65107483212A025565CB3FD77 | sha1: B3675723FA803D175F57283CA5C49EB712353D22 | sha256: 4ADAA0B34A9901071B09A8AAB856F8F625576F06C06AFAF71541817B29F117B1 | sha512: 7DF685E6E55949BB0BCA22DACAA5FACA7A1BC923D685E4DC0E0DD201FF55DF22E6DB7AF7BBAC1481A7D70D1DA60FDAC56C84E40F360784FDBB6C8672AEEDC8D0
tools\AutoRest.Generator.CSharp.dll
md5: 159759A76E1E97F74BB6C427A2C48F07 | sha1: B18306C2772E36394B596B6137C6E62BDD5196DE | sha256: 3B855861253D843D8E2DDAF8EFACD398A3CEC978786F3051CDA9AC7E34A167DA | sha512: E63ABA1FE1767792A9A08C2F336DC54142301B5075286B2A4B3CDAB69820AFF2C556E35797C8C1DCDC17C85DCFC9B7D483880B399A184A5180BD3880883AC206
tools\AutoRest.Generator.Extensions.dll
md5: 3D3B1533F9D477B19DA4C94192CD86E6 | sha1: 2CCEF0907FDE0BC9C0BCBDF71EAE98AF531152F0 | sha256: 5A7289FB9A36DA3D974F3195B8CC5DF951AB39CC34644AD0B0023C5383587835 | sha512: 85EFE9738F3C31226D2C30F53FD2468334DC4F5D17C9713C1711B602F1F8ED314F6E9B3FEB92D428EA59A655FCFA839AC0CE490BD77D060D439A7343A716EA01
tools\AutoRest.Generator.Java.dll
md5: 6A64DB80147A763B11CEA717C3B8FC91 | sha1: FC74D7B9EF6CDF93D50D07E4694FDE04E887299D | sha256: 07019B372564EB82407A915FB42D06B77EBF8EDAA7EBEC89D999A7A48373BA39 | sha512: 47C20CB7AFD95FA5564500A2BD927B23DBA415A2A4A3952E57934189DA22AF7236698A1F68B8F05DB7F211A03DC9E29F14140B915156926639A23A738699A346
tools\AutoRest.Generator.NodeJS.dll
md5: E8AD9076576430849AB3F73AD91BCB05 | sha1: D1115984A8C39B2AD6DF6CB2208AE3113022DB53 | sha256: F79FABD9C0A82A421EE1054BF92330E20D1F9B4D1158C06CE5F74156376CEC23 | sha512: 3A94200F9FAB519E90229F7404CEEDDC6582FD934C103E01DF6FF2A19F308B4E99A267060F4CC52A2F34D2F72827346EC5B2EF4827B44D854160EF149D964B03
tools\AutoRest.Generator.Python.dll
md5: D1C1BB5863D6A8A0448C47E650486EB1 | sha1: 80D61E1F7CF16FD8D84461390F4E73857BC0F643 | sha256: A221A2DC6D6E341AD959533DCD78F6672B992AA4C7F6034172B5973D27C34FD7 | sha512: 80BFF879BD457B955D6A45972C90B4F00467780B5863DEB4AABF508CD71F19F145022A9CD68C391C9EE1A222FFE6414DE5A7D9D09C3A5FE09E3FE163AE6D2823
tools\AutoRest.Generator.Ruby.dll
md5: 7701A0FEC06CEE78ED5CFBE28217AC56 | sha1: 136219D2B7CFC395C236CD2944077F9D3B1092C4 | sha256: AF400E19421AA83FFB29F31FA16B38DA857490E6F6A86FBD10819A4EA8DDDB93 | sha512: 19777EF4A9400F68546BCA167268EAC956AC3823196A06C3AC58AC7D5E081F4CA4EF6F28792D145ED0984F4B49FED47167E948FEA7A013E55F7D2D2DC6546685
tools\AutoRest.json
{
  "codeGenerators": {
    "Ruby": {
      "type": "RubyCodeGenerator, AutoRest.Generator.Ruby"
    },
    "Azure.Ruby": {
      "type": "AzureRubyCodeGenerator, AutoRest.Generator.Azure.Ruby"
    },
    "CSharp": {
      "type": "CSharpCodeGenerator, AutoRest.Generator.CSharp"
    },
    "Azure.CSharp": {
      "type": "AzureCSharpCodeGenerator, AutoRest.Generator.Azure.CSharp"
    },
    "NodeJS": {
      "type": "NodeJSCodeGenerator, AutoRest.Generator.NodeJS"
    },
    "Azure.NodeJS": {
      "type": "AzureNodeJSCodeGenerator, AutoRest.Generator.Azure.NodeJS"
    },
    "Java": {
      "type": "JavaCodeGenerator, AutoRest.Generator.Java"
    },
    "Azure.Java": {
      "type": "AzureJavaCodeGenerator, AutoRest.Generator.Azure.Java"
    },
    "Python": {
      "type": "PythonCodeGenerator, AutoRest.Generator.Python"
    },
    "Azure.Python": {
      "type": "AzurePythonCodeGenerator, AutoRest.Generator.Azure.Python"
    },
    "AzureResourceSchema": {
      "type": "AzureResourceSchemaCodeGenerator, AutoRest.Generator.AzureResourceSchema"
    }
  },
  "modelers": {
    "Swagger": {
      "type": "SwaggerModeler, AutoRest.Modeler.Swagger"
    },
    "CompositeSwagger": {
      "type": "CompositeSwaggerModeler, AutoRest.Modeler.CompositeSwagger"
    }
  }
}
tools\AutoRest.Modeler.CompositeSwagger.dll
md5: 83F59CFE7B14BB748AB846D0D2975595 | sha1: A1F3BACAACE42A5D49BC41AB2FD5A92AD03FF7F3 | sha256: 9AB32B502BF99A6515D46BF26B37D0C05374FBC402F73A8CA69258554686BD18 | sha512: B8E319F3C533B06AA9CE6D5396D044C7EA75B5E2E8B821114F98C2D094A3AF2EADFDD2731D16030B208D8AAB4046349CCB32BC5BD7947CCB503A63E8C3DD9EE6
tools\AutoRest.Modeler.Swagger.dll
md5: E60212D3A777D455D880B672C169A7CA | sha1: 32235CB0E1DC40E6B97A704816DC3ECF7D2BA5B3 | sha256: DA29C6DAF2847AB7A7A2C0C06BBCDACB5FC3B1E3FF0F27968DE0AB3A0E6CE711 | sha512: 5DE959E5AD0C13E8E850FB927F1D24E53BEEC19B36D828C0ED8BEBF85466DBD9A3D7C0896863AF30CC7F44241FBE74D0C291BE0D7225BE377C099A77F61BF19E
tools\Newtonsoft.Json.dll
md5: 95E24268172C8908F5B2C906B90A92A7 | sha1: F065844930EED36F993E9F0C7533E404ACF6BB9F | sha256: 9ECA2C5ED187B5E1319C359AABF8382992131EFE1854B899C23A93FE227496E3 | sha512: E45F320D6EF4B093DEB99C39736013E9F25C29CE25FBEF0BCEA7D7353F7B0BA46E54E00F970103A036C0FF3EDEFD288532F2B08323D5EC1963F25534B1C975B7

Log in or click on link to see number of positives.

In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).

Chocolatey Pro provides runtime protection from possible malware.

Add to Builder Version Downloads Last Updated Status
AutoRest 0.16.0 1964 Thursday, May 12, 2016 Approved
AutoRest 0.15.0 738 Saturday, March 5, 2016 Approved
AutoRest 0.14.0 515 Monday, January 25, 2016 Approved
AutoRest 0.13.0 564 Monday, December 14, 2015 Approved
AutoRest 0.12.0 491 Monday, October 26, 2015 Approved
AutoRest 0.11.0 490 Wednesday, August 5, 2015 Approved
AutoRest 0.10.0 460 Friday, July 10, 2015 Approved
AutoRest 0.9.7 546 Thursday, April 2, 2015 Approved
AutoRest 0.9.6 478 Tuesday, March 24, 2015 Approved

This package has no dependencies.

Discussion for the AutoRest Package

Ground Rules:

  • This discussion is only about AutoRest and the AutoRest package. If you have feedback for Chocolatey, please contact the Google Group.
  • This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
  • The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
  • Tell us what you love about the package or AutoRest, or tell us what needs improvement.
  • Share your experiences with the package, or extra configuration or gotchas that you've found.
  • If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
comments powered by Disqus