Skip to content

Update changelogs for 3.7.0 release #3602

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 9, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
62 changes: 61 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,64 @@
## 2017.02.22 - Version 3.6.0
## 2017.03.09 - Version 3.7.0
* ApiManagement
* Added new cmdlets to manage Backend entity
- New-AzureRmApiManagementBackend
- Get-AzureRmApiManagementBackend
- Set-AzureRmApiManagementBackend
- Remove-AzureRmApiManagementBackend
* Created supporting cmdlets to create in-memory objects required while Creating or Updating Backend entity
- New-AzureRmApiManagementBackendCredential
- New-AzureRmApiManagementBackendProxy
* Billing
* New Cmdlet Get-AzureRmBillingInvoice
- cmdlet to retrieve azure billing invoices of the subscription.
* Compute
* Updated Set-AzureRmVMAEMExtension and Test-AzureRmVMAEMExtension cmdlets to support managed disks
* LogicApp
* New cmdlets for X12 Interchange Control Number disaster recovery:
- Get-AzureRmIntegrationAccountGeneratedIcn
- Get-AzureRmIntegrationAccountReceivedIcn
- Remove-AzureRmIntegrationAccountReceivedIcn
- Set-AzureRmIntegrationAccountGeneratedIcn
- Set-AzureRmIntegrationAccountReceivedIcn
* Network
* Added support for connection draining to Application Gateways
- Added Get-AzureRmApplicationGatewayConnectionDraining
- Added New-AzureRmApplicationGatewayConnectionDraining
- Added Remove-AzureRmApplicationGatewayConnectionDraining
- Added Set-AzureRmApplicationGatewayConnectionDraining
- Updated Add-AzureRmApplicationGatewayBackendHttpSettings: Added optional parameter -ConnectionDraining
- Updated New-AzureRmApplicationGatewayBackendHttpSettings: Added optional parameter -ConnectionDraining
- Updated Set-AzureRmApplicationGatewayBackendHttpSettings: Added optional parameter -ConnectionDraining

* Remapped unused 'Name' parameter in ExpressRoute cmdlets to 'ExpressRouteCircuitName'
- Get-AzureRmExpressRouteCircuitARPTable
- Get-AzureRmExpressRouteCircuitRouteTable
- Get-AzureRmExpressRouteCircuitRouteTableSummary
- Get-AzureRmExpressRouteCircuitStats
* Sql
* Bug fix - Auditing and Threat Detection cmdlets now return a meangfull error instead of null refernce error.
* Updating Transparent Data Encryption (TDE) with Bring Your Own Key (BYOK) support cmdlets for updated API.
* Websites
* Update help documentation for AppServicePlan cmdlets
* ServiceManagement
* Update the output object of migration cmdlets (Move-AzureService, Move-AzureStorageAccount, Move-AzureVirtualNetwork, Move-AzureNetworkSecurityGroup, Move-AzureReservedIP, Move-AzureRouteTable):
- ValidationMessages contain "Information" and "Warning" messages in addition to "Error" messages.
- Result output is changed according to ValidationMessages.

* Removed ManagedCache cmdlets. These cmdlets were non-functional and have been deeprecated for more than a year
- Get-AzureManagedCacheLocation
- Get-AzureManagedCache
- Get-AzureManagedCacheAccessKey
- Get-AzureManagedCacheNamedCache
- New-AzureManagedCache
- New-AzureManagedCacheAccessKey
- New-AzureManagedCacheNamedCache
- Remove-AzureManagedCache
- Remove-AzureManagedCacheNamedCache
- Set-AzureManagedCache
- Set-AzureManagedCacheNamedCache

## 2017.02.22 - Version 3.6.0
* AnalysisServices
* Added State property in additional to ProvisioningState
- All the cmdlet returning AnalysisService would have a new property 'State' used outside of provisioing.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#
#
# Module manifest for module 'PSGet_AzureRM.AnalysisServices'
#
# Generated by: Microsoft Corporation
#
# Generated on: 2/21/2017
# Generated on: 3/8/2017
#

