Dela via


Migreringsguide för Az 4.1.0

I det här dokumentet beskrivs ändringarna mellan Az-versionerna 3.0.0 och 4.1.0.

Az.ApiManagement

Add-AzApiManagementRegion

Typen för egenskapen Type av typen Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementServiceIdentity har ändrats från Microsoft.Azure.Commands.ApiManagement.Models.PsApiManagementServiceIdentityType till System.String.

New-AzApiManagement

  • Cmdleten New-AzApiManagement stöder inte längre parametern AssignIdentity och inget alias hittades för det ursprungliga parameternamnet.
  • Parameteruppsättningen __AllParameterSets för cmdleten New-AzApiManagement har tagits bort.

Set-AzApiManagement

  • Cmdleten Set-AzApiManagement stöder inte längre parametern AssignIdentity och inget alias hittades för det ursprungliga parameternamnet.
  • Parameteruppsättningen __AllParameterSets för cmdleten Set-AzApiManagement har tagits bort.

Get-AzApiManagementProperty

Cmdleten Get-AzApiManagementProperty har ersatts av Get-AzApiManagementNamedValue.

New-AzApiManagementProperty

Cmdleten New-AzApiManagementProperty har ersatts av New-AzApiManagementNamedValue.

Remove-AzApiManagementProperty

Cmdleten Remove-AzApiManagementProperty har ersatts av Remove-AzApiManagementNamedValue.

Set-AzApiManagementProperty

Cmdleten Set-AzApiManagementProperty har ersatts av Set-AzApiManagementNamedValue.

Az.Batch

Get-AzBatchApplication, New-AzBatchApplication

Egenskapen ApplicationPackages av typen Microsoft.Azure.Commands.Batch.Models.PSApplication har tagits bort.

Get-AzBatchComputeNode, New-AzBatchPool

Egenskapen PublicIPs av typen Microsoft.Azure.Commands.Batch.Models.PSNetworkConfiguration har tagits bort

Get-AzBatchApplicationPackage, New-AzBatchApplicationPackage

Typen för egenskapen StorageUrlExpiry av typen Microsoft.Azure.Commands.Batch.Models.PSApplicationPackage har ändrats från System.DateTime till System.DateTime?.

Az.Compute

Remove-AzVmssDiagnosticsExtension

Typen för egenskapen AutomaticRepairsPolicy av typen Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet har ändrats från Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy till Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy.

Get-AzVMImage

  • Cmdleten Get-AzVMImage stöder inte längre parametern FilterExpression och inget alias hittades för det ursprungliga parameternamnet.
  • Parameteruppsättningen ListVMImage för cmdleten Get-AzVMImage har tagits bort.

New-AzVMConfig

  • Cmdleten New-AzVMConfig stöder inte längre parametern AssignIdentity och inget alias hittades för det ursprungliga parameternamnet.
  • Parameteruppsättningen AssignIdentityParameterSet för cmdleten New-AzVMConfig har tagits bort.

Update-AzVM

  • Cmdleten Update-AzVM stöder inte längre parametern AssignIdentity och inget alias hittades för det ursprungliga parameternamnet.
  • Parameteruppsättningen AssignIdentityParameterSet för cmdleten Update-AzVM har tagits bort.

New-AzProximityPlacementGroup

  • Den generiska typen för egenskapen VirtualMachines, VirtualMachineScaleSets och AvailabilitySets har ändrats från System.Collections.Generic.IList1[Microsoft.Azure.Management.Compute.Models.SubResource] till System.Collections.Generic.IList1[Microsoft.Azure.Management.Compute.Models.SubResourceWithColocationStatus].
  • Egenskapen VirtualMachinesColocationStatus, VirtualMachineScaleSetsColocationStatus och AvailabilitySetsColocationStatus av typen Microsoft.Azure.Commands.Compute.Automation.Models.PSProximityPlacementGroup har tagits bort.

Före

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                        : {}

Efter

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

  • Den generiska typen för egenskapen VirtualMachines, VirtualMachineScaleSets och AvailabilitySets har ändrats från System.Collections.Generic.IList1[Microsoft.Azure.Management.Compute.Models.SubResource] till System.Collections.Generic.IList1[Microsoft.Azure.Management.Compute.Models.SubResourceWithColocationStatus].
  • Egenskapen VirtualMachinesColocationStatus, VirtualMachineScaleSetsColocationStatus och AvailabilitySetsColocationStatus av typen Microsoft.Azure.Commands.Compute.Automation.Models.PSProximityPlacementGroup har tagits bort.

Före

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                        : {}

