Skip to content

Commit e66becd

Browse files
author
Lei Jin
committed
Release 2019-10-15
1 parent f84128b commit e66becd

File tree

67 files changed

+60753
-33424
lines changed

Some content is hidden

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

67 files changed

+60753
-33424
lines changed

ChangeLog.md

Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,93 @@
1+
## 2.8.0 - October 2019
2+
### General
3+
* Az.HealthcareApis 1.0.0 release
4+
5+
#### Az.Accounts
6+
* Update telemetry and url rewriting for generated modules, fix windows unit tests.
7+
8+
#### Az.ApiManagement
9+
* **Set-AzApiManagementApi** - Added support for Updating Api into ApiVersionSet
10+
- Fix for issue https://github.com/Azure/azure-powershell/issues/10068
11+
12+
#### Az.Automation
13+
* Fixed New-AzureAutomationSoftwareUpdateConfiguration cmdlet for Linux reboot setting parameter.
14+
15+
#### Az.Batch
16+
* **Get-AzBatchNodeAgentSku** is deprecated and will be replaced by **Get-AzBatchSupportImage** in version 2.0.0.
17+
18+
#### Az.Compute
19+
* Add Priority, EvictionPolicy, and MaxPrice parameters to New-AzVM and New-AzVmss cmdlets
20+
* Fix warning message and help document for Add-AzVMAdditionalUnattendContent and Add-AzVMSshPublicKey cmdlets
21+
* Fix -skipVmBackup exception for Linux VMs with managed disks for Set-AzVMDiskEncryptionExtension.
22+
* Fix bug in update encryption settings in Set-AzVMDiskEncryptionExtension, two pass scenario.
23+
24+
#### Az.DataFactory
25+
* Adding CRUD commands for ADF V2 data flow: Set-AzDataFactoryV2DataFlow, Remove-AzDataFactoryV2DataFlow, and Get-AzDataFactoryV2DataFlow.
26+
* Adding action commands for ADF V2 data flow debug Session: Start-AzDataFactoryV2DataFlowDebugSession, Get-AzDataFactoryV2DataFlowDebugSession, Add-AzDataFactoryV2DataFlowDebugSessionPackage, Invoke-AzDataFactoryV2DataFlowDebugSessionCommand and Stop-AzDataFactoryV2DataFlowDebugSession.
27+
* Update ADF .Net SDK version to 4.2.0
28+
29+
#### Az.DataLakeStore
30+
* Fix account validation so that accounts with '-' can be passed without domain
31+
32+
#### Az.HealthcareApis
33+
* Updated the powershell version to 1.0.0
34+
* Updated the SDK version to 1.0.2
35+
* Update in tests to refer to new SDK version
36+
* Updated the output structure from nested to flattened.
37+
38+
#### Az.IotHub
39+
* Add new routing source: DigitalTwinChangeEvents
40+
* Minor bug fix: Get-AzIothub not returning subscriptionId
41+
42+
#### Az.Monitor
43+
* New action group receivers added for action group
44+
-ItsmReceiver
45+
-VoiceReceiver
46+
-ArmRoleReceiver
47+
-AzureFunctionReceiver
48+
-LogicAppReceiver
49+
-AutomationRunbookReceiver
50+
-AzureAppPushReceiver
51+
* Use common alert schema enabled for the receivers. This is not applicable for SMS, Azure App push , ITSM and Voice recievers
52+
* Webhooks now supports Azure active directory authentication .
53+
54+
#### Az.Network
55+
* Add new cmdlet Get-AzAvailableServiceAlias which can be called to get the aliases that can be used for Service Endpoint Policies.
56+
* Added support for the adding traffic selectors to Virtual Network Gateway Connections
57+
- New cmdlets added:
58+
- New-AzureRmTrafficSelectorPolicy
59+
- Cmdlets updated with optional parameter -TrafficSelectorPolicies
60+
-New-AzureRmVirtualNetworkGatewayConnection
61+
-Set-AzureRmVirtualNetworkGatewayConnection
62+
* Add support for ESP and AH protocols in network security rule configurations
63+
- Updated cmdlets:
64+
- Add-AzNetworkSecurityRuleConfig
65+
- New-AzNetworkSecurityRuleConfig
66+
- Set-AzNetworkSecurityRuleConfig
67+
* Improve handling of exceptions in Cortex cmdlets
68+
* New Generations and SKUs for VirtualNetworkGateways
69+
- Introduce new Generations for VirtualNetworkGateways.
70+
- Introduce new high throughput SKUs for VirtualNetworkGateways.
71+
72+
#### Az.RedisCache
73+
* Updated 'Set-AzRedisCache' reference documentation to include missing values for '-Size' parameter
74+
75+
#### Az.Sql
76+
* Add support for setting Active Directory Administrator on Managed Instance
77+
78+
#### Az.Storage
79+
* Upgrade Storage Client Library to 11.1.0
80+
* List containers with Management plane API, will list with NextPageLink
81+
- Get-AzRmStorageContainer
82+
* List Storage accounts from subscription, will list with NextPageLink
83+
- Get-AzStorageAccount
84+
85+
#### Az.StorageSync
86+
* Fix Issue 9810 in Reset-AzStorageSyncServerCertificate.
87+
88+
#### Az.Websites
89+
* Set-AzWebApp updating ASP of an app was failing
90+
191
## 2.7.0 - September 2019
292
#### Az.ApiManagement
393
* Update '-Format' parameter description in 'Set-AzApiManagementPolicy' reference documentation

