Skip to content

Commit 40a5fa3

Browse files
committed
Merge pull request #2 from Azure/dev
Updating fork to current
2 parents 25e4cad + d83c3bb commit 40a5fa3

File tree

1,584 files changed

+381056
-151831
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,584 files changed

+381056
-151831
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,10 @@ Backup*/
181181
UpgradeLog*.XML
182182
UpgradeLog*.htm
183183

184+
# The Backup*/ rule will ignore the backup and restore cmdlets
185+
# for Azure web apps. Exclude that directory from being ignored here.
186+
!/src/ResourceManager/Websites/Commands.Websites/Cmdlets/BackupRestore
187+
184188
# SQL Server files
185189
*.mdf
186190
*.ldf

ChangeLog.md

Lines changed: 100 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,103 @@
1-
##2016.03.30 version 1.3.0
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+
74+
##2016.04.19 version 1.3.2
75+
* Add support for specifying NIC/VMSS as application gateway backend address
76+
* Fix HDI ADL cluster creation and live test
77+
* Fix WAPack cmdlet Proxy issue for WAP
78+
* Fix Dynamic Memory Issue while setting VM
79+
* Update Azure Gov STS and Traffic Manager
80+
* Compute
81+
- Upgrade to Microsoft.Azure.Management.Compute nuget package v13.0
82+
* HDInsignt
83+
- Upgrade to Microsoft.Azure.Management.HDInsight nuget package v1.0.14
84+
* Resource Manager
85+
- Change api-version for Policy and Locks operations
86+
- Change api version for Deployments operations
87+
* Web Apps
88+
- Add backup and restore cmdlets
89+
- Restore-AzureWebApp
90+
- Edit-AzureRmWebAppBackupConfiguration
91+
- Get-AzureRmWebAppBackupConfiguration
92+
- Get-AzureRmWebAppBackup
93+
- New-AzureRmWebAppBackup
94+
- Remove-AzureRmWebAppBackup
95+
- Restore-AzureRmWebAppBackup
96+
- Get-AzureRmWebAppBackupList
97+
- New-AzureRmWebAppDatabaseBackupSetting
98+
- Upgrade to Microsoft.WindowsAzure.Management.WebSite nuget package v5.0
99+
100+
##2016.03.30 version 1.3.0
2101
* AzureRM module
3102
- Installation performance fix
4103
* New Azure CDN cmdlets

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 - March 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.0" ?>
8+
<?define version="1.4.0" ?>
99

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

0 commit comments

Comments
 (0)