Efter

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

  • Den generiska typen för egenskapen VirtualMachines, VirtualMachineScaleSets och AvailabilitySets har ändrats från System.Collections.Generic.IList1[Microsoft.Azure.Management.Compute.Models.SubResource] till System.Collections.Generic.IList1[Microsoft.Azure.Management.Compute.Models.SubResourceWithColocationStatus].
  • Egenskapen VirtualMachinesColocationStatus, VirtualMachineScaleSetsColocationStatus och AvailabilitySetsColocationStatus av typen Microsoft.Azure.Commands.Compute.Automation.Models.PSProximityPlacementGroup har tagits bort.

Före

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                        : {}

Efter

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

Typen för egenskapen AutomaticRepairsPolicy av typen Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet har ändrats från Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy till Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy.

Add-AzVmssDataDisk

Typen för egenskapen AutomaticRepairsPolicy av typen Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet har ändrats från Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy till Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy.

Add-AzVmssExtension

Typen för egenskapen AutomaticRepairsPolicy av typen Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet har ändrats från Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy till Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy.

Add-AzVmssNetworkInterfaceConfiguration

Typen för egenskapen AutomaticRepairsPolicy av typen Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet har ändrats från Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy till Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy.

Add-AzVmssSecret

Typen för egenskapen AutomaticRepairsPolicy av typen Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet har ändrats från Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy till Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy.

Add-AzVmssSshPublicKey

Typen för egenskapen AutomaticRepairsPolicy av typen Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet har ändrats från Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy till Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy.

Add-AzVmssWinRMListener

Typen för egenskapen AutomaticRepairsPolicy av typen Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet har ändrats från Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy till Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy.

New-AzVmssConfig

  • Typen för egenskapen AutomaticRepairsPolicy av typen Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet har ändrats från Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy till Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy.
  • Stöder inte längre parametern AutomaticRepairMaxInstanceRepairsPercent och inget alias hittades för det ursprungliga parameternamnet.
  • Stöder inte längre parametern AssignIdentity och inget alias hittades för det ursprungliga parameternamnet.
  • Parameteruppsättningen __AllParameterSets har tagits bort.
  • Parameteruppsättningen ExplicitIdentityParameterSet har tagits bort.
  • Parameteruppsättningen AssignIdentityParameterSet har tagits bort.

Remove-AzVmssDataDisk

Typen för egenskapen AutomaticRepairsPolicy av typen Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet har ändrats från Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy till Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy.

Remove-AzVmssExtension

Typen för egenskapen AutomaticRepairsPolicy av typen Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet har ändrats från Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy till Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy.

Remove-AzVmssNetworkInterfaceConfiguration

Typen för egenskapen AutomaticRepairsPolicy av typen Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet har ändrats från Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy till Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy.

Set-AzVmssBootDiagnostic

Typen för egenskapen AutomaticRepairsPolicy av typen Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet har ändrats från Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy till Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy.

Set-AzVmssOsProfile

Typen för egenskapen AutomaticRepairsPolicy av typen Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet har ändrats från Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy till Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy.

Set-AzVmssRollingUpgradePolicy

Typen för egenskapen AutomaticRepairsPolicy av typen Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet har ändrats från Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy till Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy.

Set-AzVmssStorageProfile

Typen för egenskapen AutomaticRepairsPolicy av typen Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet har ändrats från Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy till Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy.

New-AzVmss

Typen för egenskapen AutomaticRepairsPolicy av typen Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet har ändrats från Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy till Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy.

Repair-AzVmssServiceFabricUpdateDomain

Typen för egenskapen AutomaticRepairsPolicy av typen Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet har ändrats från Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy till Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy.

Get-AzVmss

Typen för egenskapen AutomaticRepairsPolicy av typen Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet har ändrats från Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy till Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy.

Set-AzVmssOrchestrationServiceState

Typen för egenskapen AutomaticRepairsPolicy av typen Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet har ändrats från Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy till Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy.

Update-AzVmss

  • Typen för egenskapen AutomaticRepairsPolicy av typen Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet har ändrats från Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy till Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy.
  • Stöder inte längre parametern AutomaticRepairMaxInstanceRepairsPercent och inget alias hittades för det ursprungliga parameternamnet.
  • Parameteruppsättningen __AllParameterSets har tagits bort.
  • Parameteruppsättningen ExplicitIdentityParameterSet har tagits bort.

Add-AzVmssDiagnosticsExtension

Typen för egenskapen AutomaticRepairsPolicy av typen Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet har ändrats från Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy till Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy.

Disable-AzVmssDiskEncryption

Typen för egenskapen AutomaticRepairsPolicy av typen Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet har ändrats från Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy till Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy.

Az.KeyVault

New-AzKeyVaultCertificateOrganizationDetail

Aliaset New-AzKeyVaultCertificateOrganizationDetails har tagits bort. Använd New-AzKeyVaultCertificateOrganizationDetail.

