Skip to content

Commit 50e2bfe

Browse files
authored
Bump up version for Az and AzPreview (#21642)
1 parent 82d9d13 commit 50e2bfe

File tree

3 files changed

+9
-81
lines changed

3 files changed

+9
-81
lines changed

ChangeLog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 9.7.1 - May 2023
2+
#### Az.Websites 2.15.1
3+
* Used AAD Auth instead of Basic Auth for PublishAzureWebApps
4+
15
## 9.7.0 - May 2023
26
#### Az.Accounts 2.12.2
37
* Fixed 'AzureSynapseAnalyticsEndpointResourceId' of 'USGovernment' environment.

tools/Az/Az.psd1

Lines changed: 4 additions & 80 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '9.7.0'
15+
ModuleVersion = '9.7.1'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -187,85 +187,9 @@ PrivateData = @{
187187
# IconUri = ''
188188

189189
# ReleaseNotes of this module
190-
ReleaseNotes = '9.7.0 - May 2023
191-
Az.Accounts
192-
* Fixed ''AzureSynapseAnalyticsEndpointResourceId'' of ''USGovernment'' environment.
193-
* Updated Azure.Core to 1.31.0.
194-
* Updated the reference of Azure PowerShell Common to 1.3.75-preview.
195-
196-
Az.Aks
197-
* Added cmdlet ''New-AzAksMaintenanceConfiguration'', ''Get-AzAksMaintenanceConfiguration'', ''Remove-AzAksMaintenanceConfiguration'', ''New-AzAksSnapshot'', ''Get-AzAksSnapshot'', ''Remove-AzAksSnapshot'', ''Get-AzAksManagedClusterCommandResult'', ''Get-AzAksManagedClusterOSOption'', ''Get-AzAksManagedClusterOutboundNetworkDependencyEndpoint'', ''Invoke-AzAksAbortAgentPoolLatestOperation'', ''Invoke-AzAksAbortManagedClusterLatestOperation'', ''Invoke-AzAksRotateManagedClusterServiceAccountSigningKey'', ''Start-AzAksManagedClusterCommand'', ''New-AzAksTimeInWeekObject'', ''New-AzAksTimeSpanObject''.
198-
* Added parameter ''-OutboundType'' for ''New-AzAksCluster''
199-
* Added parameter ''-EnableOidcIssuer'' for ''New-AzAksCluster'' and ''Set-AzAksCluster''
200-
* Added parameter ''-NodePodSubnetID'' for ''New-AzAksCluster'', ''-PodSubnetID'' for ''New-AzAksNodePool''
201-
202-
Az.Compute
203-
* Added a breaking change warning to the ''Get-AzVM'' cmdlet to show that the ''NextLink'' parameter and parameter set will be removed in June 2023. The parameter has been non-functional for a long time.
204-
* Updated the breaking change warning in ''New-AzVM'' and ''New-AzVmss'' regarding using the new versioned image aliases to indicate that certain aliases will be removed next breaking change release.
205-
* Updated the ''Get-AzVMRunCommand'' to include the ''ProvisioningState'' value. Fix [#21473]
206-
* Updated Azure.Core to 1.31.0.
207-
208-
Az.ContainerRegistry
209-
* Updated Azure.Core to 1.31.0.
210-
211-
Az.CosmosDB
212-
* Updated Azure.Core to 1.31.0.
213-
214-
Az.KeyVault
215-
* Added breaking changes for ''Invoke-AzKeyVaultKeyOperation''. The encoded/decoded way between string and bytes in ''Invoke-AzKeyVaultKeyOperation'' will change to UTF8.
216-
- This change will take effect on 5/23/2023
217-
- The change is expected to take effect from the version 5.0.0
218-
* Updated Azure.Core to 1.31.0.
219-
220-
Az.LoadTesting
221-
* General availability of ''Az.LoadTesting'' module
222-
223-
Az.Network
224-
* Onboarded ''Microsoft.HardwareSecurityModules/cloudHsmClusters'' to private link cmdlets
225-
* Fixed the issue for ''Update-AzCustomIpPrefix'' that ''NoInternetAdvertise'' will should be set to false if not provided
226-
227-
Az.PolicyInsights
228-
* Updated Azure.Core to 1.31.0.
229-
230-
Az.PowerBIEmbedded
231-
* Added deprecate warning message for workspace collection cmdlets
232-
233-
Az.RecoveryServices
234-
* Added support for updating CrossSubscriptionRestoreState of the vault
235-
* Added Cross subscription restore support for workload type MSSQL
236-
237-
Az.Resources
238-
* Added support for Azure resources deployment with parameters file using Bicep parameters syntax
239-
240-
Az.Sql
241-
* Added new cmdlets for managing server configuration options
242-
- ''Set-AzSqlServerConfigurationOption''
243-
- ''Get-AzSqlServerConfigurationOption''
244-
245-
Az.Storage
246-
* Supported rename file and directory
247-
- ''Rename-AzStorageFile''
248-
- ''Rename-AzStorageDirectory''
249-
* Added a warning message for an upcoming breaking change when getting a single blob
250-
- ''Get-AzStorageBlob''
251-
* Fixed the issue of listing blobs with leading slashes
252-
- ''Get-AzStorageBlob''
253-
* Added support for sticky bit
254-
- ''New-AzDataLakeGen2Item''
255-
- ''New-AzDataLakeGen2ACLObject''
256-
- ''Update-AzDataLakeGen2Item''
257-
* Added warning messages for an upcoming cmdlet breaking change
258-
- ''New-AzStorageAccount''
259-
- ''Set-AzStorageAccount''
260-
* Allowed to clear blob tags on a blob
261-
- ''Set-AzStorageBlobTag''
262-
* Updated Azure.Core to 1.31.0
263-
264-
Az.Synapse
265-
* Updated Azure.Core to 1.31.0.
266-
267-
Az.Websites
268-
* Fixed Tag parameter issues with ASE for ''New-AzWebApp''
190+
ReleaseNotes = '9.7.1 - May 2023
191+
Az.Websites 2.15.1
192+
* Used AAD Auth instead of Basic Auth for PublishAzureWebApps
269193
'
270194

271195
# Prerelease string of this module

tools/AzPreview/AzPreview.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '9.7.0'
15+
ModuleVersion = '9.7.1'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'

0 commit comments

Comments
 (0)