Skip to content

Commit

Permalink
Merge pull request #2 from Azure/dev
Browse files Browse the repository at this point in the history
Updating fork to current
  • Loading branch information
aneillans committed May 8, 2016
2 parents 25e4cad + d83c3bb commit 40a5fa3
Show file tree
Hide file tree
Showing 1,584 changed files with 381,056 additions and 151,831 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,10 @@ Backup*/
UpgradeLog*.XML
UpgradeLog*.htm

# The Backup*/ rule will ignore the backup and restore cmdlets
# for Azure web apps. Exclude that directory from being ignored here.
!/src/ResourceManager/Websites/Commands.Websites/Cmdlets/BackupRestore

# SQL Server files
*.mdf
*.ldf
Expand Down
101 changes: 100 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,103 @@
##2016.03.30 version 1.3.0
##2016.05.04 version 1.4.0
* Azure Resource Manager
- Get-AzureRmLocation cmdley: New cmdlet Lists all public Azure locatiosn with available provider namespaces
- Get-AzureRMResourceGroupDeploymentOperations: Improved output format
- Get-AzureRMDeployment: Responses contain all error details
- Added cmdlet help anbd examples
- Normalized cmdlet parameter defaults and position
* Azure Storage
* Add Encryption and Hot/Cool features support to resource mode storage account cmdlets
- New-AzureRmStorageAccount
- Set-AzureRmStorageAccount
* Add "Add" and "Create" permission to Blob SAS cmdlets
- New-AzureStorageBlobSASToken
- New-AzureStorageContainerSASToken
- New-AzureStorageContainerStoredAccessPolicy
- Set-AzureStorageContainerStoredAccessPolicy
* Add "Create" permission to File SAS cmdlets
- New-AzureStorageFileSASToken
- New-AzureStorageShareSASToken
- New-AzureStorageShareStoredAccessPolicy
- Set-AzureStorageShareStoredAccessPolicy
* Azure Compute
* Added cmdlets for Contaner Service support
* Bug and help fixes
* Azure Profile
* Added support for German national cloud (AzureGermanCloud)
* Azure APIManagement
* Added Tenant Git Configuration cmdlets
- Get-AzureRmApiManagementTenantGitAccess
- Set-AzureRmApiManagementTenantGitAccess
- Get-AzureRmApiManagementTenantSyncState
- Publish-AzureRmApiManagementTenantGitConfiguration
- Save-AzureRmApiManagementTenantGitConfiguration
* Added ApiManagement Properties cmdlets
- Get-AzureRmApiManagementProperty
- New-AzureRmApiManagementProperty
- Remove-AzureRmApiManagementProperty
- Set-AzureRmApiManagementProperty
* Added Logger cmdlets
- Get-AzureRmApiManagementLogger
- Remove-AzureRmApiManagementLogger
- Set-AzureRmApiManagementLogger
- New-AzureRmApiManagementLogger
* Fixed cmdlet bugs
- NewAzureRMApiManagementAPI: changed Path to optional
- NewAzureRMApiManagementProduct: fixed issue with creating products without Subscriptions
* Azure Recovery Services Backup
* Added Recovery Services Backup cmdlets
- Set-AzureRmRecoveryServicesVaultContext
- Set-AzureRmRecoveryServicesBackupProperties
- Get-AzureRmRecoveryServicesBackupProperties
- Get-AzureRmRecoveryServicesVaultSettingsFile
- Backup-AzureRmRecoveryServicesBackupItem
- Get-AzureRmRecoveryServicesBackupContainer
- Get-AzureRmRecoveryServicesBackupManagementServer
- Unregister-AzureRmRecoveryServicesBackupContainer
- Unregister-AzureRmRecoveryServicesBackupManagementServer
- Disable-AzureRmRecoveryServicesBackupProtection
- Enable-AzureRmRecoveryServicesBackupProtection
- Get-AzureRmRecoveryServicesBackupItem
- Get-AzureRmRecoveryServicesBackupJob
- Get-AzureRmRecoveryServicesBackupJobDetails
- Stop-AzureRmRecoveryServicesBackupJob
- Wait-AzureRmRecoveryServicesBackupJob
- Get-AzureRmRecoveryServicesBackupRetentionPolicyObject
- Get-AzureRmRecoveryServicesBackupProtectionPolicy
- Get-AzureRmRecoveryServicesBackupSchedulePolicyObject
- New-AzureRmRecoveryServicesBackupProtectionPolicy
- Remove-AzureRmRecoveryServicesBackupProtectionPolicy
- Set-AzureRmRecoveryServicesBackupProtectionPolicy
- Get-AzureRmRecoveryServicesBackupRecoveryPoint
- Restore-AzureRmRecoveryServicesBackupItem

##2016.04.19 version 1.3.2
* Add support for specifying NIC/VMSS as application gateway backend address
* Fix HDI ADL cluster creation and live test
* Fix WAPack cmdlet Proxy issue for WAP
* Fix Dynamic Memory Issue while setting VM
* Update Azure Gov STS and Traffic Manager
* Compute
- Upgrade to Microsoft.Azure.Management.Compute nuget package v13.0
* HDInsignt
- Upgrade to Microsoft.Azure.Management.HDInsight nuget package v1.0.14
* Resource Manager
- Change api-version for Policy and Locks operations
- Change api version for Deployments operations
* Web Apps
- Add backup and restore cmdlets
- Restore-AzureWebApp
- Edit-AzureRmWebAppBackupConfiguration
- Get-AzureRmWebAppBackupConfiguration
- Get-AzureRmWebAppBackup
- New-AzureRmWebAppBackup
- Remove-AzureRmWebAppBackup
- Restore-AzureRmWebAppBackup
- Get-AzureRmWebAppBackupList
- New-AzureRmWebAppDatabaseBackupSetting
- Upgrade to Microsoft.WindowsAzure.Management.WebSite nuget package v5.0

##2016.03.30 version 1.3.0
* AzureRM module
- Installation performance fix
* New Azure CDN cmdlets
Expand Down
4 changes: 2 additions & 2 deletions setup/azurecmd.wxs
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" xmlns:util="http://schemas.microsoft.com/wix/UtilExtension">

<?define productName="Microsoft Azure PowerShell - March 2016" ?>
<?define productName="Microsoft Azure PowerShell - May 2016" ?>
<?define sourceDir="$(var.SolutionDir)..\src\Package\$(var.Configuration)" ?>
<?define caSourceDir="$(var.SolutionDir)setup\bin\$(var.Configuration)" ?>

<?define version="1.3.0" ?>
<?define version="1.4.0" ?>

<Product Id="*"
Name="$(var.productName)"
Expand Down
Loading

0 comments on commit 40a5fa3

Please sign in to comment.