Före

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

Efter

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

New-AzKeyVaultCertificateAdministratorDetail

Aliaset New-AzKeyVaultCertificateAdministratorDetails har tagits bort. Använd New-AzKeyVaultCertificateAdministratorDetail.

Före

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

Efter

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

New-AzKeyVault

-EnableSoftDelete tas bort eftersom mjuk borttagning är aktiverat som standard. Använd -DisableSoftDelete om du inte vill använda det här beteendet.

Före

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

Efter

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

Az.Monitor

Add-AzLogProfile

Typen för egenskapen RetentionPolicy av typen Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfile har ändrats från Microsoft.Azure.Management.Monitor.Management.Models.RetentionPolicy till Microsoft.Azure.Management.Monitor.Models.RetentionPolicy.

Get-AzLogProfile

Typen för egenskapen RetentionPolicy av typen Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfile har ändrats från Microsoft.Azure.Management.Monitor.Management.Models.RetentionPolicy till Microsoft.Azure.Management.Monitor.Models.RetentionPolicy.

New-AzMetricAlertRuleV2Criteria

Parameteruppsättningen __AllParameterSets för cmdleten New-AzMetricAlertRuleV2Criteria har tagits bort.

Az.Network

Get-AzNetworkWatcherConnectionMonitor

Den generiska typen för egenskapen RoundTripTimeMs har ändrats från System.Nullable1[System.Int32] till System.Nullable1[System.Double].

New-AzNetworkWatcherConnectionMonitorTestConfigurationObject

Den generiska typen för parametern SuccessThresholdRoundTripTimeMs har ändrats från System.Nullable1[System.Int32] till System.Nullable1[System.Double].

Az.OperationalInsights

Get-AzOperationalInsightsDataSource

Egenskapen PortalUrl av typen Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace har tagits bort.

New-AzOperationalInsightsApplicationInsightsDataSource

Egenskapen PortalUrl av typen Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace har tagits bort.

New-AzOperationalInsightsAzureActivityLogDataSource

Egenskapen PortalUrl av typen Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace har tagits bort.

New-AzOperationalInsightsCustomLogDataSource

Egenskapen PortalUrl av typen Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace har tagits bort.

New-AzOperationalInsightsLinuxPerformanceObjectDataSource

Egenskapen PortalUrl av typen Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace har tagits bort.

New-AzOperationalInsightsLinuxSyslogDataSource

Egenskapen PortalUrl av typen Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace har tagits bort.

New-AzOperationalInsightsWindowsEventDataSource

Egenskapen PortalUrl av typen Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace har tagits bort.

New-AzOperationalInsightsWindowsPerformanceCounterDataSource

Egenskapen PortalUrl av typen Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace har tagits bort.

Remove-AzOperationalInsightsDataSource

Egenskapen PortalUrl av typen Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace har tagits bort.

Disable-AzOperationalInsightsIISLogCollection

Egenskapen PortalUrl av typen Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace har tagits bort.

Disable-AzOperationalInsightsLinuxCustomLogCollection

Egenskapen PortalUrl av typen Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace har tagits bort.

Disable-AzOperationalInsightsLinuxPerformanceCollection

Egenskapen PortalUrl av typen Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace har tagits bort.

Disable-AzOperationalInsightsLinuxSyslogCollection

Egenskapen PortalUrl av typen Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace har tagits bort.

Enable-AzOperationalInsightsIISLogCollection

Egenskapen PortalUrl av typen Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace har tagits bort.

Enable-AzOperationalInsightsLinuxCustomLogCollection

Egenskapen PortalUrl av typen Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace har tagits bort.

Enable-AzOperationalInsightsLinuxPerformanceCollection

Egenskapen PortalUrl av typen Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace har tagits bort.

Enable-AzOperationalInsightsLinuxSyslogCollection

Egenskapen PortalUrl av typen Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace har tagits bort.

Get-AzOperationalInsightsSavedSearch

Egenskapen Metadata av typen Microsoft.Azure.Commands.OperationalInsights.Models.PSSearchListSavedSearchResponse har tagits bort.

Get-AzOperationalInsightsSavedSearchResult

Cmdleten Get-AzOperationalInsightsSavedSearchResult stöds inte längre av SDK och har tagits bort.

Get-AzOperationalInsightsSearchResult

Cmdleten Get-AzOperationalInsightsSearchResult stöds inte längre av SDK och har tagits bort.

Get-AzOperationalInsightsStorageInsight

Egenskapen PortalUrl av typen Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace har tagits bort.

New-AzOperationalInsightsStorageInsight

