| Management Client | Version | Date of release | Is there an up to data preview? |
|---|---|---|---|
| "Microsoft.Azure.Management.Batch" | Version="4.2.0" | 3/8/2017 | no |
| "Microsoft.Azure.Management.Cdn" | Version="4.0.1-preview" | 8 months ago | no |
| "Microsoft.Azure.Management.ContainerInstance" | Version="1.0.2-preview" | 9 months ago | no |
| "Microsoft.Azure.Management.ContainerRegistry" | Version="2.0.0" | 10/20/2017 | no |
| "Microsoft.Azure.Management.DataLake.Analytics" | Version="3.3.0-preview" | 9 months ago | no |
| "Microsoft.Azure.Management.DataMigration" | Version="0.3.0-preview" | 7 months ago | no |
| "Microsoft.Azure.Management.DeviceProvisioningServices" | Version="0.9.0-preview" | 8 months ago | no |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <# | |
| .SYNOPSIS | |
| Tests creating a new vault. | |
| #> | |
| function Test-CreateNewVault | |
| { | |
| $rgName = getAssetName | |
| $unknownRGName = getAssetName | |
| $vault1Name = getAssetName | |
| $vault2Name = getAssetName |
The following list outlines the steps necessary for a successful release of Azure PowerShell. Please check off the boxes as you complete the steps.
- On aka.ms, request access to
azure-powershellget(redirect link for Azure PowerShell),azure-powershellget2(second redirect link for Azure PowerShell),azps-release(redirect link to GitHub release) andazure-powershellvs(redirect link for Azure Stack) - Join the Microsoft organization on GitHub to gain access to the
WebPlatformInstallerFeedrepository- Note: you can join this organization on the same page that you join the Azure organization (https://aka.ms/azuregithub)
- After gaining access to this repository, create your own fork and clone it to your machine
- Install Orca
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Azure PowerShell Release Notes | |
| The following list outlines the steps necessary for a successful release of Azure PowerShell. Please check off the boxes as you complete the steps. | |
| ## Prerequisites | |
| - [ ] On aka.ms, request access to `azure-powershellget` (redirect link for Azure PowerShell), `azure-powershellget2` (second redirect link for Azure PowerShell), `azps-release` (redirect link to GitHub release) and `azure-powershellvs` (redirect link for Azure Stack) | |
| - [ ] Join the Microsoft organization on GitHub to gain access to the [`WebPlatformInstallerFeed`](https://github.com/Microsoft/WebPlatformInstallerFeed) repository | |
| - _Note_: you can join this organization on the same page that you join the Azure organization (https://aka.ms/azuregithub) | |
| - After gaining access to this repository, create your own fork and clone it to your machine | |
| - [ ] Install Orca |