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:

93,846

Downloads of v 1.2.0:

14,950

Last Update:

09 Dec 2016

Package Maintainer(s):

Software Author(s):

  • Project Kudu contributors

Tags:

azure rest api

ARMClient

This is not the latest version of ARMClient available.

  • 1
  • 2
  • 3

1.2.0 | Updated: 09 Dec 2016

Downloads:

93,846

Downloads of v 1.2.0:

14,950

Maintainer(s):

Software Author(s):

  • Project Kudu contributors

Tags:

azure rest api

ARMClient 1.2.0

This is not the latest version of ARMClient available.

  • 1
  • 2
  • 3

Some Checks Have Failed or Are Not Yet Complete

Not All Tests Have Passed


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Resulted in Flagged:

This package was submitted (and approved) prior to automated virus scanning integration into the package moderation processs.

We recommend clicking the "Details" link to make your own decision on installing this package.

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

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

>

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

>

To uninstall ARMClient, 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 armclient -y --source="'INTERNAL REPO URL'" --version="'1.2.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 armclient -y --source="'INTERNAL REPO URL'" --version="'1.2.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 armclient
  win_chocolatey:
    name: armclient
    version: '1.2.0'
    source: INTERNAL REPO URL
    state: present

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


chocolatey_package 'armclient' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '1.2.0'
end

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


cChocoPackageInstaller armclient
{
    Name     = "armclient"
    Version  = "1.2.0"
    Source   = "INTERNAL REPO URL"
}

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