Egenskapen PortalUrl av typen Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace har tagits bort.

Remove-AzOperationalInsightsStorageInsight

Egenskapen PortalUrl av typen Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace har tagits bort.

Set-AzOperationalInsightsStorageInsight

Egenskapen PortalUrl av typen Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace har tagits bort.

Get-AzOperationalInsightsLinkTarget

Cmdleten Get-AzOperationalInsightsLinkTarget stöds inte längre av SDK och har tagits bort.

Get-AzOperationalInsightsWorkspace

Egenskapen PortalUrl av typen Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace har tagits bort.

New-AzOperationalInsightsWorkspace

  • Egenskapen PortalUrl av typen Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace har tagits bort.
  • Cmdleten New-AzOperationalInsightsWorkspace stöder inte längre parametern CustomerId och inget alias hittades för det ursprungliga parameternamnet.
  • Parameteruppsättningen __AllParameterSets för cmdleten New-AzOperationalInsightsWorkspace har tagits bort.

Set-AzOperationalInsightsWorkspace

Egenskapen PortalUrl av typen Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace har tagits bort.

Invoke-AzOperationalInsightsQuery

Egenskapen PortalUrl av typen Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace har tagits bort.

Az.Resources

Get-AzDeploymentScript

Typen för egenskapen Status av typen Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScript har ändrats från Microsoft.Azure.Management.ResourceManager.Models.ScriptStatus till Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsScriptStatus.

Get-AzDeploymentScriptLog

Typen för egenskapen Status av typen Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScript har ändrats från Microsoft.Azure.Management.ResourceManager.Models.ScriptStatus till Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsScriptStatus.

Save-AzDeploymentScriptLog

Typen för egenskapen Status av typen Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScript har ändrats från Microsoft.Azure.Management.ResourceManager.Models.ScriptStatus till Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsScriptStatus.

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

Parametern TenantLevel har tagits bort

Get-AzPolicyAlias

Den generiska typen för egenskapen Aliases har ändrats från System.Collections.Generic.IList1[Microsoft.Azure.Management.ResourceManager.Models.AliasType] till System.Collections.Generic.IList1[Microsoft.Azure.Management.ResourceManager.Models.Alias].

New-AzPolicyAssignment

  • Cmdleten New-AzPolicyAssignment stöder inte längre typen System.Management.Automation.PSObject för parametern PolicyDefinition.
  • Cmdleten New-AzPolicyAssignment stöder inte längre typen System.Management.Automation.PSObject för parametern PolicySetDefinition.

Remove-AzDeploymentScript

Typen för egenskapen Status av typen Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScript har ändrats från Microsoft.Azure.Management.ResourceManager.Models.ScriptStatus till Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsScriptStatus.

Az.Storage

Update-AzStorageAccountNetworkRuleSet, Get-AzStorageAccountNetworkRuleSet

NetWorkRule DefaultAction-värdet har ändrats från: Tillåt = 1, Neka = 0 till: Tillåt = 0, Neka = 1.

New-AzStorageTable, Get-AzStorageTable

Utdataobjektet AzureStorageTable.CloudTable.ServiceClient har två egenskaper borttagna: ConnectionPolicy, ConsistencyLevel.

Get-AzStorageFile, Remove-AzStorageFile, Get-AzStorageFileContent, , , Set-AzStorageFileContentStart-AzStorageFileCopy

Utdatatypen har ändrats från CloudFile till AzureStorageFile; ursprungliga utdata blir den underordnade egenskapen ”CloudFile” i den nya utmatningen

Före

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

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

Efter

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

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

Get-AzStorageFile, , New-AzStorageDirectoryRemove-AzStorageDirectory

Utdatatypen har ändrats från CloudFileDirectory till AzureStorageFileDirectory; ursprungliga utdata blir den underordnade egenskapen ”CloudFileDirectory” i den nya utmatningen

Före

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

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

Efter

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

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

Get-AzStorageShare, , New-AzStorageShareRemove-AzStorageShare

Utdatatypen har ändrats från FileShareProperties till AzureStorageFileShare; ursprungliga utdata blir den underordnade egenskapen ”CloudFileShare” i den nya utmatningen

Före

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

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

Efter

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

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

Set-AzStorageShareQuota

Utdatatypen har ändrats från FileShareProperties till AzureStorageFileShare; ursprungliga utdata blir den underordnade egenskapen ”CloudFileShare.Properties” i den nya utmatningen

Före

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

Efter

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

Du kan inte längre mata in -Path från pipelinen med typmatchning (sträng) när du tar bort underordnade filkataloger med det överordnade katalogobjektet och -Path.

Före

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

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

Efter

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