Skip to content

Commit ec37b03

Browse files
committed
Update versions for September 2019 release candidate 2
1 parent 86c3114 commit ec37b03

File tree

77 files changed

+51072
-19441
lines changed

Some content is hidden

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

77 files changed

+51072
-19441
lines changed

ChangeLog.md

Lines changed: 129 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,132 @@
1+
## 2.7.0 - September 2019
2+
#### Az.ApiManagement
3+
* Update '-Format' parameter description in 'Set-AzApiManagementPolicy' reference documentation
4+
* Removed references of deprecated cmdlet 'Update-AzApiManagementDeployment' from reference documentation. Use 'Set-AzApiManagement' instead.
5+
6+
#### Az.Automation
7+
* Fixed example typo in reference documentation for 'Register-AzAutomationDscNode'
8+
* Added clarification on OS restriction to Register-AzAutomationDSCNode
9+
* Fixed Start-AzAutomationRunbook cmdlet Null reference exception for -Wait option.
10+
11+
#### Az.Compute
12+
* Add UploadSizeInBytes parameter tp New-AzDiskConfig
13+
* Add Incremental parameter to New-AzSnapshotConfig
14+
* Add a low priority virtual machine feature:
15+
- MaxPrice, EvictionPolicy and Priority parameters are added to New-AzVMConfig.
16+
- MaxPrice parameter is added to New-AzVmssConfig, Update-AzVM and Update-AzVmss cmdlets.
17+
* Fix VM reference issue for Get-AzAvailabilitySet cmdlet when it lists all availability sets in the subscription.
18+
* Fix the null exception for Get-AzRemoteDesktopFile.
19+
* Fix VHD Seek method for end-relative position.
20+
* Fix UltraSSD issue for New-AzVM and Update-AzVM.
21+
22+
#### Az.DataFactory
23+
* Adding 3 new commands for ADF V2 - Add-AzDataFactoryV2TriggerSubscription, Remove-AzDataFactoryV2TriggerSubscription, and Get-AzDataFactoryV2TriggerSubscriptionStatus
24+
* Updated ADF .Net SDK version to 4.1.3
25+
26+
#### Az.HDInsight
27+
* Call out breaking changes
28+
29+
#### Az.IotHub
30+
* Add support to invoke failover for an IotHub to the geo-paired disaster recovery region.
31+
* Add support to manage message enrichment for an IotHub. New cmdlets are:
32+
- Add-AzIotHubMessageEnrichment
33+
- Get-AzIotHubMessageEnrichment
34+
- Remove-AzIotHubMessageEnrichment
35+
- Set-AzIotHubMessageEnrichment
36+
37+
#### Az.Monitor
38+
* Pointing to the most recent Monitor SDK, i.e. 0.24.1-preview
39+
- Adds non-braking changes to the Metrics cmdlets, i.e. the Unit enumeration supports several new values. These are read-only cmdlets, so there would be no change in the input of the cmdlets.
40+
- The api-version of the **ActionGroups** requests is now **2019-06-01**, before it was **2018-03-01**. The scenario tests have been updated to accommodate for this change.
41+
- The constructors for the classes **EmailReceiver** and **WebhookReceiver** added one new mandatory argument, i.e. a Boolean value called **useCommonAlertSchema**. Currently, the value is fixed to **false** to hide this breaking change from the cmdlets. **NOTE**: this is a temporary change that must be validated by the Alerts team.
42+
- The order of the arguments for the constructor of the class **Source** (related to the **ScheduledQueryRuleSource** class) changed from the previous SDK. This change required two unit tests to the be fixed: they compiled, but failed to pass the tests.
43+
- The order of the arguments for the constructor of the class **AlertingAction** (related to the **ScheduledQueryRuleSource** class) changed from the previous SDK. This change required two unit tests to the be fixed: they compiled, but failed to pass the tests.
44+
* Support Dynamic Threshold criteria for metric alert V2
45+
- New-AzMetricAlertRuleV2Criteria: now creats dynamic threshold criteria also
46+
- Add-AzMetricAlertRuleV2: now accept dynamic threshold criteria also
47+
* Improvements in Scheduled Query Rule cmdlets (SQR)
48+
- Cmdlets will accept 'Location' paramater in both formats, either the location (e.g. eastus) or the location display name (e.g. East US)
49+
- Illustrated 'Enabled' parameter in help files properly
50+
- Added examples for 'ActionGroup' optional parameter
51+
- Overall improved help files
52+
* Fix bug in determining scope type for 'Set-AzActionRule'
53+
54+
#### Az.Network
55+
* Fix incorrect example in 'New-AzApplicationGateway' reference documentation
56+
* Add note in 'Get-AzNetworkWatcherPacketCapture' reference documentation about retrieving all properties for a packet capture
57+
* Fixed example in 'Test-AzNetworkWatcherIPFlow' reference documentation to correctly enumerate NICs
58+
* Improved cloud exception parsing to display additional details if they are present
59+
* Improved cloud exception parsing to handle additional type of SDK exception
60+
* Fixed incorrect mapping of Security Rule models
61+
* Added properties to network interface for private ip feature
62+
- Added property 'PrivateEndpoint' as type of PSResourceId to PSNetworkInterface
63+
- Added property 'PrivateLinkConnectionProperties' as type of PSIpConfigurationConnectivityInformation to PSNetworkInterfaceIPConfiguration
64+
- Added new model class PSIpConfigurationConnectivityInformation
65+
* Added new ApplicationRuleProtocolType 'mssql' for Azure Firewall resource
66+
* MultiLink support in Virtual WAN
67+
- New cmdlets
68+
- New-AzVpnSiteLink
69+
- New-AzVpnSiteLinkConnection
70+
- Updated cmdlet:
71+
- New-VpnSite
72+
- Update-VpnSite
73+
- New-VpnConnection
74+
- Update-VpnConnection
75+
* Fixed documents for some PowerShell examples to use Az cmdlets instead of AzureRM cmdlets
76+
77+
#### Az.RecoveryServices
78+
* Update AzureVMpolicy Object with ProtectedItemsCount Attribute
79+
* Added Tests for VM policy and Original Storage Account Restore
80+
81+
#### Az.Resources
82+
* Fix bug where New-AzRoleAssignment could not be called without parameter Scope.
83+
84+
#### Az.ServiceFabric
85+
* Fixed typo in example for 'Update-AzServiceFabricReliability' reference documentation
86+
* Adding new cmdlets to manage appliaction and services:
87+
- New-AzServiceFabricApplication
88+
- New-AzServiceFabricApplicationType
89+
- New-AzServiceFabricApplicationTypeVersion
90+
- New-AzServiceFabricService
91+
- Update-AzServiceFabricApplication
92+
- Get-AzServiceFabricApplication
93+
- Get-AzServiceFabricApplicationType
94+
- Get-AzServiceFabricApplicationTypeVersion
95+
- Get-AzServiceFabricService
96+
- Remove-AzServiceFabricApplication
97+
- Remove-AzServiceFabricApplicationType
98+
- Remove-AzServiceFabricApplicationTypeVersion
99+
- Remove-AzServiceFabricServic
100+
* Upgraded Service Fabric SDK to version 1.2.0 which uses service fabric resource provider api-version 2019-03-01.
101+
102+
#### Az.SignalR
103+
* Add Update, Restart, CheckNameAvailability, GetUsage Cmdlets
104+
105+
#### Az.Sql
106+
* Update example in reference documentation for 'Get-AzSqlElasticPool'
107+
* Added vCore example to creating an elastic pool (New-AzSqlElasticPool).
108+
* Remove the validation of EmailAddresses and the check that EmailAdmins is not false in case EmailAddresses is empty in Set-AzSqlServerAdvancedThreatProtectionPolicy and Set-AzSqlDatabaseAdvancedThreatProtectionPolicy
109+
* Enabled removal of server/database auditing settings when multiple diagnostic settings that enable audit category exist.
110+
* Fix email addresses validation in multiple Sql Vulnerability Assessment cmdlets (Update-AzSqlDatabaseVulnerabilityAssessmentSetting, Update-AzSqlServerVulnerabilityAssessmentSetting, Update-AzSqlInstanceDatabaseVulnerabilityAssessmentSetting and Update-AzSqlInstanceVulnerabilityAssessmentSetting).
111+
112+
#### Az.Storage
113+
* Updated example in reference documentation for 'Get-AzStorageAccountKey'
114+
* In upload/Downalod Azure File,support perserve the source File SMB properties (File Attributtes, File Creation Time, File Last Write Time) in the destination file
115+
- Set-AzStorageFileContent
116+
- Get-AzStorageFileContent
117+
* Fix Upload block blob with properties/metadate fail on container enabled ImmutabilityPolicy.
118+
- Set-AzStorageBlobContent
119+
* Support manage Azure File shares with Management plane API
120+
- New-AzRmStorageShare
121+
- Get-AzRmStorageShare
122+
- Update-AzRmStorageShare
123+
- Remove-AzRmStorageShare
124+
125+
#### Az.Websites
126+
* Fixing issue where webapp Tags were getting deleted when migrating App to new ASPwhere webapp Tags were getting deleted when migrating App to new ASP
127+
* Fixing the Publish-AzureWebapp to work across Linux and windows
128+
* Update example in 'Get-AzWebAppPublishingProfile' reference documentation
129+
1130
## 2.6.0 - August 2019
2131
#### General
3132
* Fixed miscellaneous typos across numerous modules