@{
Expand All @@ -27,7 +27,7 @@ Author = 'Microsoft Corporation'
CompanyName = 'Microsoft Corporation'

# Copyright statement for this module
Copyright = '© Microsoft Corporation. All rights reserved.'
Copyright = ' Microsoft Corporation. All rights reserved.'

# Description of the functionality provided by this module
Description = 'Microsoft Azure PowerShell - Analysis Services'
Expand Down Expand Up @@ -114,11 +114,7 @@ PrivateData = @{
# IconUri = ''

# ReleaseNotes of this module
ReleaseNotes = '* Added State property in additional to ProvisioningState
- All the cmdlet returning AnalysisService would have a new property ''State'' used outside of provisioing.
- The ''State'' is intended to check status outside of provisioning, while ''ProvisioningState'' is intended to check status related to Provisioning.
- ProvisioningState and State are same in service side at this moment, the service side would differenciate ProvisioningState and State in future
'
ReleaseNotes = 'Updated for common code changes'

# External dependent modules of this module
# ExternalModuleDependencies = ''
Expand Down
2 changes: 2 additions & 0 deletions src/ResourceManager/AnalysisServices/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
-->
## Current Release

## Version 0.1.0

## Version 0.0.4
* Added State property in additional to ProvisioningState
- All the cmdlet returning AnalysisService would have a new property 'State' used outside of provisioing.
Expand Down
20 changes: 14 additions & 6 deletions src/ResourceManager/ApiManagement/AzureRM.ApiManagement.psd1
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#
#
# Module manifest for module 'PSGet_AzureRM.ApiManagement'
#
# Generated by: Microsoft Corporation
#
# Generated on: 2/21/2017
# Generated on: 3/8/2017
#

@{
Expand Down Expand Up @@ -144,10 +144,10 @@ CmdletsToExport = 'Add-AzureRmApiManagementRegion',
'Get-AzureRmApiManagementIdentityProvider',
'New-AzureRmApiManagementIdentityProvider',
'Set-AzureRmApiManagementIdentityProvider',
'Remove-AzureRmApiManagementIdentityProvider',
'Get-AzureRmApiManagementBackend',
'Remove-AzureRmApiManagementIdentityProvider',
'Get-AzureRmApiManagementBackend',
'New-AzureRmApiManagementBackend',
'New-AzureRmApiManagementBackendCredential',
'New-AzureRmApiManagementBackendCredential',
'New-AzureRmApiManagementBackendProxy',
'Set-AzureRmApiManagementBackend',
'Remove-AzureRmApiManagementBackend'
Expand Down Expand Up @@ -185,7 +185,15 @@ PrivateData = @{
# IconUri = ''

# ReleaseNotes of this module
ReleaseNotes = 'Updated for common code changes'
ReleaseNotes = '* Added new cmdlets to manage Backend entity
- New-AzureRmApiManagementBackend
- Get-AzureRmApiManagementBackend
- Set-AzureRmApiManagementBackend
- Remove-AzureRmApiManagementBackend
* Created supporting cmdlets to create in-memory objects required while Creating or Updating Backend entity
- New-AzureRmApiManagementBackendCredential
- New-AzureRmApiManagementBackendProxy
'

# External dependent modules of this module
# ExternalModuleDependencies = ''
Expand Down
2 changes: 2 additions & 0 deletions src/ResourceManager/ApiManagement/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
- Additional information about change #1
-->
## Current Release

## Version 3.5.0
* Added new cmdlets to manage Backend entity
- New-AzureRmApiManagementBackend
- Get-AzureRmApiManagementBackend
Expand Down
4 changes: 2 additions & 2 deletions src/ResourceManager/Automation/AzureRM.Automation.psd1
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#
#
# Module manifest for module 'PSGet_AzureRM.Automation'
#
# Generated by: Microsoft Corporation
#
# Generated on: 2/21/2017
# Generated on: 3/8/2017
#

@{
Expand Down
2 changes: 2 additions & 0 deletions src/ResourceManager/Automation/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
-->
## Current Release

## Version 2.7.0

## Version 2.6.0

## Version 2.5.0
Expand Down
4 changes: 2 additions & 2 deletions src/ResourceManager/AzureBackup/AzureRM.Backup.psd1
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#
#
# Module manifest for module 'PSGet_AzureRM.Backup'
#
# Generated by: Microsoft Corporation
#
# Generated on: 2/21/2017
# Generated on: 3/8/2017
#

@{
Expand Down
2 changes: 2 additions & 0 deletions src/ResourceManager/AzureBackup/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
-->
## Current Release

## Version 2.7.0

## Version 2.6.0

## Version 2.5.0
Expand Down
4 changes: 2 additions & 2 deletions src/ResourceManager/AzureBatch/AzureRM.Batch.psd1
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#
#
# Module manifest for module 'PSGet_AzureRM.Batch'
#
# Generated by: Microsoft Corporation
#
# Generated on: 2/21/2017
# Generated on: 3/8/2017
#

@{
Expand Down
2 changes: 2 additions & 0 deletions src/ResourceManager/AzureBatch/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
-->
## Current Release

## Version 2.7.0

## Version 2.6.0

## Version 2.5.0
Expand Down
8 changes: 5 additions & 3 deletions src/ResourceManager/Billing/AzureRM.Billing.psd1
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#
#
# Module manifest for module 'PSGet_AzureRM.Billing'
#
# Generated by: Microsoft Corporation
#
# Generated on: 2/17/2017
# Generated on: 3/8/2017
#

@{
Expand Down Expand Up @@ -107,7 +107,9 @@ PrivateData = @{
# IconUri = ''

# ReleaseNotes of this module
ReleaseNotes = 'Preview release of azure billing resource provider'
ReleaseNotes = '* New Cmdlet Get-AzureRmBillingInvoice
- cmdlet to retrieve azure billing invoices of the subscription.
'

# External dependent modules of this module
# ExternalModuleDependencies = ''
Expand Down
2 changes: 2 additions & 0 deletions src/ResourceManager/Billing/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,7 @@
- Additional information about change #1
-->
## Current Release

## Version 0.10.0
* New Cmdlet Get-AzureRmBillingInvoice
- cmdlet to retrieve azure billing invoices of the subscription.
4 changes: 2 additions & 2 deletions src/ResourceManager/Cdn/AzureRM.Cdn.psd1
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#
#
# Module manifest for module 'PSGet_AzureRM.Cdn'
#
# Generated by: Microsoft Corporation
#
# Generated on: 2/21/2017
# Generated on: 3/8/2017
#

@{
Expand Down
2 changes: 2 additions & 0 deletions src/ResourceManager/Cdn/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
-->
## Current Release

## Version 2.7.0

## Version 2.6.0

## Version 2.5.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#
#
# Module manifest for module 'PSGet_AzureRM.CognitiveServices'
#
# Generated by: Microsoft Corporation
#
# Generated on: 2/21/2017
# Generated on: 3/8/2017
#

@{
Expand Down Expand Up @@ -113,9 +113,7 @@ PrivateData = @{
# IconUri = ''

# ReleaseNotes of this module
ReleaseNotes = '* Integrate with Cognitive Services Management SDK 0.2.1 to support more Cognitive Services API Types and SKUs.
* Remove the validation against “Type” and “SkuName” of Cognitive Services Account, this will allow the script to support new APIs/SKUs without changes.
'
ReleaseNotes = 'Updated for common code changes'

# External dependent modules of this module
# ExternalModuleDependencies = ''
Expand Down
2 changes: 2 additions & 0 deletions src/ResourceManager/CognitiveServices/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
-->
## Current Release

## Version 0.5.0

## Version 0.4.4
* Integrate with Cognitive Services Management SDK 0.2.1 to support more Cognitive Services API Types and SKUs.
* Remove the validation against “Type” and “SkuName” of Cognitive Services Account, this will allow the script to support new APIs/SKUs without changes.
Expand Down
15 changes: 3 additions & 12 deletions src/ResourceManager/Compute/AzureRM.Compute.psd1
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#
#
# Module manifest for module 'PSGet_AzureRM.Compute'
#
# Generated by: Microsoft Corporation
#
# Generated on: 2/21/2017
# Generated on: 3/8/2017
#

@{
Expand Down Expand Up @@ -198,16 +198,7 @@ PrivateData = @{
# IconUri = ''

# ReleaseNotes of this module
ReleaseNotes = '* Updated Set-AzureRmVMDscExtension cmdlet WmfVersion parameter to support "5.1"
* Updated Set-AzureRmVMChefExtension cmdlet to add following new options :
- Daemon: Configures the chef-client service for unattended execution. e.g. -Daemon ''none'' or e.g. -Daemon ''service''."
- Secret: The encryption key used to encrypt and decrypt the data bag item values.
- SecretFile: The path to the file that contains the encryption key used to encrypt and decrypt the data bag item values.
* Fix for Get-AzureRmVM: Get-AzureRmVM did not display anything when the output includes availability set property.
* New cmdlets:
- Update-AzureRmAvailabilitySet: can update an unmanaged availability set to a managed availability set.
- Add-AzureRmVmssDataDisk, Remove-AzureRmVmssDataDisk
* New parameter, SkipVmBackup, for cmdlet Set-AzureRmVMDiskEncryptionExtension to allow user to skip backup creation for Linux VMs
ReleaseNotes = '* Updated Set-AzureRmVMAEMExtension and Test-AzureRmVMAEMExtension cmdlets to support managed disks
'

# External dependent modules of this module
Expand Down
2 changes: 2 additions & 0 deletions src/ResourceManager/Compute/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
- Additional information about change #1
-->
## Current Release

## Version 2.8.0
* Updated Set-AzureRmVMAEMExtension and Test-AzureRmVMAEMExtension cmdlets to support managed disks

## Version 2.7.0
Expand Down
7 changes: 3 additions & 4 deletions src/ResourceManager/DataFactories/AzureRM.DataFactories.psd1
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#
#
# Module manifest for module 'PSGet_AzureRM.DataFactories'
#
# Generated by: Microsoft Corporation
#
# Generated on: 2/21/2017
# Generated on: 3/8/2017
#

@{
Expand Down Expand Up @@ -127,8 +127,7 @@ PrivateData = @{
# IconUri = ''

# ReleaseNotes of this module
ReleaseNotes = '* Fixed Get-AzureRmDataFactoryActivityWindow so it works for named pipeline and activity
'
ReleaseNotes = 'Updated for common code changes'

# External dependent modules of this module
# ExternalModuleDependencies = ''
Expand Down
2 changes: 2 additions & 0 deletions src/ResourceManager/DataFactories/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
-->
## Current Release

## Version 2.7.0

## Version 2.6.0
* Fixed Get-AzureRmDataFactoryActivityWindow so it works for named pipeline and activity

Expand Down
Loading