共用方式為


Az 4.1.0 的移轉指南

本文件說明 Az 3.0.0 和 4.1.0 版本之間的變更。

Az.ApiManagement

Add-AzApiManagementRegion

Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementServiceIdentity 類型的屬性 Type 類型已從 Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementServiceIdentityType 變更為 System.String

New-AzApiManagement

  • Cmdlet New-AzApiManagement 不再支持參數 AssignIdentity,而且找不到原始參數名稱的別名。
  • 已移除 Cmdlet New-AzApiManagement 的參數集 __AllParameterSets

Set-AzApiManagement

  • Cmdlet Set-AzApiManagement 不再支持參數 AssignIdentity,而且找不到原始參數名稱的別名。
  • 已移除 Cmdlet Set-AzApiManagement 的參數集 __AllParameterSets

Get-AzApiManagementProperty

cmdlet Get-AzApiManagementProperty 已由 Get-AzApiManagementNamedValue取代。

New-AzApiManagementProperty

cmdlet New-AzApiManagementProperty 已由 New-AzApiManagementNamedValue取代。

Remove-AzApiManagementProperty

cmdlet Remove-AzApiManagementProperty 已由 Remove-AzApiManagementNamedValue取代。

Set-AzApiManagementProperty

cmdlet Set-AzApiManagementProperty 已由 Set-AzApiManagementNamedValue取代。

Az.Batch

Get-AzBatchApplicationNew-AzBatchApplication

類型 Microsoft.Azure.Commands.Batch.Models.PSApplication 的屬性 ApplicationPackages 已被移除。

Get-AzBatchComputeNodeNew-AzBatchPool

