Skip to content

Commit 9325a1b

Browse files
author
Hovsep
committed
Merge pull request Azure#2208 from Azure/release-1.4.0
Merge release -> master for release 1.4.0
2 parents 832a325 + f6d8947 commit 9325a1b

File tree

1,184 files changed

+348249
-159834
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,184 files changed

+348249
-159834
lines changed

ChangeLog.md

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,76 @@
1+
##2016.05.04 version 1.4.0
2+
* Azure Resource Manager
3+
- Get-AzureRmLocation cmdley: New cmdlet Lists all public Azure locatiosn with available provider namespaces
4+
- Get-AzureRMResourceGroupDeploymentOperations: Improved output format
5+
- Get-AzureRMDeployment: Responses contain all error details
6+
- Added cmdlet help anbd examples
7+
- Normalized cmdlet parameter defaults and position
8+
* Azure Storage
9+
* Add Encryption and Hot/Cool features support to resource mode storage account cmdlets
10+
- New-AzureRmStorageAccount
11+
- Set-AzureRmStorageAccount
12+
* Add "Add" and "Create" permission to Blob SAS cmdlets
13+
- New-AzureStorageBlobSASToken
14+
- New-AzureStorageContainerSASToken
15+
- New-AzureStorageContainerStoredAccessPolicy
16+
- Set-AzureStorageContainerStoredAccessPolicy
17+
* Add "Create" permission to File SAS cmdlets
18+
- New-AzureStorageFileSASToken
19+
- New-AzureStorageShareSASToken
20+
- New-AzureStorageShareStoredAccessPolicy
21+
- Set-AzureStorageShareStoredAccessPolicy
22+
* Azure Compute
23+
* Added cmdlets for Contaner Service support
24+
* Bug and help fixes
25+
* Azure Profile
26+
* Added support for German national cloud (AzureGermanCloud)
27+
* Azure APIManagement
28+
* Added Tenant Git Configuration cmdlets
29+
- Get-AzureRmApiManagementTenantGitAccess
30+
- Set-AzureRmApiManagementTenantGitAccess
31+
- Get-AzureRmApiManagementTenantSyncState
32+
- Publish-AzureRmApiManagementTenantGitConfiguration
33+
- Save-AzureRmApiManagementTenantGitConfiguration
34+
* Added ApiManagement Properties cmdlets
35+
- Get-AzureRmApiManagementProperty
36+
- New-AzureRmApiManagementProperty
37+
- Remove-AzureRmApiManagementProperty
38+
- Set-AzureRmApiManagementProperty
39+
* Added Logger cmdlets
40+
- Get-AzureRmApiManagementLogger
41+
- Remove-AzureRmApiManagementLogger
42+
- Set-AzureRmApiManagementLogger
43+
- New-AzureRmApiManagementLogger
44+
* Fixed cmdlet bugs
45+
- NewAzureRMApiManagementAPI: changed Path to optional
46+
- NewAzureRMApiManagementProduct: fixed issue with creating products without Subscriptions
47+
* Azure Recovery Services Backup
48+
* Added Recovery Services Backup cmdlets
49+
- Set-AzureRmRecoveryServicesVaultContext
50+
- Set-AzureRmRecoveryServicesBackupProperties
51+
- Get-AzureRmRecoveryServicesBackupProperties
52+
- Get-AzureRmRecoveryServicesVaultSettingsFile
53+
- Backup-AzureRmRecoveryServicesBackupItem
54+
- Get-AzureRmRecoveryServicesBackupContainer
55+
- Get-AzureRmRecoveryServicesBackupManagementServer
56+
- Unregister-AzureRmRecoveryServicesBackupContainer
57+
- Unregister-AzureRmRecoveryServicesBackupManagementServer
58+
- Disable-AzureRmRecoveryServicesBackupProtection
59+
- Enable-AzureRmRecoveryServicesBackupProtection
60+
- Get-AzureRmRecoveryServicesBackupItem
61+
- Get-AzureRmRecoveryServicesBackupJob
62+
- Get-AzureRmRecoveryServicesBackupJobDetails
63+
- Stop-AzureRmRecoveryServicesBackupJob
64+
- Wait-AzureRmRecoveryServicesBackupJob
65+
- Get-AzureRmRecoveryServicesBackupRetentionPolicyObject
66+
- Get-AzureRmRecoveryServicesBackupProtectionPolicy
67+
- Get-AzureRmRecoveryServicesBackupSchedulePolicyObject
68+
- New-AzureRmRecoveryServicesBackupProtectionPolicy
69+
- Remove-AzureRmRecoveryServicesBackupProtectionPolicy
70+
- Set-AzureRmRecoveryServicesBackupProtectionPolicy
71+
- Get-AzureRmRecoveryServicesBackupRecoveryPoint
72+
- Restore-AzureRmRecoveryServicesBackupItem
73+
174
##2016.04.19 version 1.3.2
275
* Add support for specifying NIC/VMSS as application gateway backend address
376
* Fix HDI ADL cluster creation and live test

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ For detail descriptions and examples of the cmdlets, type
5959
* [Azure Stack](https://azure.microsoft.com/en-us/overview/azure-stack/)
6060
* [Windows Azure Pack](https://www.microsoft.com/en-us/server-cloud/windows-azure-pack.aspx)
6161
* [Microsoft Azure China](https://www.azure.cn/)
62-
* [USGovernment](https://azure.microsoft.com/en-us/features/gov/)
62+
* [Microsoft Azure US Government](https://azure.microsoft.com/en-us/features/gov/)
6363

6464
## Installation
6565

@@ -123,6 +123,15 @@ Add-AzureRmAccount -EnvironmentName AzureChinaCloud
123123
New-AzureRmResourceGroup -Name myresourceGroup -Location "China East"
124124
```
125125

126+
### Microsoft Azure US Government
127+
128+
```powershell
129+
Add-AzureRmAccount -EnvironmentName AzureUSGovernment
130+
131+
# use the cmdlets to manage your services/applications
132+
New-AzureRmResourceGroup -Name myresourceGroup -Location "US Gov Virginia"
133+
```
134+
126135
### Windows Azure Pack
127136

128137
```powershell

setup/azurecmd.wxs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" xmlns:util="http://schemas.microsoft.com/wix/UtilExtension">
33

4-
<?define productName="Microsoft Azure PowerShell - April 2016" ?>
4+
<?define productName="Microsoft Azure PowerShell - May 2016" ?>
55
<?define sourceDir="$(var.SolutionDir)..\src\Package\$(var.Configuration)" ?>
66
<?define caSourceDir="$(var.SolutionDir)setup\bin\$(var.Configuration)" ?>
77

8-
<?define version="1.3.2" ?>
8+
<?define version="1.4.0" ?>
99

1010
<Product Id="*"
1111
Name="$(var.productName)"

0 commit comments

Comments
 (0)