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

Downloads of v 1.9.0:

12,379

Last Update:

17 Jul 2021

Package Maintainer(s):

Software Author(s):

  • Project Kudu contributors

Tags:

azure rest api

ARMClient

  • 1
  • 2
  • 3

1.9.0 | Updated: 17 Jul 2021

Downloads:

93,868

Downloads of v 1.9.0:

12,379

Maintainer(s):

Software Author(s):

  • Project Kudu contributors

Tags:

azure rest api

ARMClient 1.9.0

  • 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 as a Note:

At least one file within this package has greater than 0 detections, but less than 5

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'" [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'" 
$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.9.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.9.0'
end

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


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

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


package { 'armclient':
  ensure   => '1.9.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 17 Jul 2021.

Description

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


tools\AADClient.exe
md5: CB818824CF0B660D4F52A62836AC66C8 | sha1: 896C6F63867BE5C12FEFF8F7008289A9D5E1F8A1 | sha256: 7D539F8C6558AD9722C1D458D5DD416DA424565324FAD606C2F3586D75AEAE9A | sha512: 7B416D3DA8CFFB6FFF854B1AD2D8031FEADDA23BF7C27F36A205DE0D597E25095B494767754F9DFF79C72FDAAB65916E8F261F52DE940EF6976DFDCEC83D33AF
tools\ARMClient.Authentication.dll
md5: 45ED8E648645BA309C335961927218A5 | sha1: 1360D9F23B92674F13DC98F8E36B3BCE1AC2C5B3 | sha256: 5BE8772A083F8B2BC33B08684AC436E4E9263CADAF8A9E528A4F2106576E66F2 | sha512: 370FC2E523C6F6202435976995D796C4AA8F873CBEA4D2BFA6D1F6C32B9E0D3B08BFB8C9405E5AF729F7509FA5B6D35608A3880CDFDC3092393BDD9B89F0B073
tools\ARMClient.exe
md5: F8E4584BA041584196D8163FF1D8F0F3 | sha1: C446C04D350A5C052F547671A7081D48E1913622 | sha256: 4CCE53D39DCDFD9FA427F9E52D68901B379B5D94B57DBA41507D5182E778DDF3 | sha512: 3E4CD978F0CD6E33AB394D87AB74CAC0E81F8D31DD31FE9C5FC29A5A5F6A866C05193F7E95951D161470549174E983273C5478DD9C3AE275703EB70270290E47
tools\brolib_x64.dll
md5: D2D316E07774395F3A81FE8BB15556FD | sha1: 741FBB4BD68E7265B32A1E55CCCB04E7A213F9E8 | sha256: 6493E78FDB1C47ADFF78D1EC3E0CC1B720C54AC76DDDAC2680EB41B900F35489 | sha512: BE059567216EA8F50122035DBB0AFA636308A795DF40C3C700AF1CA7F64ED473ED3400B21B023F8BB32A5EE880C7E8686762F59FF1F800DDFE23C1B2009AC566
tools\brolib_x86.dll
md5: 46297BD8BFC751021E72E62201486CC8 | sha1: 1C5E0089CD6C5CE06A4CC4A190BBE70056B15F09 | sha256: 78DE0E5E120225C8A8A8D75319101528DA6E8EDC7BF7E9433CD9F250FA6F45F1 | sha512: A44078F4B8D0FB49FA44E31903ECA0C71C13179DFF8D064B4018B953E1CF6DA3AE5DA89D3B80FF96DCDD99AE227D44BC1BE669BC8DCA3380E270EA2A925257A4
tools\Brotli.Core.dll
md5: F82D4EB959D4C0740A8A4DF981A4880D | sha1: FA733615519E1B11814C18E7C12CD9E1FFACB267 | sha256: 5857CC175BD7FD918CB8C4E5ECB06084977D7329572A2A40F0A942D2CAA832E4 | sha512: 5159BB5117A6480F7092C26AAD77CCCD7BE8A1C15B68B57E769A29789BE2A46365AFF745CD4D88A0056BBC74A9BCEBC65AE2536201E18A17A1992359DBF3701A
tools\LICENSE.txt
From: http://www.apache.org/licenses/LICENSE-2.0

LICENSE

                                 Apache License
                           Version 2.0, January 2004
                        http://www.apache.org/licenses/
 
   TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
 
   1. Definitions.
 
      "License" shall mean the terms and conditions for use, reproduction,
      and distribution as defined by Sections 1 through 9 of this document.
 
      "Licensor" shall mean the copyright owner or entity authorized by
      the copyright owner that is granting the License.
 
      "Legal Entity" shall mean the union of the acting entity and all
      other entities that control, are controlled by, or are under common
      control with that entity. For the purposes of this definition,
      "control" means (i) the power, direct or indirect, to cause the
      direction or management of such entity, whether by contract or
      otherwise, or (ii) ownership of fifty percent (50%) or more of the
      outstanding shares, or (iii) beneficial ownership of such entity.
 
      "You" (or "Your") shall mean an individual or Legal Entity
      exercising permissions granted by this License.
 
      "Source" form shall mean the preferred form for making modifications,
      including but not limited to software source code, documentation
      source, and configuration files.
 
      "Object" form shall mean any form resulting from mechanical
      transformation or translation of a Source form, including but
      not limited to compiled object code, generated documentation,
      and conversions to other media types.
 
      "Work" shall mean the work of authorship, whether in Source or
      Object form, made available under the License, as indicated by a
      copyright notice that is included in or attached to the work
      (an example is provided in the Appendix below).
 
      "Derivative Works" shall mean any work, whether in Source or Object
      form, that is based on (or derived from) the Work and for which the
      editorial revisions, annotations, elaborations, or other modifications
      represent, as a whole, an original work of authorship. For the purposes
      of this License, Derivative Works shall not include works that remain
      separable from, or merely link (or bind by name) to the interfaces of,
      the Work and Derivative Works thereof.
 
      "Contribution" shall mean any work of authorship, including
      the original version of the Work and any modifications or additions
      to that Work or Derivative Works thereof, that is intentionally
      submitted to Licensor for inclusion in the Work by the copyright owner
      or by an individual or Legal Entity authorized to submit on behalf of
      the copyright owner. For the purposes of this definition, "submitted"
      means any form of electronic, verbal, or written communication sent
      to the Licensor or its representatives, including but not limited to
      communication on electronic mailing lists, source code control systems,
      and issue tracking systems that are managed by, or on behalf of, the
      Licensor for the purpose of discussing and improving the Work, but
      excluding communication that is conspicuously marked or otherwise
      designated in writing by the copyright owner as "Not a Contribution."
 
      "Contributor" shall mean Licensor and any individual or Legal Entity
      on behalf of whom a Contribution has been received by Licensor and
      subsequently incorporated within the Work.
 
   2. Grant of Copyright License. Subject to the terms and conditions of
      this License, each Contributor hereby grants to You a perpetual,
      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
      copyright license to reproduce, prepare Derivative Works of,
      publicly display, publicly perform, sublicense, and distribute the
      Work and such Derivative Works in Source or Object form.
 
   3. Grant of Patent License. Subject to the terms and conditions of
      this License, each Contributor hereby grants to You a perpetual,
      worldwide, non-exclusive, no-charge, royalty-free, irrevocable
      (except as stated in this section) patent license to make, have made,
      use, offer to sell, sell, import, and otherwise transfer the Work,
      where such license applies only to those patent claims licensable
      by such Contributor that are necessarily infringed by their
      Contribution(s) alone or by combination of their Contribution(s)
      with the Work to which such Contribution(s) was submitted. If You
      institute patent litigation against any entity (including a
      cross-claim or counterclaim in a lawsuit) alleging that the Work
      or a Contribution incorporated within the Work constitutes direct
      or contributory patent infringement, then any patent licenses
      granted to You under this License for that Work shall terminate
      as of the date such litigation is filed.
 
   4. Redistribution. You may reproduce and distribute copies of the
      Work or Derivative Works thereof in any medium, with or without
      modifications, and in Source or Object form, provided that You
      meet the following conditions:
 
      (a) You must give any other recipients of the Work or
          Derivative Works a copy of this License; and
 
      (b) You must cause any modified files to carry prominent notices
          stating that You changed the files; and
 
      (c) You must retain, in the Source form of any Derivative Works
          that You distribute, all copyright, patent, trademark, and
          attribution notices from the Source form of the Work,
          excluding those notices that do not pertain to any part of
          the Derivative Works; and
 
      (d) If the Work includes a "NOTICE" text file as part of its
          distribution, then any Derivative Works that You distribute must
          include a readable copy of the attribution notices contained
          within such NOTICE file, excluding those notices that do not
          pertain to any part of the Derivative Works, in at least one
          of the following places: within a NOTICE text file distributed
          as part of the Derivative Works; within the Source form or
          documentation, if provided along with the Derivative Works; or,
          within a display generated by the Derivative Works, if and
          wherever such third-party notices normally appear. The contents
          of the NOTICE file are for informational purposes only and
          do not modify the License. You may add Your own attribution
          notices within Derivative Works that You distribute, alongside
          or as an addendum to the NOTICE text from the Work, provided
          that such additional attribution notices cannot be construed
          as modifying the License.
 
      You may add Your own copyright statement to Your modifications and
      may provide additional or different license terms and conditions
      for use, reproduction, or distribution of Your modifications, or
      for any such Derivative Works as a whole, provided Your use,
      reproduction, and distribution of the Work otherwise complies with
      the conditions stated in this License.
 
   5. Submission of Contributions. Unless You explicitly state otherwise,
      any Contribution intentionally submitted for inclusion in the Work
      by You to the Licensor shall be under the terms and conditions of
      this License, without any additional terms or conditions.
      Notwithstanding the above, nothing herein shall supersede or modify
      the terms of any separate license agreement you may have executed
      with Licensor regarding such Contributions.
 
   6. Trademarks. This License does not grant permission to use the trade
      names, trademarks, service marks, or product names of the Licensor,
      except as required for reasonable and customary use in describing the
      origin of the Work and reproducing the content of the NOTICE file.
 
   7. Disclaimer of Warranty. Unless required by applicable law or
      agreed to in writing, Licensor provides the Work (and each
      Contributor provides its Contributions) on an "AS IS" BASIS,
      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
      implied, including, without limitation, any warranties or conditions
      of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
      PARTICULAR PURPOSE. You are solely responsible for determining the
      appropriateness of using or redistributing the Work and assume any
      risks associated with Your exercise of permissions under this License.
 
   8. Limitation of Liability. In no event and under no legal theory,
      whether in tort (including negligence), contract, or otherwise,
      unless required by applicable law (such as deliberate and grossly
      negligent acts) or agreed to in writing, shall any Contributor be
      liable to You for damages, including any direct, indirect, special,
      incidental, or consequential damages of any character arising as a
      result of this License or out of the use or inability to use the
      Work (including but not limited to damages for loss of goodwill,
      work stoppage, computer failure or malfunction, or any and all
      other commercial damages or losses), even if such Contributor
      has been advised of the possibility of such damages.
 
   9. Accepting Warranty or Additional Liability. While redistributing
      the Work or Derivative Works thereof, You may choose to offer,
      and charge a fee for, acceptance of support, warranty, indemnity,
      or other liability obligations and/or rights consistent with this
      License. However, in accepting such obligations, You may act only
      on Your own behalf and on Your sole responsibility, not on behalf
      of any other Contributor, and only if You agree to indemnify,
      defend, and hold each Contributor harmless for any liability
      incurred by, or claims asserted against, such Contributor by reason
      of your accepting any such warranty or additional liability.
 
   END OF TERMS AND CONDITIONS
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\RDFEClient.exe
md5: 81D6B5674F1F2694E0A765D10B2EDD51 | sha1: 7F56AC57482BAE6B4E0266B7B99DC95652AE0996 | sha256: 4C58A27DD4A814FB63A1450C4806FD056517A9C92E5ADE7A60A5CA213BCECA50 | sha512: 9053C77AB3E6080BA4295259EA4FA300053B616B0FFA34452AF0F4C37C74B86A50194A636658677DF4F6F4F490AAB3B919545D4E07A64477560F55C4790DE6CF
tools\System.Buffers.dll
md5: ECDFE8EDE869D2CCC6BF99981EA96400 | sha1: 2F410A0396BC148ED533AD49B6415FB58DD4D641 | sha256: ACCCCFBE45D9F08FFEED9916E37B33E98C65BE012CFFF6E7FA7B67210CE1FEFB | sha512: 5FC7FEE5C25CB2EEE19737068968E00A00961C257271B420F594E5A0DA0559502D04EE6BA2D8D2AAD77F3769622F6743A5EE8DAE23F8F993F33FB09ED8DB2741
tools\System.IdentityModel.Tokens.Jwt.dll
md5: 74C4B94F7ED7C0F54FD2B2B3D40DA903 | sha1: 1C7C756EE59820A77287D4086EDDD3784DBEAA44 | sha256: 449B4231DCCBE8D204F587A5192F783761CF7F045F543314E56B40B7CEFE576C | sha512: E4A00B217CA178CC6C801C315D4ABC836F5669EC03BC9525D821526F2B06BE3C8FCFED67030FBCFDCD3CCE2D91B695AF0D3B34964B71A316810E9FB8D2996E7B
tools\System.Memory.dll
md5: 6FB95A357A3F7E88ADE5C1629E2801F8 | sha1: 19BF79600B716523B5317B9A7B68760AE5D55741 | sha256: 8E76318E8B06692ABF7DAB1169D27D15557F7F0A34D36AF6463EFF0FE21213C7 | sha512: 293D8C709BC68D2C980A0DF423741CE06D05FF757077E63986D34CB6459F9623A024D12EF35A280F50D3D516D98ABE193213B9CA71BFDE2A9FE8753B1A6DE2F0
tools\System.Net.Http.Formatting.dll
md5: 0FC2047E361B79AC15755B1ED400F819 | sha1: 638F36DCC3A8131B8BEBDFB3A0930A764AA9984B | sha256: 76EA4B2D47BB238C1F2AC0C62F1BE4D34BC71397662E3760EA0C684EC4A429C0 | sha512: 3BE94E64E45B7369C37DE381DEBC6BF19D216E470EC4C01778FA1B8B7AE99E5CD230FE896BDBDC693CF889A744FA1C0234E86052D2FE92E29C73F47D6D8EF57D
tools\System.Net.Http.WinHttpHandler.dll
md5: 5D21AC7DA4681DD3663849E6A8D939EC | sha1: 9CF04C7000DC118ADC13AAFE4CCBB700F82A1D9C | sha256: 40A54C3AA1FE08A4096BAE517B69080DEA38DACA768D03F15FAFC07657DE2677 | sha512: CFA84572E83C0FCC875F742D17F1F4DC26CA8DB477AE13A0C207E07F3A63BD1CF0E76CE119DE28BD734B3921612864B515DD358D34FD9E30017158EC3261C4F0
tools\System.Numerics.Vectors.dll
md5: AAA2CBF14E06E9D3586D8A4ED455DB33 | sha1: 3D216458740AD5CB05BC5F7C3491CDE44A1E5DF0 | sha256: 1D3EF8698281E7CF7371D1554AFEF5872B39F96C26DA772210A33DA041BA1183 | sha512: 0B14A039CA67982794A2BB69974EF04A7FBEE3686D7364F8F4DB70EA6259D29640CBB83D5B544D92FA1D3676C7619CD580FF45671A2BB4753ED8B383597C6DA8
tools\System.Runtime.CompilerServices.Unsafe.dll
md5: DA04A75DDC22118ED24E0B53E474805A | sha1: 2D68C648A6A6371B6046E6C3AF09128230E0AD32 | sha256: 66409F670315AFE8610F17A4D3A1EE52D72B6A46C544CEC97544E8385F90AD74 | sha512: 26AF01CA25E921465F477A0E1499EDC9E0AC26C23908E5E9B97D3AFD60F3308BFBF2C8CA89EA21878454CD88A1CDDD2F2F0172A6E1E87EF33C56CD7A8D16E9C8
tools\System.Runtime.InteropServices.RuntimeInformation.dll
md5: 82DEB78891F430007E871A35CE28FAC4 | sha1: 4E490D7EC139A6CDE53E3932D3122A48AA379904 | sha256: 2F141B72A2AF0458993E27559395D8A8CDB0B752D79B1703541A61E728B55237 | sha512: E47F741AA9153CFAFC5F6BE39987D7C7D8FB745566C4D9A4525B9F30CBE6DF450D27BCDF8998DEC7AF824A7BE0F5E9EECAD2A39072B956A6320D23D94A0DA71A
tools\VERIFICATION.txt
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
 
This package is published by the WAWSDeploy Project itself.

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 47870 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 1837 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