Skip to content

Commit 9e4a53a

Browse files
authored
Merge pull request #9429 from Azure/release-2019-06-18
Merge release -> master for Release 2019 06 18
2 parents ae7607e + 4556eae commit 9e4a53a

File tree

122 files changed

+51611
-28578
lines changed

Some content is hidden

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

122 files changed

+51611
-28578
lines changed

ChangeLog.md

Lines changed: 132 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,135 @@
1+
## 2.3.2 - June 2019
2+
#### Az.Accounts
3+
* Fix bug with incorrect URL being used in some cases for Functions calls
4+
- More information here: https://github.com/Azure/azure-powershell/issues/8983
5+
* Fix Issue with aliases from AzureRM to Az cmdlets
6+
- Set-AzureRmVMBootDiagnostics -> Set-AzVMBootDiagnostic
7+
- Export-AzureRMLogAnalyticThrottledRequests -> Export-AzLogAnalyticThrottledRequest
8+
9+
#### Az.Compute
10+
* New-AzVm and New-AzVmss simple parameter sets now accept the 'ProximityPlacementGroup' parameter.
11+
* Fix typo in 'New-AzVM' reference documentation
12+
13+
#### Az.Dns
14+
* Fixed a typo in 'Set-AzDnsZone' help examples.
15+
16+
#### Az.EventGrid
17+
* Updated to use the 2019-06-01 API version.
18+
* New cmdlets:
19+
- New-AzureRmEventGridDomain
20+
- Creates a new Azure Event Grid Domain.
21+
- Get-AzureRmEventGridDomain
22+
- Gets the details of an Event Grid Domain, or gets a list of all Event Grid Domains in the current Azure subscription.
23+
- Remove-AzureRmEventGridDomain
24+
- Removes an Azure Event Grid Domain.
25+
- New-AzureRmEventGridDomainKey
26+
- Regenerates the shared access key for an Azure Event Grid Domain.
27+
- Get-AzureRmEventGridDomainKey
28+
- Gets the shared access keys used to publish events to an Event Grid Domain.
29+
- New-AzureRmEventGridDomainTopic:
30+
- Creates a new Azure Event Grid Domain Topic.
31+
- Get-AzureRmEventGridDomainTopic
32+
- Gets the details of an Event Grid Domain Topic, or gets a list of all Event Grid Domain Topics under specific Event Grid Domain in the current Azure
33+
- Remove-AzureRmEventGridDomainTopic:
34+
- Removes an existing Azure Event Grid Domain Topic.
35+
* Updated cmdlets:
36+
- New-AzureRmEventGridSubscription/Update-AzureRmEventGridSubscription:
37+
- Add new mandatory parameters to support piping for the new Event Grid Domain and Event Grid Domain Topic to allow creating new event subscription under these resources.
38+
- Add new mandatory parameters for specifying the new Event Grid Domain name and/or Event Grid Domain Topic name to allow creating new event subscription under these resources.
39+
- Add new Parameter sets for domains and domain topics to allow reusing existing parameters (e.g., EndPointType, SubjectBeginsWith, etc).
40+
- Add new optional parameters for specifying:
41+
- Event subscription expiration date,
42+
- Advanced filtering parameters.
43+
- Add new enum for servicebusqueue as destination.
44+
- Disallow usage of 'All' in -IncludedEventType option and replace it with
45+
- Get-AzEventGridTopic, Get-AzEventGridDomain, Get-AzEventGridDomainTopic, Get-AzEventGridSubscription:
46+
- Add new optional parameters (Top, ODataQuery and NextLink) to support results pagination and filtering.
47+
- Remove-AzureRmEventGridSubscription
48+
- Add new mandatory parameters to support piping for Event Grid Domain and Event Grid Domain Topic to allow removing existing event subscription under these resources.
49+
- Add new mandatory parameters for specifying the Event Grid Domain name and/or Event Grid Domain Topic name to allow removing existing event subscription under these resources.
50+
51+
#### Az.FrontDoor
52+
* New-AzFrontDoorWafMatchConditionObject
53+
- Add transforms support and new operator auto-complete value (RegEx)
54+
* New-AzFrontDoorWafManagedRuleObject
55+
- Add new auto-complete values
56+
57+
#### Az.Network
58+
* Add support for Virtual Network Gateway Resource
59+
- New cmdlets
60+
- Get-AzVirtualNetworkGatewayVpnClientConnectionHealth
61+
* Add AvailablePrivateEndpointType
62+
- New cmdlets
63+
- Get-AzAvailablePrivateEndpointType
64+
* Add PrivatePrivateLinkService
65+
- New cmdlets
66+
- Get-AzPrivateLinkService
67+
- New-AzPrivateLinkService
68+
- Remove-AzPrivateLinkService
69+
- New-AzPrivateLinkServiceIpConfig
70+
- Set-AzPrivateEndpointConnection
71+
* Add PrivateEndpoint
72+
- New cmdlets
73+
- Get-AzPrivateEndpoint
74+
- New-AzPrivateEndpoint
75+
- Remove-AzPrivateEndpoint
76+
- New-AzPrivateLinkServiceConnection
77+
* Updated below commands for feature: UseLocalAzureIpAddress flag on VpnConnection
78+
- Updated New-AzVpnConnection: Added optional parameter -UseLocalAzureIpAddress to indicate that local azure ip address should be used as source address while initiating connection.
79+
- Updated Set-AzVpnConnection: Added optional parameter -UseLocalAzureIpAddress to indicate that local azure ip address should be used as source address while initiating connection.
80+
* Added readonly field PeeredConnections in ExpressRoute peering.
81+
* Added readonly field GlobalReachEnabled in ExpressRoute.
82+
* Added breaking change attribute to call out deprecation of AllowGlobalReach field in ExpressRouteCircuit model
83+
* Fixed Issue 8756 Error using TargetListenerID with AzApplicationGatewayRedirectConfiguration cmdlets
84+
* Fixed bug in New-AzApplicationGatewayPathRuleConfig that prevented the rewrite ruleset from being set.
85+
* Fixed displaying of VirtualNetworkTaps in NetworkInterfaceIpConfiguration
86+
* Fixed Cortex Get cmdlets for list all part
87+
* Fixed VirtualHub reference creation for ExpressRouteGateways, VpnGateway
88+
* Added support for Availability Zones in AzureFirewall and NatGateway
89+
* Added cmdlet Get-AzNetworkServiceTag
90+
* Add support for multiple public IP addresses for Azure Firewall
91+
- Updated New-AzFirewall cmdlet:
92+
- Added parameter -PublicIpAddress which accepts one or more Public IP Address objects
93+
- Added parameter -VirtualNetwork which accepts a Virtual Network object
94+
- Added methods AddPublicIpAddress and RemovePublicIpAddress on firewall object - these accept a Public IP Address object as input
95+
- Deprecated parameters -PublicIpName and -VirtualNetworkName
96+
* Updated below commands for feature: Set VpnClient AAD authentication options to Virtual network gateway resource.
97+
- Updated New-AzVirtualNetworkGateway: Added optional parameters AadTenantUri,AadAudienceId,AadIssuerUri to set VpnClient AAD authentication options on Gateway.
98+
- Updated Set-AzVirtualNetworkGateway: Added optional parameter AadTenantUri,AadAudienceId,AadIssuerUri to set VpnClient AAD authentication options on Gateway.
99+
- Updated Set-AzVirtualNetworkGateway: Added optional switch parameter RemoveAadAuthentication to remove VpnClient AAD authentication options from Gateway.
100+
101+
#### Az.OperationalInsights
102+
* Enable **pergb2018** pricing tier in 'New-AzureRmOperationalInsightsWorkspace' command
103+
104+
#### Az.Resources
105+
* Support for additional Template Export options
106+
- Add '-SkipResourceNameParameterization' parameter to Export-AzResourceGroup
107+
- Add '-SkipAllParameterization' parameter to Export-AzResourceGroup
108+
- Add '-Resource' parameter to Export-AzResourceGroup for exported resource filtering
109+
110+
#### Az.ServiceFabric
111+
* Fix add certificate ByExistingKeyVault getting the wrong thumbprint in some cases
112+
113+
#### Az.Sql
114+
* Fix Advanced Threat Protection storage endpoint suffix
115+
* Fix Advanced Data Security enable overrides Advanced Threat Protection policy
116+
* New Cmdlets for Management.Sql to allow customers to add TDE keys and set TDE protector for managed instances
117+
- Add-AzSqlInstanceKeyVaultKey
118+
- Get-AzSqlInstanceKeyVaultKey
119+
- Remove-AzSqlInstanceKeyVaultKey
120+
- Get-AzSqlInstanceTransparentDataEncryptionProtector
121+
- Set-AzSqlInstanceTransparentDataEncryptionProtector
122+
123+
#### Az.Storage
124+
* Support Kind FileStorage and SkuName Premium_ZRS when create Storage account
125+
- New-AzStorageAccount
126+
* Clarified description of blob immutability cmdlet
127+
- Remove-AzRmStorageContainerImmutabilityPolicy
128+
129+
#### Az.Websites
130+
* Optimizes Get-AzWebAppCertificate to filter by resource group on the server instead of the client
131+
* Adds -UseDisasterRecovery switch parameter to Get-AzWebAppSnapshot
132+
1133
## 2.2.0 - June 2019
2134
#### Az.Cdn
3135
* Updated cmdlets to support rulesEngine feature based on API version 2019-04-15.

