Skip to content

Commit 6d71951

Browse files
authored
Merge branch 'master' into filestorage
2 parents 419987f + 8de6b51 commit 6d71951

File tree

57 files changed

+7983
-3890
lines changed

Some content is hidden

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

57 files changed

+7983
-3890
lines changed

ChangeLog.md

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,66 @@
1+
## 2.2.0 - June 2019
2+
#### Az.Cdn
3+
* Updated cmdlets to support rulesEngine feature based on API version 2019-04-15.
4+
5+
#### Az.Compute
6+
* Added `NoWait` parameter that starts the operation and returns immediately, before the operation is completed.
7+
- Updated cmdlets:
8+
Export-AzLogAnalyticRequestRateByInterval
9+
Export-AzLogAnalyticThrottledRequest
10+
Remove-AzVM
11+
Remove-AzVMAccessExtension
12+
Remove-AzVMAEMExtension
13+
Remove-AzVMChefExtension
14+
Remove-AzVMCustomScriptExtension
15+
Remove-AzVMDiagnosticsExtension
16+
Remove-AzVMDiskEncryptionExtension
17+
Remove-AzVMDscExtension
18+
Remove-AzVMSqlServerExtension
19+
Restart-AzVM
20+
Set-AzVM
21+
Set-AzVMAccessExtension
22+
Set-AzVMADDomainExtension
23+
Set-AzVMAEMExtension
24+
Set-AzVMBginfoExtension
25+
Set-AzVMChefExtension
26+
Set-AzVMCustomScriptExtension
27+
Set-AzVMDiagnosticsExtension
28+
Set-AzVMDscExtension
29+
Set-AzVMExtension
30+
Start-AzVM
31+
Stop-AzVM
32+
Update-AzVM
33+
34+
#### Az.EventHub
35+
* Fix for #9231 - Get-AzEventHubNamespace does not return tags
36+
* Fix for #9230 - Get-AzEventHubNamespace returns ResourceGroup instead of ResourceGroupName
37+
38+
#### Az.Network
39+
* Update ResourceId and InputObject for Nat Gateway
40+
- Add alias for ResourceId and InputObject
41+
42+
#### Az.PolicyInsights
43+
* Fix Null reference issue in Get-AzPolicyEvent
44+
45+
#### Az.RecoveryServices
46+
* IaaSVM policy minimum retention in days changed to 7 from 1
47+
48+
#### Az.ServiceBus
49+
* Fix for issue #9182 - Get-AzServiceBusNamespace returns ResourceGroup instead of ResourceGroupName
50+
51+
#### Az.ServiceFabric
52+
* Fix typo in error message for 'Update-AzServiceFabricReliability'
53+
* Fix missing character in Service Fabric cmdlines
54+
55+
#### Az.Sql
56+
* Add DnsZonePartner Parameter for New-AzureSqlInstance cmdlet to support AutoDr for Managed Instance.
57+
* Deprecating Get-AzSqlDatabaseSecureConnectionPolicy cmdlet
58+
* Rename Threat Detection cmdlets to Advanced Threat Protection
59+
* New-AzSqlInstance -StorageSizeInGB and -LicenseType parameters are now optional.
60+
61+
#### Az.Websites
62+
* fixes the issue where using Set-AzWebApp and Set-AzWebAppSlot with -WebApp property was removing the tags
63+
164
## 2.1.0 - May 2019
265
#### Az.ApiManagement
366
* Created new Cmdlets for managing diagnostics at the global and API Scope

src/Cdn/Cdn/Az.Cdn.psd1

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#
2-
# Module manifest for module 'PSGet_Az.Cdn'
2+
# Module manifest for module 'Az.Cdn'
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 4/18/2019
6+
# Generated on: 5/29/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'
@@ -87,7 +87,7 @@ CmdletsToExport = 'Get-AzCdnProfile', 'Get-AzCdnProfileSsoUrl', 'New-AzCdnProfil
8787
'Disable-AzCdnCustomDomainHttps', 'Get-AzCdnProfileResourceUsage',
8888
'Confirm-AzCdnEndpointProbeUrl', 'Get-AzCdnEndpointResourceUsage',
8989
'Get-AzCdnProfileSupportedOptimizationType',
90-
'Get-AzCdnSubscriptionResourceUsage', 'Get-AzCdnEdgeNode',
90+
'Get-AzCdnSubscriptionResourceUsage', 'Get-AzCdnEdgeNode',
9191
'New-AzCdnDeliveryRule', 'New-AzCdnDeliveryRuleCondition',
9292
'New-AzCdnDeliveryRuleAction', 'New-AzCdnDeliveryPolicy'
9393