src/ApiManagement/ApiManagement/Az.ApiManagement.psd1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 9/19/2019
6+
# Generated on: 10/11/2019
77
#
88

99
@{
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '1.3.1'
15+
ModuleVersion = '1.3.2'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -189,8 +189,8 @@ PrivateData = @{
189189
# IconUri = ''
190190

191191
# ReleaseNotes of this module
192-
ReleaseNotes = '* Update ''-Format'' parameter description in ''Set-AzApiManagementPolicy'' reference documentation
193-
* Removed references of deprecated cmdlet ''Update-AzApiManagementDeployment'' from reference documentation. Use ''Set-AzApiManagement'' instead.'
192+
ReleaseNotes = '* **Set-AzApiManagementApi** - Added support for Updating Api into ApiVersionSet
193+
- Fix for issue https://github.com/Azure/azure-powershell/issues/10068'
194194

195195
# Prerelease string of this module
196196
# Prerelease = ''

src/ApiManagement/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
## Upcoming Release
21+
22+
## Version 1.3.2
2123
* **Set-AzApiManagementApi** - Added support for Updating Api into ApiVersionSet
2224
- Fix for issue https://github.com/Azure/azure-powershell/issues/10068
2325

src/ApiManagement/ApiManagement/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@
4141
// You can specify all the values or you can default the Build and Revision Numbers
4242
// by using the '*' as shown below:
4343

44-
[assembly: AssemblyVersion("1.3.1")]
45-
[assembly: AssemblyFileVersion("1.3.1")]
44+
[assembly: AssemblyVersion("1.3.2")]
45+
[assembly: AssemblyFileVersion("1.3.2")]

src/Automation/Automation/Az.Automation.psd1

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 9/19/2019
6+
# Generated on: 10/11/2019
77
#
88

99
@{
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '1.3.3'
15+
ModuleVersion = '1.3.4'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -168,9 +168,7 @@ PrivateData = @{
168168
# IconUri = ''
169169

170170
# ReleaseNotes of this module
171-
ReleaseNotes = '* Fixed example typo in reference documentation for ''Register-AzAutomationDscNode''
172-
* Added clarification on OS restriction to Register-AzAutomationDSCNode
173-
* Fixed Start-AzAutomationRunbook cmdlet Null reference exception for -Wait option.'
171+
ReleaseNotes = '* Fixed New-AzureAutomationSoftwareUpdateConfiguration cmdlet for Linux reboot setting parameter. '
174172

175173
# Prerelease string of this module
176174
# Prerelease = ''

src/Automation/Automation/ChangeLog.md

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

22+
## Version 1.3.4
23+
2224
* Fixed New-AzureAutomationSoftwareUpdateConfiguration cmdlet for Linux reboot setting parameter.
2325

2426
## Version 1.3.3

src/Automation/Automation/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
// You can specify all the values or you can default the Build and Revision Numbers
4444
// by using the '*' as shown below:
4545

46-
[assembly: AssemblyVersion("1.3.3")]
47-
[assembly: AssemblyFileVersion("1.3.3")]
46+
[assembly: AssemblyVersion("1.3.4")]
47+
[assembly: AssemblyFileVersion("1.3.4")]
4848
#if !SIGN
4949
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Automation.Test")]
5050
#endif

src/Batch/Batch/Az.Batch.psd1

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 8/22/2019
6+
# Generated on: 10/11/2019
77
#
88

99
@{
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '1.1.1'
15+
ModuleVersion = '1.1.2'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -152,8 +152,7 @@ PrivateData = @{
152152
# IconUri = ''
153153

154154
# ReleaseNotes of this module
155-
ReleaseNotes = '* Fixed typo in help message and documentation to capitalize Windows
156-
* Fixed miscellaneous typos across module'
155+
ReleaseNotes = '* **Get-AzBatchNodeAgentSku** is deprecated and will be replaced by **Get-AzBatchSupportImage** in version 2.0.0.'
157156

158157
# Prerelease string of this module
159158
# Prerelease = ''

src/Batch/Batch/ChangeLog.md

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

2121
## Upcoming Release
22+
23+
## Version 1.1.2
2224
* **Get-AzBatchNodeAgentSku** is deprecated and will be replaced by **Get-AzBatchSupportImage** in version 2.0.0.
2325

2426
## Version 1.1.1

src/Batch/Batch/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
[assembly: ComVisible(false)]
2626
[assembly: CLSCompliant(false)]
2727
[assembly: Guid("ed102280-3577-49bf-93dd-11b6e3a44a57")]
28-
[assembly: AssemblyVersion("1.1.1")]
29-
[assembly: AssemblyFileVersion("1.1.1")]
28+
[assembly: AssemblyVersion("1.1.2")]
29+
[assembly: AssemblyFileVersion("1.1.2")]
3030
#if !SIGN
3131
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Batch.Test")]
3232
#endif

src/Compute/Compute/Az.Compute.psd1

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 9/19/2019
6+
# Generated on: 10/11/2019
77
#
88

99
@{
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '2.6.0'
15+
ModuleVersion = '2.7.0'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -201,15 +201,10 @@ PrivateData = @{
201201
# IconUri = ''
202202

203203
# ReleaseNotes of this module
204-
ReleaseNotes = '* Add UploadSizeInBytes parameter tp New-AzDiskConfig
205-
* Add Incremental parameter to New-AzSnapshotConfig
206-
* Add a low priority virtual machine feature:
207-
- MaxPrice, EvictionPolicy and Priority parameters are added to New-AzVMConfig.
208-
- MaxPrice parameter is added to New-AzVmssConfig, Update-AzVM and Update-AzVmss cmdlets.
209-
* Fix VM reference issue for Get-AzAvailabilitySet cmdlet when it lists all availability sets in the subscription.
210-
* Fix the null exception for Get-AzRemoteDesktopFile.
211-
* Fix VHD Seek method for end-relative position.
212-
* Fix UltraSSD issue for New-AzVM and Update-AzVM.'
204+
ReleaseNotes = '* Add Priority, EvictionPolicy, and MaxPrice parameters to New-AzVM and New-AzVmss cmdlets
205+
* Fix warning message and help document for Add-AzVMAdditionalUnattendContent and Add-AzVMSshPublicKey cmdlets
206+
* Fix -skipVmBackup exception for Linux VMs with managed disks for Set-AzVMDiskEncryptionExtension.
207+
* Fix bug in update encryption settings in Set-AzVMDiskEncryptionExtension, two pass scenario.'
213208

214209
# Prerelease string of this module
215210
# Prerelease = ''

src/Compute/Compute/ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
- Additional information about change #1
2020
-->
2121
## Upcoming Release
22+
23+
## Version 2.7.0
2224
* Add Priority, EvictionPolicy, and MaxPrice parameters to New-AzVM and New-AzVmss cmdlets
2325
* Fix warning message and help document for Add-AzVMAdditionalUnattendContent and Add-AzVMSshPublicKey cmdlets
2426
* Fix -skipVmBackup exception for Linux VMs with managed disks for Set-AzVMDiskEncryptionExtension.

src/Compute/Compute/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
[assembly: ComVisible(false)]
2626
[assembly: CLSCompliant(false)]
2727
[assembly: Guid("91792853-487B-4DC2-BE6C-DD09A0A1BC10")]
28-
[assembly: AssemblyVersion("2.6.0")]
29-
[assembly: AssemblyFileVersion("2.6.0")]
28+
[assembly: AssemblyVersion("2.7.0")]
29+
[assembly: AssemblyFileVersion("2.7.0")]
3030
#if !SIGN
3131
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Compute.Test")]
3232
#endif

src/DataFactory/DataFactoryV2/Az.DataFactory.psd1

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 9/19/2019
6+
# Generated on: 10/11/2019
77
#
88

99
@{
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '1.3.0'
15+
ModuleVersion = '1.4.0'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -84,23 +84,22 @@ CmdletsToExport = 'Set-AzDataFactoryV2', 'Update-AzDataFactoryV2',
8484
'Set-AzDataFactoryV2LinkedService',
8585
'New-AzDataFactoryV2LinkedServiceEncryptedCredential',
8686
'Get-AzDataFactoryV2LinkedService',
87-
'Remove-AzDataFactoryV2LinkedService',
88-
'Set-AzDataFactoryV2DataFlow',
89-
'Get-AzDataFactoryV2DataFlow',
90-
'Remove-AzDataFactoryV2DataFlow',
91-
'Start-AzDataFactoryV2DataFlowDebugSession',
92-
'Add-AzDataFactoryV2DataFlowDebugSessionPackage',
93-
'Invoke-AzDataFactoryV2DataFlowDebugSessionCommand',
94-
'Stop-AzDataFactoryV2DataFlowDebugSession',
95-
'Get-AzDataFactoryV2DataFlowDebugSession',
96-
'Set-AzDataFactoryV2Dataset',
97-
'Get-AzDataFactoryV2Dataset', 'Remove-AzDataFactoryV2Dataset',
98-
'Set-AzDataFactoryV2Trigger', 'Get-AzDataFactoryV2Trigger',
99-
'Remove-AzDataFactoryV2Trigger', 'Start-AzDataFactoryV2Trigger',
100-
'Stop-AzDataFactoryV2Trigger', 'Set-AzDataFactoryV2Pipeline',
101-
'Get-AzDataFactoryV2Pipeline', 'Remove-AzDataFactoryV2Pipeline',
102-
'Invoke-AzDataFactoryV2Pipeline', 'Get-AzDataFactoryV2PipelineRun',
103-
'Stop-AzDataFactoryV2PipelineRun', 'Get-AzDataFactoryV2ActivityRun',
87+
'Remove-AzDataFactoryV2LinkedService',
88+
'Set-AzDataFactoryV2DataFlow', 'Get-AzDataFactoryV2DataFlow',
89+
'Remove-AzDataFactoryV2DataFlow',
90+
'Start-AzDataFactoryV2DataFlowDebugSession',
91+
'Add-AzDataFactoryV2DataFlowDebugSessionPackage',
92+
'Invoke-AzDataFactoryV2DataFlowDebugSessionCommand',
93+
'Stop-AzDataFactoryV2DataFlowDebugSession',
94+
'Get-AzDataFactoryV2DataFlowDebugSession',
95+
'Set-AzDataFactoryV2Dataset', 'Get-AzDataFactoryV2Dataset',
96+
'Remove-AzDataFactoryV2Dataset', 'Set-AzDataFactoryV2Trigger',
97+
'Get-AzDataFactoryV2Trigger', 'Remove-AzDataFactoryV2Trigger',
98+
'Start-AzDataFactoryV2Trigger', 'Stop-AzDataFactoryV2Trigger',
99+
'Set-AzDataFactoryV2Pipeline', 'Get-AzDataFactoryV2Pipeline',
100+
'Remove-AzDataFactoryV2Pipeline', 'Invoke-AzDataFactoryV2Pipeline',
101+
'Get-AzDataFactoryV2PipelineRun', 'Stop-AzDataFactoryV2PipelineRun',
102+
'Get-AzDataFactoryV2ActivityRun',
104103
'Get-AzDataFactoryV2IntegrationRuntimeKey',
105104
'Get-AzDataFactoryV2IntegrationRuntime',
106105
'New-AzDataFactoryV2IntegrationRuntimeKey',
@@ -171,8 +170,9 @@ PrivateData = @{
171170
# IconUri = ''
172171

173172
# ReleaseNotes of this module
174-
ReleaseNotes = '* Adding 3 new commands for ADF V2 - Add-AzDataFactoryV2TriggerSubscription, Remove-AzDataFactoryV2TriggerSubscription, and Get-AzDataFactoryV2TriggerSubscriptionStatus
175-
* Updated ADF .Net SDK version to 4.1.3'
173+
ReleaseNotes = '* Adding CRUD commands for ADF V2 data flow: Set-AzDataFactoryV2DataFlow, Remove-AzDataFactoryV2DataFlow, and Get-AzDataFactoryV2DataFlow.
174+
* Adding action commands for ADF V2 data flow debug Session: Start-AzDataFactoryV2DataFlowDebugSession, Get-AzDataFactoryV2DataFlowDebugSession, Add-AzDataFactoryV2DataFlowDebugSessionPackage, Invoke-AzDataFactoryV2DataFlowDebugSessionCommand and Stop-AzDataFactoryV2DataFlowDebugSession.
175+
* Update ADF .Net SDK version to 4.2.0'
176176

177177
# Prerelease string of this module
178178
# Prerelease = ''

src/DataFactory/DataFactoryV2/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
## Upcoming Release
21+
22+
## Version 1.4.0
2123
* Adding CRUD commands for ADF V2 data flow: Set-AzDataFactoryV2DataFlow, Remove-AzDataFactoryV2DataFlow, and Get-AzDataFactoryV2DataFlow.
2224
* Adding action commands for ADF V2 data flow debug Session: Start-AzDataFactoryV2DataFlowDebugSession, Get-AzDataFactoryV2DataFlowDebugSession, Add-AzDataFactoryV2DataFlowDebugSessionPackage, Invoke-AzDataFactoryV2DataFlowDebugSessionCommand and Stop-AzDataFactoryV2DataFlowDebugSession.
2325
* Update ADF .Net SDK version to 4.2.0

src/DataFactory/DataFactoryV2/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
[assembly: ComVisible(false)]
2626
[assembly: CLSCompliant(false)]
2727
[assembly: Guid("5d024af0-81c9-44f0-b3b0-7080f103fb4d")]
28-
[assembly: AssemblyVersion("1.3.0")]
29-
[assembly: AssemblyFileVersion("1.3.0")]
28+
[assembly: AssemblyVersion("1.4.0")]
29+
[assembly: AssemblyFileVersion("1.4.0")]
3030
#if !SIGN
3131
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2.Test")]
3232
#endif

0 commit comments

Comments
 (0)