build.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@
170170
<RuntimeDllsIncludeList>Microsoft.Powershell.*.dll,System*.dll,Microsoft.VisualBasic.dll,Microsoft.CSharp.dll,Microsoft.CodeAnalysis.dll,Microsoft.CodeAnalysis.CSharp.dll</RuntimeDllsIncludeList>
171171
<RuntimeDllsExcludeList>System.Security.Cryptography.ProtectedData.dll,System.Configuration.ConfigurationManager.dll,System.Runtime.CompilerServices.Unsafe.dll,System.IO.FileSystem.AccessControl.dll,System.Buffers.dll,System.Text.Encodings.Web.dll,System.CodeDom.dll</RuntimeDllsExcludeList>
172172
</PropertyGroup>
173-
<Exec Command="$(PowerShellCoreCommandPrefix) &quot;Get-ChildItem -Path $(RepoArtifacts)/$(Configuration) -Recurse -Include $(RuntimeDllsIncludeList) -Exclude $(RuntimeDllsExcludeList) | Remove-Item -Recurse -Force&quot;" />
173+
<Exec Command="$(PowerShellCoreCommandPrefix) &quot;Get-ChildItem -Path $(RepoArtifacts)/$(Configuration) -Recurse -Include $(RuntimeDllsIncludeList) -Exclude $(RuntimeDllsExcludeList) | Where-Object {$_.FullName -notlike '*PreloadAssemblies*' -and $_.FullName -notlike '*NetCoreAssemblies*'} | Remove-Item -Force&quot;" />
174174
<Exec Command="$(PowerShellCoreCommandPrefix) &quot;Get-ChildItem -Path $(RepoArtifacts)/$(Configuration) -Recurse -Include 'runtimes' | Remove-Item -Recurse -Force&quot;" Condition="'$(CodeSign)' == 'true'" />
175175