package { 'armclient':
  ensure   => '1.2.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 21 Jul 2019.

Description

A simple command line tool to invoke the Azure Resource Manager API


tools\AADClient.exe
md5: 7F726291780F1BEB0162951B4522067C | sha1: 20E0554DE338F7DBCC02A47F7F7D943847B7B0A1 | sha256: DB6B8B1143D8A5518BAC614D550D6A3B62D9A044DCE430667B3F6024DC7C3A07 | sha512: 05DC4D8F42FE714C9BD864DE720C59A49C34E1DE17C21AF471B5E896829AA8CBF7CFEB4C4654D1EA137C6D70D4924857AE2EF74A9D8FB54E8630D8EC60D91A9A
tools\ARMClient.Authentication.dll
md5: 49DEF0ED6BC078DAC217D43F9A7CF3A5 | sha1: E88794862AB644577C94532003207922842EA7AA | sha256: 2CDC3AC31B23EAC4980CA8844D2A1436FBE5ADF1823E42841817F92512D25E12 | sha512: 8845D7D7A03A1B09EC4930C21E8AC85C8ADCD2F5B8D4360CE1BE6DBA6340842A41EE4ACDAEB1199E6B41E4BD05DA0D5FA277AD30A2D1AE9B6EBAFC833CACDC84
tools\ARMClient.exe
md5: BDF642D79E69D43EE7A1DB928300F1AA | sha1: 5E4344E7DFD10FB441D11804CD2BADBDA6C09E3D | sha256: F6D8EC740CE718C5D1714122DA6E8116589F22B59B8A94C606C165011E25FF42 | sha512: 56B839DF37E641473924553FF3CE12DE5E46E403FDD50705227AFA4A8B2A9D0E8288CC9C1CD19704C2A6CCD17F30EA326F52FD2847DFC8C66FD45AFCDA8E6B96
tools\ARMClient.Library.dll
md5: 35B00C732F8D88EE7892BF9AB424C574 | sha1: BDDC71F96333C727EBF8322A3E88FF5B4BD50C3E | sha256: 9A31CD2015CC5642FC4A41C4C6ADD90C67A2216A103B966EDBFC06D34EA77EF4 | sha512: 0499CB94B96AEF9CF571C25B78F34E7FFA4C1A401C2CBF3F8947542EE2BB5CE25D27A1D0CDE71B224FC8D642BD69EF3702D4F8474ABD03184A182617B5DB4ECD
tools\ARMClient.Library.Runner.exe
md5: 6771F3106DE13F578916B96C4EB5B024 | sha1: F423468F135E3EDCC31D38E022AFC48FD51413ED | sha256: 24FF9DEB6E389F1427B42802A98DF2B96212A76B4CBB1BADDFCEDACC5BA28D0A | sha512: 8CD5348C6E8FE9BB76777545C90157EC9BB2E291794A4543FE24AE9D1B214B913DB3441B0007108563266F87E820F427E26D45B79BE143E9B3E73B176D9BCF24
tools\ArmGuiClient.exe
md5: EEC51A13CFFDE051B69998F93E6770C2 | sha1: 6DB4FCD5C7CEB2D93AE4D4489FA5DF9CFA73E326 | sha256: 7ECB5B003E6D05376A19E9322F188536258182D258A1DE4BC0557DE5F9EDD8F3 | sha512: 1841E7F77A5EC4473D8D005CEBB69EBF23286603AEDEB23F60940C19F442473B3946BBAE70CA3A93F1AC91BAADC2C14CF6BCE2CD827598D83BB52C42A7A48422
tools\Microsoft.IdentityModel.Clients.ActiveDirectory.dll
md5: 958F796F41D548A258962522DE95E4AD | sha1: FF2BE4330C9CA5E618F7ACF9CFF37605BD048F46 | sha256: 5744A22C3C7AD04ED696CE06DDC6E74B3A5208C189DEEC8B996AEE3467E746F0 | sha512: 332F8B2CCF7D24EBDD74CEE48CCFCCED243CCABEE28EB097EA111658AD1A7C82C86DEC92EE20E1928BCBCBB431EF90FF0FDED8F6AD30629C410BF76B0FB6A9F7
tools\Microsoft.IdentityModel.Clients.ActiveDirectory.WindowsForms.dll
md5: 332C30DEC059DD527BE5F853F7DF96E9 | sha1: A9515AA0EEF0597D177CB27AF70E6A1C133B2388 | sha256: 6475D7C109D9D4039E9AE9E7E52ADD4C2024730B12ED6FA032414E0131B78FB0 | sha512: EFF07B00F4F3E848218C23E30CBB1E510BE4EE650F1018CF4C3CD16869331A421AE30C3923F18660DAEB3FFD017F46FC904BA8A12485BDF86EC2EA649A8EEEC1
tools\Newtonsoft.Json.dll
md5: 3EAEFE4332269092760BD0C1C966D2C9 | sha1: E6326487B9BB0BCB500A0D04EF09D01806BAB73F | sha256: 77176533046DC76964A8FA184DF90EABB705B6A7B73249CA72CA3F6903A38B34 | sha512: 28C88F277DD92925AD7D347CA8EF18B70E23FB7A40882E76B7215F98ADB65A4F606B162D322B05AE154731B006678DA4CFC3DFEEFFDC8FD1EEE59297E426D965
tools\System.IdentityModel.Tokens.Jwt.dll
md5: 74C4B94F7ED7C0F54FD2B2B3D40DA903 | sha1: 1C7C756EE59820A77287D4086EDDD3784DBEAA44 | sha256: 449B4231DCCBE8D204F587A5192F783761CF7F045F543314E56B40B7CEFE576C | sha512: E4A00B217CA178CC6C801C315D4ABC836F5669EC03BC9525D821526F2B06BE3C8FCFED67030FBCFDCD3CCE2D91B695AF0D3B34964B71A316810E9FB8D2996E7B
tools\System.Net.Http.Formatting.dll
md5: 0FC2047E361B79AC15755B1ED400F819 | sha1: 638F36DCC3A8131B8BEBDFB3A0930A764AA9984B | sha256: 76EA4B2D47BB238C1F2AC0C62F1BE4D34BC71397662E3760EA0C684EC4A429C0 | sha512: 3BE94E64E45B7369C37DE381DEBC6BF19D216E470EC4C01778FA1B8B7AE99E5CD230FE896BDBDC693CF889A744FA1C0234E86052D2FE92E29C73F47D6D8EF57D
tools\System.Spatial.dll
md5: 88DA839FAE2DDB358794EB1D71961DBF | sha1: 3F6CAE54968554E43F0A11DA89073D67042C3157 | sha256: B6FB7425E0B22440459343F815A618BC2451EC22237169D7E3248A6038668688 | sha512: 78F8D2053457A99383B50E5F7F6F1883AFCE284FD37A0F742C6D985E78DCB18B90A0BDEF769A085926F81B3C194A2582C0B0D94755F622AC607E44BE6D5ACB01

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
ARMClient 1.8.0 6794 Friday, May 22, 2020 Approved
ARMClient 1.6.0 47858 Tuesday, April 21, 2020 Approved
ARMClient 1.5.0 1868 Tuesday, February 4, 2020 Approved
ARMClient 1.4.0 2804 Sunday, August 18, 2019 Approved
ARMClient 1.2.0 14950 Friday, December 9, 2016 Approved
ARMClient 1.1.2 709 Saturday, November 19, 2016 Approved
ARMClient 1.1.1 1836 Monday, December 14, 2015 Approved
ARMClient 1.1.0 653 Thursday, October 29, 2015 Approved
ARMClient 1.0.3 575 Tuesday, September 22, 2015 Approved
ARMClient 1.0.1 514 Wednesday, September 9, 2015 Approved
ARMClient 1.0.0 1034 Wednesday, March 4, 2015 Approved
ARMClient 0.9.2 512 Friday, February 27, 2015 Approved
ARMClient 0.9.1 579 Friday, January 16, 2015 Approved
ARMClient 0.9 504 Friday, January 16, 2015 Approved

This package has no dependencies.

Discussion for the ARMClient Package

Ground Rules:

  • This discussion is only about ARMClient and the ARMClient 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 ARMClient, 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