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,504

Downloads of v 0.14.0:

518

Last Update:

25 Jan 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.14.0 | Updated: 25 Jan 2016

Downloads:

9,504

Downloads of v 0.14.0:

518

Maintainer(s):

Software Author(s):

  • Microsoft

AutoRest 0.14.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.14.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.14.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.14.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.14.0'
end

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


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

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


package { 'autorest':
  ensure   => '0.14.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 25 Jan 2016.

Description

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


tools\AutoRest.Core.dll
md5: 3B62CD05A07F4F7F6B5306F25C416C5A | sha1: 06E05FD2ED73134F0D7C79B2C344A93FD91A033F | sha256: C2A06681538B440C8979A17C9D8FD58FCD1555D53FB154600F8670D0728C10AB | sha512: DE313DEA1CD0B315C93D16E21FA3B44150D79AFF270DE09D32329BBCCA9755E0855553D72F83DA3AA7E22A39826A7F90BBA8B0014013FD51F10F0948D8A5CF27
tools\AutoRest.exe
md5: 3BF4D342209BEF1F4DC4BA8ACA53A5DB | sha1: 9F042E96D02FA7B28ED77BD4D02C95D36DC557C1 | sha256: 1BE6C9F361B4C11A41DB3BD06E3DD652AA8AEE0DFD3074CD3D1CC6C03EA152F1 | sha512: CF96F07E0B4D6935DE314F65E1F6F55493EB8BCDABFAA1818654BC964F6B8044C858D546C2480C902A0F9464F06FE11B849AF80218EDFC61FB4162425F7DC92C
tools\AutoRest.Generator.Azure.CSharp.dll
md5: EA5D3716A5D81BAB3F502692431CB84C | sha1: A076A786C1BB0AD372F41678C37C1165469416F0 | sha256: FEAE61BBCFABABB3EB423F4EDFD819046AD9D8B72597671041C5E9DAE7941BD4 | sha512: 4CC670D38182A4139E4BFE0D6864B3EC08402162D91E0B4DD2C7B66B31C40B2A38E7DF51C3E2E56FDE554A49382D7D63B5A8620134112FA0634F3F00ED76E153
tools\AutoRest.Generator.Azure.Extensions.dll
md5: 45B34E72A3594702321615C4B147317D | sha1: 66F620BB05BF19BA6BF9CE1AB240FA45ACD5B7E4 | sha256: 730FFCF7FEB7A2CC6839B28B6BDEEC5B94E3939A11AFF8D5A683B80FEA5363B9 | sha512: 052EBDF30C07EAD3E1CA2C01CD6B07D1F23A742399BB91BB242F838E8A417774C501A898626185F61B0A280742182294DFBF9C502A4390110803141594124209
tools\AutoRest.Generator.Azure.NodeJS.dll
md5: 4D7C77A9A78132C342A2DB8C0F4120EC | sha1: 5B17B09583838713FADB05BE18F6C7F3EECB84A2 | sha256: FFA5DD2F2DBBBDE8DD30CF39647DFF2010F986BA14099C613E9C0AE759757D74 | sha512: D5FB2E20B7E562E6514BB2B9CEA7D38E00256318F723E44EB863E4D27D707CF1251A2B2C6DF157C679E7849BDBD116329EC80EB788321D1FCA6AF6212E663A4B
tools\AutoRest.Generator.Azure.Ruby.dll
md5: 789440CC8389C04C85525A4881AE0E10 | sha1: 7E378468F92A108A626A21D4BD2CE9F142018307 | sha256: B33C85F65273E7B6183217775ADF96358D88E75DA5D4A1228EFA261BBEDC3345 | sha512: 6A9A34ECEF027C0C02E577BDC2BCC8BFC74AD41D52A92C5FCB61E6696EA0EDDD4AA13AB82F1F37A2F27DEAA67F17DD25CB687AA3944555F346AFF4C806BB4752
tools\AutoRest.Generator.CSharp.dll
md5: 45C43BC2CE28002216BC057FB4D23AB8 | sha1: 4D920BE9BE58B566ADBA190C15D5D5EB2E89CC13 | sha256: 5602250387F38A87DF5679BF9616F8D247B59095984A306F793D7CF53B0617B5 | sha512: B8F0E8D2BC64B35ACD79020514BA09B2947A6132754F4825AD20FB5BF39307DCE79878DDBD24763E817BE8BAA8076D9424E3DB75F79A33700F6FA593594DBEBA
tools\AutoRest.Generator.Extensions.dll
md5: B3FE1390F3A09A30628D49D35E98BB30 | sha1: 95B6582DA50D8EA98852FA3966D10EE066C040B1 | sha256: 81DDDAE01CA2BB306E10BF9D53C88354B7F97F9826089C2D3B783F67D1F899DD | sha512: A84C0FA55FCC2807B6B024C6927BCEE1042614DBE7E7CABACB8CC19552D58D7C2AD8E48A06784D273314FE1EAE0C42304F70D26B4CDB18BE1DABFFBE21FB0561
tools\AutoRest.Generator.NodeJS.dll
md5: C8E29AC6A5B6BDF5CD2B81488591A3A8 | sha1: 1731C7442D2D46530A29927F0F7C3128C5B64F54 | sha256: 722932A3D0ECFF78EA4ABD216635157DF251028AF3BB1BF6846D6148F9BBF8DB | sha512: 56F95282A5F7CE427B2C8F691B59A935CA3034430B9FC401AD20F92873654770F1DD41F98CA9E79F9BBA086844B2ABCDA8E50B3FAE29BA7DA5F767A240236D68
tools\AutoRest.Generator.Ruby.dll
md5: D9EB622A2AE0A893148CD7F8D2257EDF | sha1: 47AF83B2747093D14771DA81677C2DB2A1499169 | sha256: 7445BB1FC2FA588B642916A0F3F35486C1E48D334633B61C0247695347303A98 | sha512: FE06972EC2BEAACEC08847A665696D823F2286EB6C6C5645941A3F638F072D5C6AFBD2CDABFE443678C2D2B0415F9258819169CA9D0BFACD9AE7BD920DF4B1AA
tools\AutoRest.json
{
  "codeGenerators": {
    "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"
    },
    "Ruby": {
      "type": "RubyCodeGenerator, AutoRest.Generator.Ruby"
    },
    "Azure.Ruby": {
      "type": "AzureRubyCodeGenerator, AutoRest.Generator.Azure.Ruby"
    }
  },
  "modelers": {
    "Swagger": {
      "type": "SwaggerModeler, AutoRest.Modeler.Swagger"
    }
  }
}
tools\AutoRest.Modeler.Swagger.dll
md5: 76F84ED64E681704F27BDFA4B386B47E | sha1: A9D976815BA94A473285A0F23D20AEEE2652D1B3 | sha256: 10B66EBAC19D6FA27A90E3B6F037271234F24706A8B9B663163E3B973635E18E | sha512: 0F77753EE7C69A05E2FFA84A392A7A965BB1ABE5B361AD01E8FE6B253111E27B5A0CB890E92AE79D9699F59374CDF618871401F827BB07F05E29880B676C2E09
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 1972 Thursday, May 12, 2016 Approved
AutoRest 0.15.0 747 Saturday, March 5, 2016 Approved
AutoRest 0.14.0 518 Monday, January 25, 2016 Approved
AutoRest 0.13.0 566 Monday, December 14, 2015 Approved
AutoRest 0.12.0 493 Monday, October 26, 2015 Approved
AutoRest 0.11.0 494 Wednesday, August 5, 2015 Approved
AutoRest 0.10.0 462 Friday, July 10, 2015 Approved
AutoRest 0.9.7 548 Thursday, April 2, 2015 Approved
AutoRest 0.9.6 480 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