176176
<Exec Command="$(PowerShellCoreCommandPrefix) &quot;. $(RepoTools)/UpdateModules.ps1 -BuildConfig $(Configuration) -Scope $(Scope)&quot;" />

src/Accounts/Accounts/Az.Accounts.psd1

Lines changed: 7 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: 4/30/2019
6+
# Generated on: 6/11/2019
77
#
88

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

1414
# Version number of this module.
15-
ModuleVersion = '1.5.2'
15+
ModuleVersion = '1.5.3'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -142,7 +142,11 @@ PrivateData = @{
142142
# IconUri = ''
143143

144144
# ReleaseNotes of this module
145-
ReleaseNotes = '* Update Authentication Library to fix ADFS issues with username/password auth'
145+
ReleaseNotes = '* Fix bug with incorrect URL being used in some cases for Functions calls
146+
- More information here: https://github.com/Azure/azure-powershell/issues/8983
147+
* Fix Issue with aliases from AzureRM to Az cmdlets
148+
- Set-AzureRmVMBootDiagnostics -> Set-AzVMBootDiagnostic
149+
- Export-AzureRMLogAnalyticThrottledRequests -> Export-AzLogAnalyticThrottledRequest'
146150

147151
# Prerelease string of this module
148152
# Prerelease = ''

src/Accounts/Accounts/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.5.3
2123
* Fix bug with incorrect URL being used in some cases for Functions calls
2224
- More information here: https://github.com/Azure/azure-powershell/issues/8983
2325
* Fix Issue with aliases from AzureRM to Az cmdlets

src/Accounts/Accounts/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.5.2")]
47-
[assembly: AssemblyFileVersion("1.5.2")]
46+
[assembly: AssemblyVersion("1.5.3")]
47+
[assembly: AssemblyFileVersion("1.5.3")]
4848
#if !SIGN
4949
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Accounts.Test")]
5050
#endif

src/Advisor/Advisor/Az.Advisor.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2'
5151
# ProcessorArchitecture = ''
5252

5353
# Modules that must be imported into the global environment prior to importing this module
54-
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.5.2'; })
54+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.5.3'; })
5555

5656
# Assemblies that must be loaded prior to importing this module
5757
RequiredAssemblies = '.\Microsoft.Azure.Management.Advisor.dll'

src/Aks/Aks/Az.Aks.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2'
5353
# ProcessorArchitecture = ''
5454

5555
# Modules that must be imported into the global environment prior to importing this module
56-
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.5.2'; })
56+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.5.3'; })
5757

5858
# Assemblies that must be loaded prior to importing this module
5959
RequiredAssemblies = '.\YamlDotNet.dll', '.\AutoMapper.dll'

src/AnalysisServices/AnalysisServices/Az.AnalysisServices.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2'
5353
# ProcessorArchitecture = ''
5454

5555
# Modules that must be imported into the global environment prior to importing this module
56-
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.5.2'; })
56+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.5.3'; })
5757

5858
# Assemblies that must be loaded prior to importing this module
5959
RequiredAssemblies = '.\Microsoft.Azure.Management.Analysis.dll'

src/ApiManagement/ApiManagement/Az.ApiManagement.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2'
5353
# ProcessorArchitecture = ''
5454

5555
# Modules that must be imported into the global environment prior to importing this module
56-
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.5.2'; })
56+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.5.3'; })
5757

5858
# Assemblies that must be loaded prior to importing this module
5959
RequiredAssemblies = '.\AutoMapper.dll',

src/ApplicationInsights/ApplicationInsights/Az.ApplicationInsights.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2'
5353
# ProcessorArchitecture = ''
5454

5555
# Modules that must be imported into the global environment prior to importing this module
56-
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.5.2'; })
56+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.5.3'; })
5757

5858
# Assemblies that must be loaded prior to importing this module
5959
RequiredAssemblies = '.\Microsoft.Azure.Management.ApplicationInsights.dll'

src/Automation/Automation/Az.Automation.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2'
5353
# ProcessorArchitecture = ''
5454

5555
# Modules that must be imported into the global environment prior to importing this module
56-
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.5.2'; })
56+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.5.3'; })
5757

5858
# Assemblies that must be loaded prior to importing this module
5959
RequiredAssemblies = '.\Microsoft.Azure.Management.Automation.dll'

src/Batch/Batch/Az.Batch.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2'
5353
# ProcessorArchitecture = ''
5454

5555
# Modules that must be imported into the global environment prior to importing this module
56-
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.5.2'; })
56+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.5.3'; })
5757

5858
# Assemblies that must be loaded prior to importing this module
5959
RequiredAssemblies = '.\Microsoft.Azure.Batch.dll',

src/Billing/Billing/Az.Billing.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2'
5353
# ProcessorArchitecture = ''
5454

5555
# Modules that must be imported into the global environment prior to importing this module
56-
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.5.2'; })
56+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.5.3'; })
5757

5858
# Assemblies that must be loaded prior to importing this module
5959
RequiredAssemblies = '.\Microsoft.Azure.Management.Billing.dll',

src/Cdn/Cdn/Az.Cdn.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2'
5353
# ProcessorArchitecture = ''
5454

5555
# Modules that must be imported into the global environment prior to importing this module
56-
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.5.2'; })
56+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.5.3'; })
5757

5858
# Assemblies that must be loaded prior to importing this module
5959
RequiredAssemblies = '.\Microsoft.Azure.Management.Cdn.dll'

src/CognitiveServices/CognitiveServices/Az.CognitiveServices.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2'
5353
# ProcessorArchitecture = ''
5454

5555
# Modules that must be imported into the global environment prior to importing this module
56-
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.5.2'; })
56+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.5.3'; })
5757

5858
# Assemblies that must be loaded prior to importing this module
5959
RequiredAssemblies = '.\Microsoft.Azure.Management.CognitiveServices.dll'

src/Compute/Compute/Az.Compute.psd1

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

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

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

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -54,7 +54,7 @@ DotNetFrameworkVersion = '4.7.2'
5454
# ProcessorArchitecture = ''
5555

5656
# Modules that must be imported into the global environment prior to importing this module
57-
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.5.2'; })
57+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.5.3'; })
5858

5959
# Assemblies that must be loaded prior to importing this module
6060
RequiredAssemblies = '.\AutoMapper.dll', '.\Microsoft.Azure.Management.Compute.dll',
@@ -199,33 +199,8 @@ PrivateData = @{
199199
# IconUri = ''
200200

201201
# ReleaseNotes of this module
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'
202+
ReleaseNotes = '* New-AzVm and New-AzVmss simple parameter sets now accept the ''ProximityPlacementGroup'' parameter.
203+
* Fix typo in ''New-AzVM'' reference documentation'
229204

230205
# Prerelease string of this module
231206
# 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.3.0
2224
* New-AzVm and New-AzVmss simple parameter sets now accept the `ProximityPlacementGroup` parameter.
2325
* Fix typo in `New-AzVM` reference documentation
2426

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

src/ContainerInstance/ContainerInstance/Az.ContainerInstance.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2'
5353
# ProcessorArchitecture = ''
5454

5555
# Modules that must be imported into the global environment prior to importing this module
56-
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.5.2'; })
56+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.5.3'; })
5757

5858
# Assemblies that must be loaded prior to importing this module
5959
RequiredAssemblies = '.\AutoMapper.dll',

src/ContainerRegistry/ContainerRegistry/Az.ContainerRegistry.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2'
5353
# ProcessorArchitecture = ''
5454

5555
# Modules that must be imported into the global environment prior to importing this module
56-
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.5.2'; })
56+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.5.3'; })
5757

5858
# Assemblies that must be loaded prior to importing this module
5959
RequiredAssemblies = '.\Microsoft.Azure.Management.ContainerRegistry.dll'

src/DataFactory/DataFactoryV2/Az.DataFactory.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ DotNetFrameworkVersion = '4.7.2'
5353
# ProcessorArchitecture = ''
5454

5555
# Modules that must be imported into the global environment prior to importing this module
56-
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.5.2'; })
56+
RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '1.5.3'; })
5757

5858
# Assemblies that must be loaded prior to importing this module
5959
RequiredAssemblies = '.\Microsoft.Azure.Management.DataFactory.dll',

0 commit comments

Comments
 (0)