|
3 | 3 | #
|
4 | 4 | # Generated by: Microsoft Corporation
|
5 | 5 | #
|
6 |
| -# Generated on: 2/24/2022 |
| 6 | +# Generated on: 3/11/2022 |
7 | 7 | #
|
8 | 8 |
|
9 | 9 | @{
|
|
12 | 12 | # RootModule = ''
|
13 | 13 |
|
14 | 14 | # Version number of this module.
|
15 |
| -ModuleVersion = '7.3.0' |
| 15 | +ModuleVersion = '7.3.1' |
16 | 16 |
|
17 | 17 | # Supported PSEditions
|
18 | 18 | CompatiblePSEditions = 'Core', 'Desktop'
|
@@ -181,91 +181,12 @@ PrivateData = @{
|
181 | 181 | # IconUri = ''
|
182 | 182 |
|
183 | 183 | # ReleaseNotes of this module
|
184 |
| - ReleaseNotes = '7.3.0 - March 2022 |
| 184 | + ReleaseNotes = '7.3.1 - March 2022 |
185 | 185 | Az.Accounts
|
186 |
| -* Fixed the issue that authorization does not work in customized environment [#17157] |
187 |
| -* Enabled Continue Access Evaluation for MSGraph |
188 |
| -* Improved error message when login is blocked by AAD |
189 |
| -* Improved error message when silent reauthentication failed |
190 |
| -* Loaded System.Private.ServiceModel and System.ServiceModel.Primitives on Windows PowerShell [#17087] |
191 |
| -
|
192 |
| -Az.Aks |
193 |
| -* Updated the breaking change warning messages [#16805] |
194 |
| -
|
195 |
| -Az.CloudService |
196 |
| -* Fixed the issue of ''Get-AzCloudServiceNetworkInterface'' and ''Get-AzCloudServicePublicIPAddress''. |
| 186 | +* Changed target framework of AuthenticationAssemblyLoadContext to netcoreapp2.1 [#17428] |
197 | 187 |
|
198 | 188 | Az.Compute
|
199 |
| -* Upgraded Compute .NET SDK package reference to version 52.0.0 |
200 |
| -* Updated ''New-AzSshKey'' cmdlet to write file paths to generated keys to the Warning stream instead of the console. |
201 |
| -* Added ''vCPUsAvailable'' and ''vCPUsPerCore'' integer parameters to the ''New-AzVm'', ''New-AzVmConfig'', and ''Update-AzVm'' cmdlets. |
202 |
| -
|
203 |
| -Az.ContainerInstance |
204 |
| -* Fixed Identity Bug in ImageRegistryCredential |
205 |
| -
|
206 |
| -Az.Databricks |
207 |
| -* Upgraded API version to 2021-04-01-preview |
208 |
| -
|
209 |
| -Az.DataFactory |
210 |
| -* Updated ADF .Net SDK version to 5.2.0 |
211 |
| -
|
212 |
| -Az.DataShare |
213 |
| -* Added breaking change warning message due to update API version. |
214 |
| -
|
215 |
| -Az.EventHub |
216 |
| -* Added MSI properties to New-AzEventHubNamespace and Set-AzEventHubNamespace. Adding New-AzEventHubEncryptionConfig. |
217 |
| -
|
218 |
| -Az.KeyVault |
219 |
| -* ''New-AzKeyVaultManagedHsm'': supported specifying how long a deleted managed hsm is retained by ''SoftDeleteRetentionInDays'' and enabling purge protection by ''EnablePurgeProtection'' |
220 |
| -* ''Update-AzKeyVaultManagedHsm'': supported enabling purge protection by ''EnablePurgeProtection'' |
221 |
| -* ''Get-AzKeyVaultManagedHsm'': Supported getting or listing deleted managed HSM(s) |
222 |
| -* ''Remove-AzKeyVaultManagedHsm'': Supported purging a specified deleted managed HSM |
223 |
| -
|
224 |
| -Az.Monitor |
225 |
| -* Fixed an issue where users could not correctly ignore warning messages after setting environment variables [#17013] |
226 |
| -
|
227 |
| -Az.Network |
228 |
| -* Added new property ''SqlSetting'' for Azure Firewall Policy cmdlets |
229 |
| - - ''Get-AzFirewallPolicy'' |
230 |
| - - ''New-AzFirewallPolicy'' |
231 |
| - - ''Set-AzFirewallPolicy'' |
232 |
| -* Added new to create new ''SqlSetting'' object for creating Azure Firewall Policy |
233 |
| - - ''New-AzFirewallPolicySqlSetting'' |
234 |
| -* Added new cmdlet to support query Load Balancer inbound nat rule port mapping lists for backend addresses |
235 |
| - - ''Get-AzLoadBalancerBackendAddressInboundNatRulePortMapping'' |
236 |
| - - Also updated cmdlets to support inbound nat rule V2 configurations |
237 |
| - - ''New-AzLoadBalancerInboundNatRuleConfig'' |
238 |
| - - ''Set-AzLoadBalancerInboundNatRuleConfig'' |
239 |
| - - ''Add-AzLoadBalancerInboundNatRuleConfig'' |
240 |
| -
|
241 |
| -Az.RecoveryServices |
242 |
| -* Azure Backup added support for ''Create new virtual machine'' and ''Replace existing virtual machine'' experience for Managed VMs in Restore-AzRecoveryServicesBackupItem cmdlet. To perform a VM restore to AlternateLocation use TargetVMName, TargetVNetName, TargetVNetResourceGroup, TargetSubnetName parameters. To perform a restore to a VM in OriginalLocation, do not provide TargetResourceGroupName and RestoreAsUnmanagedDisks parameters, refer examples for more details. |
243 |
| -
|
244 |
| -Az.Resources |
245 |
| -* Fixed keycredential key format, from base64url to byte [#17131] |
246 |
| -* Fixed add key credential overwrite existing one [#17088] |
247 |
| -* Deleted parameter sets cannot be reached for ''New-AzADSericePrincipal'' |
248 |
| -* Marked ''ObjectType'' as ''Unknown'' if object is not found or current account has insufficient privileges to get object type for role assignment [#16981] |
249 |
| -* Fixed that ''Get-AzRoleAssignment'' shows empty RoleDefinitionName for custom roles when not specifying scope [#16991] |
250 |
| -* Unified the returned ''RoleDefinitionId'' in PSRoleAssignment to GUID [#16991] |
251 |
| -
|
252 |
| -Az.ServiceBus |
253 |
| -* Added identity and encryption properties to New-AzServiceBusNamespace and Set-AzServiceBusNamespace. |
254 |
| -* Added New-AzServiceBusEncryptionConfig |
255 |
| -
|
256 |
| -Az.Storage |
257 |
| -* Supported download blob from managed disk account with Sas Uri and bearer token |
258 |
| - - ''Get-AzStorageBlobContent'' |
259 |
| -* Supported create/upgrade storage account with ActiveDirectorySamAccountName and ActiveDirectoryAccountType |
260 |
| - - ''New-AzStorageAccount'' |
261 |
| - - ''Set-AzStorageAccount'' |
262 |
| -
|
263 |
| -Az.StorageSync |
264 |
| -* Migrated Azure AD features in Az.StorageSync to MSGraph APIs. The cmdlets will call MSGraph API according to input parameters: New-AzStorageSyncCloudEndpoint |
265 |
| -* Changed default parameter set of Invoke-AzStorageSyncChangeDetection to use full share detection |
266 |
| -
|
267 |
| -Az.Synapse |
268 |
| -* Updated ''Update-AzSynapseSparkPool'' to support new parameter [-ForceApplySetting] |
| 189 | +* Updated New-AzVM feature for `vCPUsAvailable` and `vCPUsPerCore` parameters. Cmdlets will not try to use the new `VMCustomizationPreview` feature if the user does not have access to that feature. [#17370] |
269 | 190 | '
|
270 | 191 |
|
271 | 192 | # Prerelease string of this module
|
|
0 commit comments