已移除屬性 PublicIPs(類型 Microsoft.Azure.Commands.Batch.Models.PSNetworkConfiguration

Get-AzBatchApplicationPackageNew-AzBatchApplicationPackage

Microsoft.Azure.Commands.Batch.Models.PSApplicationPackage 類型的屬性 StorageUrlExpiry 類型已從 System.DateTime 變更為 System.DateTime?

Az.Compute

Remove-AzVmssDiagnosticsExtension

AutomaticRepairsPolicy 屬性的 Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet 類型已從 Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy 變更為 Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy

Get-AzVMImage

  • Cmdlet Get-AzVMImage 不再支持參數 FilterExpression,而且找不到原始參數名稱的別名。
  • 已移除 Cmdlet Get-AzVMImage 的參數集 ListVMImage

New-AzVMConfig

  • Cmdlet New-AzVMConfig 不再支持參數 AssignIdentity,而且找不到原始參數名稱的別名。
  • 已移除 Cmdlet New-AzVMConfig 的參數集 AssignIdentityParameterSet

Update-AzVM

  • Cmdlet Update-AzVM 不再支持參數 AssignIdentity,而且找不到原始參數名稱的別名。
  • 已移除 Cmdlet Update-AzVM 的參數集 AssignIdentityParameterSet

New-AzProximityPlacementGroup

  • 屬性 VirtualMachinesVirtualMachineScaleSetsAvailabilitySets 的泛型型別已從 System.Collections.Generic.IList1[Microsoft.Azure.Management.Compute.Models.SubResource] 變更為 System.Collections.Generic.IList1[Microsoft.Azure.Management.Compute.Models.SubResourceWithColocationStatus]
  • 已移除類型 Microsoft.Azure.Commands.Compute.Automation.Models.PSProximityPlacementGroup 的屬性 VirtualMachinesColocationStatusVirtualMachineScaleSetsColocationStatusAvailabilitySetsColocationStatus

以前

PS C:\> New-AzProximityPlacementGroup -ResourceGroupName $resourceGroupName -Name $proximityPlacementGroupName -Location $location -Tag @{key1 = 'val1'} | Format-List

ResourceGroupName                       : $resourceGroupName
ProximityPlacementGroupType             : Standard
VirtualMachinesColocationStatus         : {}
VirtualMachineScaleSetsColocationStatus : {}
AvailabilitySetsColocationStatus        : {}
ColocationStatus                        :
Id                                      : /subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/$resourceGroupName/providers/Microsoft.Compute/proximityPlacementGroups/$proximityPlacementGroupName
Name                                    : $proximityPlacementGroupName
Type                                    : Microsoft.Compute/proximityPlacementGroups
Location                                : $location
Tags                                    : {[key1, val1]}
VirtualMachines                         : {}
VirtualMachineScaleSets                 : {}
AvailabilitySets                        : {}

PS C:\> New-AzProximityPlacementGroup -ResourceGroupName $resourceGroupName -Name $proximityPlacementGroupName -Location $location -Tag @{key1 = 'val1'} | Format-List

ResourceGroupName                       : $resourceGroupName
ProximityPlacementGroupType             : StandardColocationStatus                        :
Id                                      : /subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/$resourceGroupName/providers/Microsoft.Compute/proximityPlacementGroups/$proximityPlacementGroupName
Name                                    : $proximityPlacementGroupName
Type                                    : Microsoft.Compute/proximityPlacementGroups
Location                                : $location
Tags                                    : {[key1, val1]}
VirtualMachines                         : {}
VirtualMachineScaleSets                 : {}
AvailabilitySets                        : {}

Remove-AzProximityPlacementGroup

  • 屬性 VirtualMachinesVirtualMachineScaleSetsAvailabilitySets 的泛型型別已從 System.Collections.Generic.IList1[Microsoft.Azure.Management.Compute.Models.SubResource] 變更為 System.Collections.Generic.IList1[Microsoft.Azure.Management.Compute.Models.SubResourceWithColocationStatus]
  • 已移除類型 Microsoft.Azure.Commands.Compute.Automation.Models.PSProximityPlacementGroup 的屬性 VirtualMachinesColocationStatusVirtualMachineScaleSetsColocationStatusAvailabilitySetsColocationStatus

以前

PS C:\> Get-AzProximityPlacementGroup -ResourceGroupName $resourceGroupName -Name $proximityPlacementGroupName | Remove-AzProximityPlacementGroup | Format-List

ResourceGroupName                       : $resourceGroupName
ProximityPlacementGroupType             : Standard
VirtualMachinesColocationStatus         : {}
VirtualMachineScaleSetsColocationStatus : {}
AvailabilitySetsColocationStatus        : {}
ColocationStatus                        :
Id                                      : /subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/$resourceGroupName/providers/Microsoft.Compute/proximityPlacementGroups/$proximityPlacementGroupName
Name                                    : $proximityPlacementGroupName
Type                                    : Microsoft.Compute/proximityPlacementGroups
Location                                : $location
Tags                                    : {[key1, val1]}
VirtualMachines                         : {}
VirtualMachineScaleSets                 : {}
AvailabilitySets                        : {}

PS C:\> Get-AzProximityPlacementGroup -ResourceGroupName $resourceGroupName -Name $proximityPlacementGroupName | Remove-AzProximityPlacementGroup | Format-List

ResourceGroupName                       : $resourceGroupName
ProximityPlacementGroupType             : StandardColocationStatus                        :
Id                                      : /subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/$resourceGroupName/providers/Microsoft.Compute/proximityPlacementGroups/$proximityPlacementGroupName
Name                                    : $proximityPlacementGroupName
Type                                    : Microsoft.Compute/proximityPlacementGroups
Location                                : $location
Tags                                    : {[key1, val1]}
VirtualMachines                         : {}
VirtualMachineScaleSets                 : {}
AvailabilitySets                        : {}

Get-AzProximityPlacementGroup

  • 屬性 VirtualMachinesVirtualMachineScaleSetsAvailabilitySets 的泛型型別已從 System.Collections.Generic.IList1[Microsoft.Azure.Management.Compute.Models.SubResource] 變更為 System.Collections.Generic.IList1[Microsoft.Azure.Management.Compute.Models.SubResourceWithColocationStatus]
  • 已移除類型 Microsoft.Azure.Commands.Compute.Automation.Models.PSProximityPlacementGroup 的屬性 VirtualMachinesColocationStatusVirtualMachineScaleSetsColocationStatusAvailabilitySetsColocationStatus

以前

PS C:\> Get-AzProximityPlacementGroup -ResourceGroupName $resourceGroupName -Name $proximityPlacementGroupName | Format-List

ResourceGroupName                       : $resourceGroupName
ProximityPlacementGroupType             : Standard
VirtualMachinesColocationStatus         : {}
VirtualMachineScaleSetsColocationStatus : {}
AvailabilitySetsColocationStatus        : {}
ColocationStatus                        :
Id                                      : /subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/$resourceGroupName/providers/Microsoft.Compute/proximityPlacementGroups/$proximityPlacementGroupName
Name                                    : $proximityPlacementGroupName
Type                                    : Microsoft.Compute/proximityPlacementGroups
Location                                : $location
Tags                                    : {[key1, val1]}
VirtualMachines                         : {}
VirtualMachineScaleSets                 : {}
AvailabilitySets                        : {}

PS C:\> Get-AzProximityPlacementGroup -ResourceGroupName $resourceGroupName -Name $proximityPlacementGroupName | Format-List

ResourceGroupName                       : $resourceGroupName
ProximityPlacementGroupType             : StandardColocationStatus                        :
Id                                      : /subscriptions/9e223dbe-3399-4e19-88eb-0975f02ac87f/resourceGroups/$resourceGroupName/providers/Microsoft.Compute/proximityPlacementGroups/$proximityPlacementGroupName
Name                                    : $proximityPlacementGroupName
Type                                    : Microsoft.Compute/proximityPlacementGroups
Location                                : $location
Tags                                    : {[key1, val1]}
VirtualMachines                         : {}
VirtualMachineScaleSets                 : {}
AvailabilitySets                        : {}

Add-AzVmssAdditionalUnattendContent

屬性 AutomaticRepairsPolicy 的類型 Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet 已從 Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy 變更為 Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy

Add-AzVmssDataDisk

Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet 類型的屬性 AutomaticRepairsPolicy 的類型已從 Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy 變更為 Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy

Add-AzVmssExtension

Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet 類型的屬性 AutomaticRepairsPolicy 類型已從 Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy 變更為 Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy

Add-AzVmssNetworkInterfaceConfiguration

屬性 AutomaticRepairsPolicyMicrosoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet 類型已從 Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy 變更為 Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy

Add-AzVmssSecret

Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet 類型的屬性 AutomaticRepairsPolicy 類型已從 Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy 變更為 Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy

Add-AzVmssSshPublicKey

屬性 AutomaticRepairsPolicyMicrosoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet 類型已從 Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy 變更為 Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy

Add-AzVmssWinRMListener

Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet 類型的屬性 AutomaticRepairsPolicy 的類型已經從 Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy 變更為 Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy

New-AzVmssConfig

  • 類型 Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet 的屬性 AutomaticRepairsPolicy 的類型已從 Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy 變更為 Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy
  • 不再支持參數 AutomaticRepairMaxInstanceRepairsPercent,而且找不到原始參數名稱的別名。
  • 不再支持參數 AssignIdentity,而且找不到原始參數名稱的別名。
  • 已移除參數集 __AllParameterSets
  • 已移除參數集 ExplicitIdentityParameterSet
  • 已移除參數集 AssignIdentityParameterSet

Remove-AzVmssDataDisk

Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet 類型的屬性 AutomaticRepairsPolicy 類型已從 Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy 變更為 Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy

Remove-AzVmssExtension

Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet 類型的屬性 AutomaticRepairsPolicy 類型已從 Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy 變更為 Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy

Remove-AzVmssNetworkInterfaceConfiguration

屬性 AutomaticRepairsPolicy 的類型 Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet 已從 Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy 變更為 Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy

Set-AzVmssBootDiagnostic

Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet 類型的屬性 AutomaticRepairsPolicy 的類型已從 Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy 變更為 Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy

Set-AzVmssOsProfile

屬性 AutomaticRepairsPolicy 的類型 Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet 已從 Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy 更改為 Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy

Set-AzVmssRollingUpgradePolicy

AutomaticRepairsPolicy 的屬性類型 Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet 已經從 Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy 變更為 Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy

Set-AzVmssStorageProfile

類型 Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet 的屬性 AutomaticRepairsPolicy 已從 Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy 變更為 Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy

New-AzVmss

屬性 AutomaticRepairsPolicyMicrosoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet 類型中的類型已從 Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy 變更為 Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy

Repair-AzVmssServiceFabricUpdateDomain

AutomaticRepairsPolicy 類型屬性 Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet 的類型已從 Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy 變更為 Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy

Get-AzVmss

AutomaticRepairsPolicy 屬性的 Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet 類型已從 Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy 變更為 Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy

Set-AzVmssOrchestrationServiceState

Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet 類型的屬性 AutomaticRepairsPolicy 已從 Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy 變更為 Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy

Update-AzVmss

  • 屬性 AutomaticRepairsPolicy 的類型 Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet 已從 Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy 變更為 Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy
  • 不再支持參數 AutomaticRepairMaxInstanceRepairsPercent,而且找不到原始參數名稱的別名。
  • 已移除參數集 __AllParameterSets
  • 已移除參數集 ExplicitIdentityParameterSet

Add-AzVmssDiagnosticsExtension

屬性 AutomaticRepairsPolicy 的類型在 Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet 中已從 Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy 變更為 Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy

Disable-AzVmssDiskEncryption

型別 Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet 的屬性 AutomaticRepairsPolicy 已從 Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy 變更為 Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy

Az.KeyVault

New-AzKeyVaultCertificateOrganizationDetail

已移除別名New-AzKeyVaultCertificateOrganizationDetails。 請使用 New-AzKeyVaultCertificateOrganizationDetail

以前

PS C:\> New-AzKeyVaultCertificateOrganizationDetails -AdministratorDetails $AdminDetails

PS C:\> New-AzKeyVaultCertificateOrganizationDetail -AdministratorDetails $AdminDetails

New-AzKeyVaultCertificateAdministratorDetail

已移除別名 New-AzKeyVaultCertificateAdministratorDetails。 請使用 New-AzKeyVaultCertificateAdministratorDetail

以前

PS C:\> $AdminDetails = New-AzKeyVaultCertificateAdministratorDetails -FirstName 'Patti' -LastName 'Fuller' -EmailAddress 'patti.fuller@contoso.com' -PhoneNumber '5553334444'

之後

PS C:\> $AdminDetails = New-AzKeyVaultCertificateAdministratorDetail -FirstName 'Patti' -LastName 'Fuller' -EmailAddress 'patti.fuller@contoso.com' -PhoneNumber '5553334444'

New-AzKeyVault

會移除 -EnableSoftDelete,因為預設會啟用虛刪除。 如果您不想要此行為,請使用 -DisableSoftDelete

以前

PS C:\> New-AzKeyVault -VaultName 'Contoso03Vault' -ResourceGroupName 'Group14' -Location 'East US' -EnableSoftDelete

PS C:\> New-AzKeyVault -VaultName 'Contoso03Vault' -ResourceGroupName 'Group14' -Location 'East US'

Az.Monitor

Add-AzLogProfile

屬性 RetentionPolicy 的類型 Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfile 已從 Microsoft.Azure.Management.Monitor.Management.Models.RetentionPolicy 變更為 Microsoft.Azure.Management.Monitor.Models.RetentionPolicy

Get-AzLogProfile

屬性 RetentionPolicyMicrosoft.Azure.Commands.Insights.OutputClasses.PSLogProfile 類型已從 Microsoft.Azure.Management.Monitor.Management.Models.RetentionPolicy 變更為 Microsoft.Azure.Management.Monitor.Models.RetentionPolicy

New-AzMetricAlertRuleV2Criteria

已移除 Cmdlet New-AzMetricAlertRuleV2Criteria 的參數集 __AllParameterSets

Az.Network

Get-AzNetworkWatcherConnectionMonitor

屬性 RoundTripTimeMs 的泛型型別已從 System.Nullable1[System.Int32] 變更為 System.Nullable1[System.Double]

New-AzNetworkWatcherConnectionMonitorTestConfigurationObject

參數 SuccessThresholdRoundTripTimeMs 的泛型型別已從 System.Nullable1[System.Int32] 變更為 System.Nullable1[System.Double]

Az.OperationalInsights

Get-AzOperationalInsightsDataSource

類型 Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace 的屬性 PortalUrl 已被移除。

New-AzOperationalInsightsApplicationInsightsDataSource

已移除類型 Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace 的屬性 PortalUrl

New-AzOperationalInsightsAzureActivityLogDataSource

已移除類型 Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace 的屬性 PortalUrl

New-AzOperationalInsightsCustomLogDataSource

類型為 Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace 的屬性 PortalUrl 已被移除。

New-AzOperationalInsightsLinuxPerformanceObjectDataSource

已移除類型 Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace 的屬性 PortalUrl

New-AzOperationalInsightsLinuxSyslogDataSource

已移除類型 Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace 的屬性 PortalUrl

New-AzOperationalInsightsWindowsEventDataSource

已移除類型 Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace 的屬性 PortalUrl

New-AzOperationalInsightsWindowsPerformanceCounterDataSource

已移除類型 Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace 的屬性 PortalUrl

Remove-AzOperationalInsightsDataSource

已移除類型 Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace 的屬性 PortalUrl

Disable-AzOperationalInsightsIISLogCollection

已移除類型 Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace 的屬性 PortalUrl

Disable-AzOperationalInsightsLinuxCustomLogCollection

類型 Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace 的屬性 PortalUrl 已被移除。

Disable-AzOperationalInsightsLinuxPerformanceCollection

已移除類型 Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace 的屬性 PortalUrl

Disable-AzOperationalInsightsLinuxSyslogCollection

已移除類型 Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace 的屬性 PortalUrl

Enable-AzOperationalInsightsIISLogCollection

類型 Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace 的屬性 PortalUrl 已被移除。

Enable-AzOperationalInsightsLinuxCustomLogCollection

已移除類型 Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace 的屬性 PortalUrl

Enable-AzOperationalInsightsLinuxPerformanceCollection

已移除類型 Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace 的屬性 PortalUrl

Enable-AzOperationalInsightsLinuxSyslogCollection

已移除類型 Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace 的屬性 PortalUrl

Get-AzOperationalInsightsSavedSearch

已移除類型 Microsoft.Azure.Commands.OperationalInsights.Models.PSSearchListSavedSearchResponse 的屬性 Metadata

Get-AzOperationalInsightsSavedSearchResult

SDK 不再支援 cmdlet Get-AzOperationalInsightsSavedSearchResult,且已移除。

Get-AzOperationalInsightsSearchResult

SDK 不再支援 cmdlet Get-AzOperationalInsightsSearchResult,且已移除。

Get-AzOperationalInsightsStorageInsight

類型 Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace 的屬性 PortalUrl 已被移除。

New-AzOperationalInsightsStorageInsight

類型 Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace 的屬性 PortalUrl 已被移除。

Remove-AzOperationalInsightsStorageInsight

已移除類型 Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace 的屬性 PortalUrl

Set-AzOperationalInsightsStorageInsight

已移除類型 Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace 的屬性 PortalUrl

Get-AzOperationalInsightsLinkTarget

SDK 不再支援 cmdlet Get-AzOperationalInsightsLinkTarget,且已移除。

Get-AzOperationalInsightsWorkspace

已移除類型 Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace 的屬性 PortalUrl

New-AzOperationalInsightsWorkspace

  • 類型 Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace 的屬性 PortalUrl 已被移除。
  • Cmdlet New-AzOperationalInsightsWorkspace 不再支持參數 CustomerId,而且找不到原始參數名稱的別名。
  • 已移除 Cmdlet New-AzOperationalInsightsWorkspace 的參數集 __AllParameterSets

Set-AzOperationalInsightsWorkspace

已移除類型 Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace 的屬性 PortalUrl

Invoke-AzOperationalInsightsQuery

已移除類型 Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace 的屬性 PortalUrl

Az.Resources

Get-AzDeploymentScript

Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScript 類型的屬性 Status 類型已從 Microsoft.Azure.Management.ResourceManager.Models.ScriptStatus 變更為 Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsScriptStatus

Get-AzDeploymentScriptLog

Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScript 類型的屬性 Status 類型已從 Microsoft.Azure.Management.ResourceManager.Models.ScriptStatus 變更為 Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsScriptStatus

Save-AzDeploymentScriptLog

屬性 StatusMicrosoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScript 類型已從 Microsoft.Azure.Management.ResourceManager.Models.ScriptStatus 變更為 Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsScriptStatus

Get-AzResourceLock, New-AzResourceLock, Remove-AzResourceLock, Set-AzResourceLock

已移除參數 TenantLevel

Get-AzPolicyAlias

屬性 Aliases 的泛型型別已從 System.Collections.Generic.IList1[Microsoft.Azure.Management.ResourceManager.Models.AliasType] 變更為 System.Collections.Generic.IList1[Microsoft.Azure.Management.ResourceManager.Models.Alias]

New-AzPolicyAssignment

  • Cmdlet New-AzPolicyAssignment 不再支持 參數 PolicyDefinition的類型 System.Management.Automation.PSObject
  • Cmdlet New-AzPolicyAssignment 不再支持 參數 PolicySetDefinition的類型 System.Management.Automation.PSObject

Remove-AzDeploymentScript

Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScript 類型的屬性 Status 類型已從 Microsoft.Azure.Management.ResourceManager.Models.ScriptStatus 變更為 Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsScriptStatus

Az.Storage

Update-AzStorageAccountNetworkRuleSetGet-AzStorageAccountNetworkRuleSet

已將 NetWorkRule DefaultAction 值從:Allow = 1、Deny = 0 變更為:Allow = 0、Deny = 1。

New-AzStorageTableGet-AzStorageTable

輸出物件 AzureStorageTable.CloudTable.ServiceClient 已移除 2 個屬性:ConnectionPolicy、ConsistencyLevel。

Get-AzStorageFileRemove-AzStorageFileGet-AzStorageFileContentSet-AzStorageFileContentStart-AzStorageFileCopy

將輸出類型從 CloudFile 變更為 AzureStorageFile,原始輸出會變成新輸出的子屬性 “CloudFile”

以前

PS C:\> $file = Get-AzStorageFile -ShareName $shareName -Path testfile -Context $ctx

PS C:\> Remove-AzStorageFile -File $file

PS C:\> $file = Get-AzStorageFile -ShareName $shareName -Path testfile -Context $ctx

PS C:\> Remove-AzStorageFile -File $file.CloudFile

Get-AzStorageFileNew-AzStorageDirectoryRemove-AzStorageDirectory

將輸出類型從 CloudFileDirectory 變更為 AzureStorageFileDirectory,原始輸出會變成新輸出的子屬性 “CloudFileDirectory”

以前

PS C:\> $dir = Get-AzStorageFile -ShareName $shareName -Path testdir -Context $ctx

PS C:\> Remove-AzStorageDirectory -Directory $dir

之後

PS C:\> $dir = Get-AzStorageFile -ShareName $shareName -Path testdir -Context $ctx

PS C:\> Remove-AzStorageDirectory -Directory $dir.CloudFileDirectory

Get-AzStorageShareNew-AzStorageShareRemove-AzStorageShare

將輸出類型從 FileShareProperties 變更為 AzureStorageFileShare,原始輸出會變成新輸出的子屬性 “CloudFileShare”

以前

PS C:\> $share = Get-AzStorageShare -Name $shareName -Context $ctx

PS C:\> Remove-AzStorageShare -Share $share

PS C:\> $share = Get-AzStorageShare -Name $shareName -Context $ctx

PS C:\> Remove-AzStorageShare -Share $share.CloudFileShare

Set-AzStorageShareQuota

將輸出類型從 FileShareProperties 變更為 AzureStorageFileShare,原始輸出會變成新輸出的子屬性 “”CloudFileShare.Properties“。

以前

PS C:\> $shareProperties = Set-AzStorageShareQuota -Name $shareName -Quota 100 -Context $ctx

PS C:\> $shareProperties

ETag                LastModified                Quota
----                ------------                -----
"0x8D7F5BC7789FC63" 5/11/2020 3:03:30 PM +00:00   100

PS C:\> $share = Set-AzStorageShareQuota -Name $shareName -Quota 100 -Context $ctx

PS C:\> $share

   File End Point: https://weiors1.file.core.windows.net/

Name     QuotaGiB LastModified                IsSnapshot SnapshotTime
----     -------- ------------                ---------- ------------
weitest1 100      5/11/2020 3:03:30 PM +00:00 False

PS C:\> $share.CloudFileShare.Properties

ETag                LastModified                Quota
----                ------------                -----
"0x8D7F5BC7789FC63" 5/11/2020 3:03:30 PM +00:00   100

Remove-AzStorageDirectory

使用父目錄物件和 -Path 移除子檔案目錄時,無法再從類型為 (string) 相符的管線輸入 -Path。

以前

PS C:\> $dir = Get-AzStorageFile -ShareName $shareName -Path testdir -Context $ctx

PS C:\> @('dir1', 'dir2') | Remove-AzStorageDirectory -Directory $dir

PS C:\> $dir = Get-AzStorageFile -ShareName $shareName -Path testdir -Context $ctx

PS C:\> $paths = @(
    [PSCustomObject]@{  Path = 'dir1 }
    [PSCustomObject]@{ Path = 'dir2' }
)

PS C:\> $paths | Remove-AzStorageDirectory -Directory $dir.CloudFileDirectory