src/ApiManagement/ApiManagement/Az.ApiManagement.psd1

Lines changed: 4 additions & 10 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: 9/19/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.3.1'
1616

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

191191
# ReleaseNotes of this module
192-
ReleaseNotes = '* Fixed miscellaneous typos across module
193-
* Fix for issue https://github.com/Azure/azure-powershell/issues/9351
194-
- Update .net nuget version, which does not enforce restrictions on productId, apiId, groupId and userId
195-
* **Get-AzApiManagementProduct** - Added support for querying products using Api.
196-
https://github.com/Azure/azure-powershell/issues/9482
197-
* **New-AzApiManagementApiRevision** - Fix for issue where ApiRevisionDescription was not being set when creating new api revision
198-
https://github.com/Azure/azure-powershell/issues/9752
199-
* Fixed typo in model ''PsApiManagementOAuth2AuthrozationServer'' to ''PsApiManagementOAuth2AuthorizationServer'''
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.'
200194

201195
# Prerelease string of this module
202196
# 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.1
2123
* Update `-Format` parameter description in `Set-AzApiManagementPolicy` reference documentation
2224
* Removed references of deprecated cmdlet `Update-AzApiManagementDeployment` from reference documentation. Use `Set-AzApiManagement` instead.
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.0")]
45-
[assembly: AssemblyFileVersion("1.3.0")]
44+
[assembly: AssemblyVersion("1.3.1")]
45+
[assembly: AssemblyFileVersion("1.3.1")]

src/Automation/Automation/Az.Automation.psd1

Lines changed: 5 additions & 3 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: 9/19/2019
77
#
88

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

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

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

170170
# ReleaseNotes of this module
171-
ReleaseNotes = '* Fixed miscellaneous typos across 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.'
172174

173175
# Prerelease string of this module
174176
# Prerelease = ''

src/Automation/Automation/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.3
2123
* Fixed example typo in reference documentation for `Register-AzAutomationDscNode`
2224
* Added clarification on OS restriction to Register-AzAutomationDSCNode
2325
* Fixed Start-AzAutomationRunbook cmdlet Null reference exception for -Wait option.

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.2")]
47-
[assembly: AssemblyFileVersion("1.3.2")]
46+
[assembly: AssemblyVersion("1.3.3")]
47+
[assembly: AssemblyFileVersion("1.3.3")]
4848
#if !SIGN
4949
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Automation.Test")]
5050
#endif

src/Compute/Compute/Az.Compute.psd1

Lines changed: 11 additions & 17 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: 9/19/2019
77
#
88

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

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

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

203203
# ReleaseNotes of this module
204-
ReleaseNotes = '* Add VmssId to New-AzVMConfig cmdlet
205-
* Add TerminateScheduledEvents and TerminateScheduledEventNotBeforeTimeoutInMinutes parameters to New-AzVmssConfig and Update-AzVmss
206-
* Add HyperVGeneration property to VM image object
207-
* Add Host and HostGroup features
208-
- New cmdlets:
209-
New-AzHostGroup
210-
New-AzHost
211-
Get-AzHostGroup
212-
Get-AzHost
213-
Remove-AzHostGroup
214-
Remove-AzHost
215-
- HostId parameter is added to New-AzVMConfig and New-AzVM
216-
* Fixed miscellaneous typos across module
217-
* Update example in ''Invoke-AzVMRunCommand'' documentation to use correct parameter name
218-
* Update ''-VolumeType'' description in ''Set-AzVMDiskEncryptionExtension'' and ''Set-AzVmssDiskEncryptionExtension'' reference documentation'
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.'
219213

220214
# Prerelease string of this module
221215
# 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.6.0
2224
* Add UploadSizeInBytes parameter tp New-AzDiskConfig
2325
* Add Incremental parameter to New-AzSnapshotConfig
2426
* Add a low priority virtual machine feature:

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.5.0")]
29-
[assembly: AssemblyFileVersion("2.5.0")]
28+
[assembly: AssemblyVersion("2.6.0")]
29+
[assembly: AssemblyFileVersion("2.6.0")]
3030
#if !SIGN
3131
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Compute.Test")]
3232
#endif

src/DataFactory/DataFactoryV2/Az.DataFactory.psd1

Lines changed: 8 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: 8/22/2019
6+
# Generated on: 9/19/2019
77
#
88

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

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

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -122,10 +122,10 @@ CmdletsToExport = 'Set-AzDataFactoryV2', 'Update-AzDataFactoryV2',
122122
'Resume-AzDataFactoryPipeline',
123123
'Set-AzDataFactoryPipelineActivePeriod',
124124
'Suspend-AzDataFactoryPipeline', 'Get-AzDataFactoryDataset',
125-
'New-AzDataFactoryDataset', 'Remove-AzDataFactoryDataset',
126-
'Add-AzDataFactoryV2TriggerSubscription',
127-
'Remove-AzDataFactoryV2TriggerSubscription',
128-
'Get-AzDataFactoryV2TriggerSubscriptionStatus'
125+
'New-AzDataFactoryDataset', 'Remove-AzDataFactoryDataset',
126+
'Add-AzDataFactoryV2TriggerSubscription',
127+
'Remove-AzDataFactoryV2TriggerSubscription',
128+
'Get-AzDataFactoryV2TriggerSubscriptionStatus'
129129

130130
# Variables to export from this module
131131
# VariablesToExport = @()
@@ -162,11 +162,8 @@ PrivateData = @{
162162
# IconUri = ''
163163

164164
# ReleaseNotes of this module
165-
ReleaseNotes = '* Fix typo to capitalize ''Windows'' in ''New-AzDataFactoryEncryptValue'' documentation
166-
* Fixed miscellaneous typos across module
167-
* Updated ADF .Net SDK version to 4.1.2
168-
* Add parameter ''DataProxyIntegrationRuntimeName'', ''DataProxyStagingLinkedServiceName'' and ''DataProxyStagingPath'' for ''Set-AzureRmDataFactoryV2IntegrationRuntime'' cmd to enable set up Self-Hosted Integration Runtime as a proxy for SSIS Integration Runtime
169-
* Updated PSTriggerRun to show the triggered pipelines, message and properties, and PSActivityRun to show the activity type'
165+
ReleaseNotes = '* Adding 3 new commands for ADF V2 - Add-AzDataFactoryV2TriggerSubscription, Remove-AzDataFactoryV2TriggerSubscription, and Get-AzDataFactoryV2TriggerSubscriptionStatus
166+
* Updated ADF .Net SDK version to 4.1.3'
170167

171168
# Prerelease string of this module
172169
# Prerelease = ''

src/DataFactory/DataFactoryV2/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.3.0
2224
* Adding 3 new commands for ADF V2 - Add-AzDataFactoryV2TriggerSubscription, Remove-AzDataFactoryV2TriggerSubscription, and Get-AzDataFactoryV2TriggerSubscriptionStatus
2325
* Updated ADF .Net SDK version to 4.1.3
2426

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.2.0")]
29-
[assembly: AssemblyFileVersion("1.2.0")]
28+
[assembly: AssemblyVersion("1.3.0")]
29+
[assembly: AssemblyFileVersion("1.3.0")]
3030
#if !SIGN
3131
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.DataFactoryV2.Test")]
3232
#endif

src/HDInsight/HDInsight/Az.HDInsight.psd1

Lines changed: 3 additions & 3 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: 9/19/2019
77
#
88

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

1414
# Version number of this module.
15-
ModuleVersion = '2.0.1'
15+
ModuleVersion = '2.0.2'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -137,7 +137,7 @@ PrivateData = @{
137137
# IconUri = ''
138138

139139
# ReleaseNotes of this module
140-
ReleaseNotes = '* Fixed miscellaneous typos across module'
140+
ReleaseNotes = '* Call out breaking changes'
141141

142142
# Prerelease string of this module
143143
# Prerelease = ''

0 commit comments

Comments
 (0)