@@ -124,12 +124,12 @@ PrivateData = @{
124124
# IconUri = ''
125125

126126
# ReleaseNotes of this module
127-
ReleaseNotes = '* Updated cmdlets with plural nouns to singular, and deprecated plural names.'
127+
ReleaseNotes = '* Updated cmdlets to support rulesEngine feature based on API version 2019-04-15.'
128128

129129
# Prerelease string of this module
130130
# Prerelease = ''
131131

132-
# Flag to indicate whether the module requires explicit user acceptance for install/update
132+
# Flag to indicate whether the module requires explicit user acceptance for install/update/save
133133
# RequireLicenseAcceptance = $false
134134

135135
# External dependent modules of this module

src/Cdn/Cdn/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
* Updated cmdlets to support rulesEngine feature based on API version 2019-04-15.
2325

2426
## Version 1.2.0

src/Cdn/Cdn/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@
2525
[assembly: ComVisible(false)]
2626
[assembly: CLSCompliant(false)]
2727
[assembly: Guid("d90791a2-8102-47fc-8150-de25ae796eb1")]
28-
[assembly: AssemblyVersion("1.2.0")]
29-
[assembly: AssemblyFileVersion("1.2.0")]
28+
[assembly: AssemblyVersion("1.3.0")]
29+
[assembly: AssemblyFileVersion("1.3.0")]

src/Compute/Compute/Az.Compute.psd1

Lines changed: 31 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#
2-
# Module manifest for module 'PSGet_Az.Compute'
2+
# Module manifest for module 'Az.Compute'
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 5/15/2019
6+
# Generated on: 5/29/2019
77
#
88

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

1414
# Version number of this module.
15-
ModuleVersion = '2.1.0'
15+
ModuleVersion = '2.2.0'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -199,13 +199,38 @@ PrivateData = @{
199199
# IconUri = ''
200200

201201
# ReleaseNotes of this module
202-
ReleaseNotes = '* Add ProtectFromScaleIn and ProtectFromScaleSetAction parameters to Update-AzVmssVM cmdlet.
203-
* New-AzVM wimple parameter set now uses by default an available location if ''East US'' is not supported'
202+
ReleaseNotes = '* Added ''NoWait'' parameter that starts the operation and returns immediately, before the operation is completed.
203+
- Updated cmdlets:
204+
Export-AzLogAnalyticRequestRateByInterval
205+
Export-AzLogAnalyticThrottledRequest
206+
Remove-AzVM
207+
Remove-AzVMAccessExtension
208+
Remove-AzVMAEMExtension
209+
Remove-AzVMChefExtension
210+
Remove-AzVMCustomScriptExtension
211+
Remove-AzVMDiagnosticsExtension
212+
Remove-AzVMDiskEncryptionExtension
213+
Remove-AzVMDscExtension
214+
Remove-AzVMSqlServerExtension
215+
Restart-AzVM
216+
Set-AzVM
217+
Set-AzVMAccessExtension
218+
Set-AzVMADDomainExtension
219+
Set-AzVMAEMExtension
220+
Set-AzVMBginfoExtension
221+
Set-AzVMChefExtension
222+
Set-AzVMCustomScriptExtension
223+
Set-AzVMDiagnosticsExtension
224+
Set-AzVMDscExtension
225+
Set-AzVMExtension
226+
Start-AzVM
227+
Stop-AzVM
228+
Update-AzVM'
204229

205230
# Prerelease string of this module
206231
# Prerelease = ''
207232

208-
# Flag to indicate whether the module requires explicit user acceptance for install/update
233+
# Flag to indicate whether the module requires explicit user acceptance for install/update/save
209234
# RequireLicenseAcceptance = $false
210235

211236
# External dependent modules of this module

src/Compute/Compute/ChangeLog.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,36 @@
1919
- Additional information about change #1
2020
-->
2121
## Upcoming Release
22+
* Fix typo in `New-AzVM` reference documentation
23+
24+
## Version 2.2.0
25+
* Added `NoWait` parameter that starts the operation and returns immediately, before the operation is completed.
26+
- Updated cmdlets:
27+
Export-AzLogAnalyticRequestRateByInterval
28+
Export-AzLogAnalyticThrottledRequest
29+
Remove-AzVM
30+
Remove-AzVMAccessExtension
31+
Remove-AzVMAEMExtension
32+
Remove-AzVMChefExtension
33+
Remove-AzVMCustomScriptExtension
34+
Remove-AzVMDiagnosticsExtension
35+
Remove-AzVMDiskEncryptionExtension
36+
Remove-AzVMDscExtension
37+
Remove-AzVMSqlServerExtension
38+
Restart-AzVM
39+
Set-AzVM
40+
Set-AzVMAccessExtension
41+
Set-AzVMADDomainExtension
42+
Set-AzVMAEMExtension
43+
Set-AzVMBginfoExtension
44+
Set-AzVMChefExtension
45+
Set-AzVMCustomScriptExtension
46+
Set-AzVMDiagnosticsExtension
47+
Set-AzVMDscExtension
48+
Set-AzVMExtension
49+
Start-AzVM
50+
Stop-AzVM
51+
Update-AzVM
2252

2353
## Version 2.1.0
2454
* Add ProtectFromScaleIn and ProtectFromScaleSetAction parameters to Update-AzVmssVM cmdlet.

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

src/Compute/Compute/help/New-AzVM.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ Accept wildcard characters: False
543543
```
544544

545545
### -SystemAssignedIdentity
546-
If the parameter is present then the VM is assingned a managed system identity that is auto generated.
546+
If the parameter is present then the VM is assigned a managed system identity that is auto generated.
547547

548548
```yaml
549549
Type: System.Management.Automation.SwitchParameter

src/EventHub/EventHub/Az.EventHub.psd1

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#
2-
# Module manifest for module 'PSGet_Az.EventHub'
2+
# Module manifest for module 'Az.EventHub'
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 4/18/2019
6+
# Generated on: 5/29/2019
77
#
88

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

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

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -127,12 +127,13 @@ PrivateData = @{
127127
# IconUri = ''
128128

129129
# ReleaseNotes of this module
130-
ReleaseNotes = '* Added new cmdlets for NetworkRuleSet of Namespace '
130+
ReleaseNotes = '* Fix for #9231 - Get-AzEventHubNamespace does not return tags
131+
* Fix for #9230 - Get-AzEventHubNamespace returns ResourceGroup instead of ResourceGroupName'
131132

132133
# Prerelease string of this module
133134
# Prerelease = ''
134135

135-
# Flag to indicate whether the module requires explicit user acceptance for install/update
136+
# Flag to indicate whether the module requires explicit user acceptance for install/update/save
136137
# RequireLicenseAcceptance = $false
137138

138139
# External dependent modules of this module

src/EventHub/EventHub/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.2.0
2123
* Fix for #9231 - Get-AzEventHubNamespace does not return tags
2224
* Fix for #9230 - Get-AzEventHubNamespace returns ResourceGroup instead of ResourceGroupName
2325

src/EventHub/EventHub/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@
2525
[assembly: ComVisible(false)]
2626
[assembly: CLSCompliant(false)]
2727
[assembly: Guid("3ea250fe-7987-426b-8ca0-2dd65deda73c")]
28-
[assembly: AssemblyVersion("1.1.0")]
29-
[assembly: AssemblyFileVersion("1.1.0")]
28+
[assembly: AssemblyVersion("1.2.0")]
29+
[assembly: AssemblyFileVersion("1.2.0")]

src/Monitor/Monitor/help/Get-AzMetric.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -434,6 +434,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
434434

435435
## NOTES
436436

437+
More information about the supported metrics may be found at:
438+
https://docs.microsoft.com/en-us/azure/azure-monitor/platform/metrics-supported
439+
437440
## RELATED LINKS
438441

439442
[Get-AzMetricDefinition](./Get-AzMetricDefinition.md)

src/Monitor/Monitor/help/Get-AzMetricDefinition.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,9 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
220220
221221
## NOTES
222222
223+
More information about the supported metrics may be found at:
224+
https://docs.microsoft.com/en-us/azure/azure-monitor/platform/metrics-supported
225+
223226
## RELATED LINKS
224227
225228
[Get-AzMetric](./Get-AzMetric.md)

src/Network/Network/Az.Network.psd1

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#
2-
# Module manifest for module 'PSGet_Az.Network'
2+
# Module manifest for module 'Az.Network'
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 5/15/2019
6+
# Generated on: 5/29/2019
77
#
88

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

1414
# Version number of this module.
15-
ModuleVersion = '1.8.1'
15+
ModuleVersion = '1.9.0'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -441,15 +441,13 @@ PrivateData = @{
441441
# IconUri = ''
442442

443443
# ReleaseNotes of this module
444-
ReleaseNotes = '* Add DisableBgpRoutePropagation flag to Effective Route Table output
445-
- Updated cmdlet:
446-
- Get-AzEffectiveRouteTable
447-
* Fix double dash in New-AzApplicationGatewayTrustedRootCertificate documentation'
444+
ReleaseNotes = '* Update ResourceId and InputObject for Nat Gateway
445+
- Add alias for ResourceId and InputObject'
448446

449447
# Prerelease string of this module
450448
# Prerelease = ''
451449

452-
# Flag to indicate whether the module requires explicit user acceptance for install/update
450+
# Flag to indicate whether the module requires explicit user acceptance for install/update/save
453451
# RequireLicenseAcceptance = $false
454452

455453
# External dependent modules of this module

src/Network/Network/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.9.0
2123
* Update ResourceId and InputObject for Nat Gateway
2224
- Add alias for ResourceId and InputObject
2325

src/Network/Network/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("be2ca022-590c-48ba-b465-9ab61d6e2ea0")]
28-
[assembly: AssemblyVersion("1.8.1")]
29-
[assembly: AssemblyFileVersion("1.8.1")]
28+
[assembly: AssemblyVersion("1.9.0")]
29+
[assembly: AssemblyFileVersion("1.9.0")]
3030
#if !SIGN
3131
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Network.Test")]
3232
#endif

0 commit comments

Comments
 (0)