Skip to content

Commit 9627a16

Browse files
authored
Merge pull request Azure#3602 from markcowl/change370
Update changelogs for 3.7.0 release
2 parents c29396f + 46e10bb commit 9627a16

File tree

91 files changed

+415
-407
lines changed

Some content is hidden

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

91 files changed

+415
-407
lines changed

ChangeLog.md

Lines changed: 61 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,64 @@
1-
## 2017.02.22 - Version 3.6.0
1+
## 2017.03.09 - Version 3.7.0
2+
* ApiManagement
3+
* Added new cmdlets to manage Backend entity
4+
- New-AzureRmApiManagementBackend
5+
- Get-AzureRmApiManagementBackend
6+
- Set-AzureRmApiManagementBackend
7+
- Remove-AzureRmApiManagementBackend
8+
* Created supporting cmdlets to create in-memory objects required while Creating or Updating Backend entity
9+
- New-AzureRmApiManagementBackendCredential
10+
- New-AzureRmApiManagementBackendProxy
11+
* Billing
12+
* New Cmdlet Get-AzureRmBillingInvoice
13+
- cmdlet to retrieve azure billing invoices of the subscription.
14+
* Compute
15+
* Updated Set-AzureRmVMAEMExtension and Test-AzureRmVMAEMExtension cmdlets to support managed disks
16+
* LogicApp
17+
* New cmdlets for X12 Interchange Control Number disaster recovery:
18+
- Get-AzureRmIntegrationAccountGeneratedIcn
19+
- Get-AzureRmIntegrationAccountReceivedIcn
20+
- Remove-AzureRmIntegrationAccountReceivedIcn
21+
- Set-AzureRmIntegrationAccountGeneratedIcn
22+
- Set-AzureRmIntegrationAccountReceivedIcn
23+
* Network
24+
* Added support for connection draining to Application Gateways
25+
- Added Get-AzureRmApplicationGatewayConnectionDraining
26+
- Added New-AzureRmApplicationGatewayConnectionDraining
27+
- Added Remove-AzureRmApplicationGatewayConnectionDraining
28+
- Added Set-AzureRmApplicationGatewayConnectionDraining
29+
- Updated Add-AzureRmApplicationGatewayBackendHttpSettings: Added optional parameter -ConnectionDraining
30+
- Updated New-AzureRmApplicationGatewayBackendHttpSettings: Added optional parameter -ConnectionDraining
31+
- Updated Set-AzureRmApplicationGatewayBackendHttpSettings: Added optional parameter -ConnectionDraining
32+
33+
* Remapped unused 'Name' parameter in ExpressRoute cmdlets to 'ExpressRouteCircuitName'
34+
- Get-AzureRmExpressRouteCircuitARPTable
35+
- Get-AzureRmExpressRouteCircuitRouteTable
36+
- Get-AzureRmExpressRouteCircuitRouteTableSummary
37+
- Get-AzureRmExpressRouteCircuitStats
38+
* Sql
39+
* Bug fix - Auditing and Threat Detection cmdlets now return a meangfull error instead of null refernce error.
40+
* Updating Transparent Data Encryption (TDE) with Bring Your Own Key (BYOK) support cmdlets for updated API.
41+
* Websites
42+
* Update help documentation for AppServicePlan cmdlets
43+
* ServiceManagement
44+
* Update the output object of migration cmdlets (Move-AzureService, Move-AzureStorageAccount, Move-AzureVirtualNetwork, Move-AzureNetworkSecurityGroup, Move-AzureReservedIP, Move-AzureRouteTable):
45+
- ValidationMessages contain "Information" and "Warning" messages in addition to "Error" messages.
46+
- Result output is changed according to ValidationMessages.
47+
48+
* Removed ManagedCache cmdlets. These cmdlets were non-functional and have been deeprecated for more than a year
49+
- Get-AzureManagedCacheLocation
50+
- Get-AzureManagedCache
51+
- Get-AzureManagedCacheAccessKey
52+
- Get-AzureManagedCacheNamedCache
53+
- New-AzureManagedCache
54+
- New-AzureManagedCacheAccessKey
55+
- New-AzureManagedCacheNamedCache
56+
- Remove-AzureManagedCache
57+
- Remove-AzureManagedCacheNamedCache
58+
- Set-AzureManagedCache
59+
- Set-AzureManagedCacheNamedCache
60+
61+
## 2017.02.22 - Version 3.6.0
262
* AnalysisServices
363
* Added State property in additional to ProvisioningState
464
- All the cmdlet returning AnalysisService would have a new property 'State' used outside of provisioing.

src/ResourceManager/AnalysisServices/AzureRM.AnalysisServices.psd1

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
#
1+
#
22
# Module manifest for module 'PSGet_AzureRM.AnalysisServices'
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 2/21/2017
6+
# Generated on: 3/8/2017
77
#
88

99
@{
@@ -27,7 +27,7 @@ Author = 'Microsoft Corporation'
2727
CompanyName = 'Microsoft Corporation'
2828

2929
# Copyright statement for this module
30-
Copyright = '© Microsoft Corporation. All rights reserved.'
30+
Copyright = '© Microsoft Corporation. All rights reserved.'
3131

3232
# Description of the functionality provided by this module
3333
Description = 'Microsoft Azure PowerShell - Analysis Services'
@@ -114,11 +114,7 @@ PrivateData = @{
114114
# IconUri = ''
115115

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

123119
# External dependent modules of this module
124120
# ExternalModuleDependencies = ''

src/ResourceManager/AnalysisServices/ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
-->
2020
## Current Release
2121

22+
## Version 0.1.0
23+
2224
## Version 0.0.4
2325
* Added State property in additional to ProvisioningState
2426
- All the cmdlet returning AnalysisService would have a new property 'State' used outside of provisioing.

src/ResourceManager/ApiManagement/AzureRM.ApiManagement.psd1

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
#
1+
#
22
# Module manifest for module 'PSGet_AzureRM.ApiManagement'
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 2/21/2017
6+
# Generated on: 3/8/2017
77
#
88

99
@{
@@ -144,10 +144,10 @@ CmdletsToExport = 'Add-AzureRmApiManagementRegion',
144144
'Get-AzureRmApiManagementIdentityProvider',
145145
'New-AzureRmApiManagementIdentityProvider',
146146
'Set-AzureRmApiManagementIdentityProvider',
147-
'Remove-AzureRmApiManagementIdentityProvider',
148-
'Get-AzureRmApiManagementBackend',
147+
'Remove-AzureRmApiManagementIdentityProvider',
148+
'Get-AzureRmApiManagementBackend',
149149
'New-AzureRmApiManagementBackend',
150-
'New-AzureRmApiManagementBackendCredential',
150+
'New-AzureRmApiManagementBackendCredential',
151151
'New-AzureRmApiManagementBackendProxy',
152152
'Set-AzureRmApiManagementBackend',
153153
'Remove-AzureRmApiManagementBackend'
@@ -185,7 +185,15 @@ PrivateData = @{
185185
# IconUri = ''
186186

187187
# ReleaseNotes of this module
188-
ReleaseNotes = 'Updated for common code changes'
188+
ReleaseNotes = '* Added new cmdlets to manage Backend entity
189+
- New-AzureRmApiManagementBackend
190+
- Get-AzureRmApiManagementBackend
191+
- Set-AzureRmApiManagementBackend
192+
- Remove-AzureRmApiManagementBackend
193+
* Created supporting cmdlets to create in-memory objects required while Creating or Updating Backend entity
194+
- New-AzureRmApiManagementBackendCredential
195+
- New-AzureRmApiManagementBackendProxy
196+
'
189197

190198
# External dependent modules of this module
191199
# ExternalModuleDependencies = ''

src/ResourceManager/ApiManagement/ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
- Additional information about change #1
1919
-->
2020
## Current Release
21+
22+
## Version 3.5.0
2123
* Added new cmdlets to manage Backend entity
2224
- New-AzureRmApiManagementBackend
2325
- Get-AzureRmApiManagementBackend

src/ResourceManager/Automation/AzureRM.Automation.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
#
1+
#
22
# Module manifest for module 'PSGet_AzureRM.Automation'
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 2/21/2017
6+
# Generated on: 3/8/2017
77
#
88

99
@{

src/ResourceManager/Automation/ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
-->
2020
## Current Release
2121

22+
## Version 2.7.0
23+
2224
## Version 2.6.0
2325

2426
## Version 2.5.0

src/ResourceManager/AzureBackup/AzureRM.Backup.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
#
1+
#
22
# Module manifest for module 'PSGet_AzureRM.Backup'
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 2/21/2017
6+
# Generated on: 3/8/2017
77
#
88

99
@{

src/ResourceManager/AzureBackup/ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
-->
2020
## Current Release
2121

22+
## Version 2.7.0
23+
2224
## Version 2.6.0
2325

2426
## Version 2.5.0

src/ResourceManager/AzureBatch/AzureRM.Batch.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
#
1+
#
22
# Module manifest for module 'PSGet_AzureRM.Batch'
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 2/21/2017
6+
# Generated on: 3/8/2017
77
#
88

99
@{

src/ResourceManager/AzureBatch/ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
-->
2020
## Current Release
2121

22+
## Version 2.7.0
23+
2224
## Version 2.6.0
2325

2426
## Version 2.5.0

src/ResourceManager/Billing/AzureRM.Billing.psd1

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
#
1+
#
22
# Module manifest for module 'PSGet_AzureRM.Billing'
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 2/17/2017
6+
# Generated on: 3/8/2017
77
#
88

99
@{
@@ -107,7 +107,9 @@ PrivateData = @{
107107
# IconUri = ''
108108

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

112114
# External dependent modules of this module
113115
# ExternalModuleDependencies = ''

src/ResourceManager/Billing/ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,7 @@
1818
- Additional information about change #1
1919
-->
2020
## Current Release
21+
22+
## Version 0.10.0
2123
* New Cmdlet Get-AzureRmBillingInvoice
2224
- cmdlet to retrieve azure billing invoices of the subscription.

src/ResourceManager/Cdn/AzureRM.Cdn.psd1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
#
1+
#
22
# Module manifest for module 'PSGet_AzureRM.Cdn'
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 2/21/2017
6+
# Generated on: 3/8/2017
77
#
88

99
@{

src/ResourceManager/Cdn/ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
-->
2020
## Current Release
2121

22+
## Version 2.7.0
23+
2224
## Version 2.6.0
2325

2426
## Version 2.5.0

src/ResourceManager/CognitiveServices/AzureRM.CognitiveServices.psd1

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
#
1+
#
22
# Module manifest for module 'PSGet_AzureRM.CognitiveServices'
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 2/21/2017
6+
# Generated on: 3/8/2017
77
#
88

99
@{
@@ -113,9 +113,7 @@ PrivateData = @{
113113
# IconUri = ''
114114

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

120118
# External dependent modules of this module
121119
# ExternalModuleDependencies = ''

src/ResourceManager/CognitiveServices/ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
-->
2020
## Current Release
2121

22+
## Version 0.5.0
23+
2224
## Version 0.4.4
2325
* Integrate with Cognitive Services Management SDK 0.2.1 to support more Cognitive Services API Types and SKUs.
2426
* Remove the validation against “Type” and “SkuName” of Cognitive Services Account, this will allow the script to support new APIs/SKUs without changes.

src/ResourceManager/Compute/AzureRM.Compute.psd1

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
#
1+
#
22
# Module manifest for module 'PSGet_AzureRM.Compute'
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 2/21/2017
6+
# Generated on: 3/8/2017
77
#
88

99
@{
@@ -198,16 +198,7 @@ PrivateData = @{
198198
# IconUri = ''
199199

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

213204
# External dependent modules of this module

src/ResourceManager/Compute/ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
- Additional information about change #1
1919
-->
2020
## Current Release
21+
22+
## Version 2.8.0
2123
* Updated Set-AzureRmVMAEMExtension and Test-AzureRmVMAEMExtension cmdlets to support managed disks
2224

2325
## Version 2.7.0

src/ResourceManager/DataFactories/AzureRM.DataFactories.psd1

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
#
1+
#
22
# Module manifest for module 'PSGet_AzureRM.DataFactories'
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 2/21/2017
6+
# Generated on: 3/8/2017
77
#
88

99
@{
@@ -127,8 +127,7 @@ PrivateData = @{
127127
# IconUri = ''
128128

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

133132
# External dependent modules of this module
134133
# ExternalModuleDependencies = ''

src/ResourceManager/DataFactories/ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
-->
2020
## Current Release
2121

22+
## Version 2.7.0
23+
2224
## Version 2.6.0
2325
* Fixed Get-AzureRmDataFactoryActivityWindow so it works for named pipeline and activity
2426

0 commit comments

Comments
 (0)