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

  • New-AzApiManagement cmdlet이 AssignIdentity 매개 변수를 더 이상 지원하지 않으며 원래 매개 변수 이름의 별칭을 찾을 수 없습니다.
  • cmdlet New-AzApiManagement 에 대한 매개 변수 집합 __AllParameterSets 이 제거되었습니다.

Set-AzApiManagement

  • Set-AzApiManagement cmdlet이 AssignIdentity 매개 변수를 더 이상 지원하지 않으며 원래 매개 변수 이름의 별칭을 찾을 수 없습니다.
  • cmdlet Set-AzApiManagement 에 대한 매개 변수 집합 __AllParameterSets 이 제거되었습니다.

Get-AzApiManagementProperty

Get-AzApiManagementProperty cmdlet이 Get-AzApiManagementNamedValue로 대체되었습니다.

New-AzApiManagementProperty

New-AzApiManagementProperty cmdlet이 New-AzApiManagementNamedValue로 대체되었습니다.

Remove-AzApiManagementProperty

Remove-AzApiManagementProperty cmdlet이 Remove-AzApiManagementNamedValue로 대체되었습니다.

Set-AzApiManagementProperty

Set-AzApiManagementProperty cmdlet이 Set-AzApiManagementNamedValue로 대체되었습니다.

Az.Batch

Get-AzBatchApplication, New-AzBatchApplication

형식 Microsoft.Azure.Commands.Batch.Models.PSApplication 의 속성 ApplicationPackages 이 제거되었습니다.

Get-AzBatchComputeNode, New-AzBatchPool

형식 Microsoft.Azure.Commands.Batch.Models.PSNetworkConfiguration 의 속성 PublicIPs 이 제거되었습니다.

Get-AzBatchApplicationPackage, New-AzBatchApplicationPackage

Microsoft.Azure.Commands.Batch.Models.PSApplicationPackage 형식의 StorageUrlExpiry 속성이 System.DateTime에서 System.DateTime?로 변경되었습니다.

Az.Compute

Remove-AzVmssDiagnosticsExtension

Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet 형식의 AutomaticRepairsPolicy 속성이 Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy에서 Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy로 변경되었습니다.

Get-AzVMImage

  • Get-AzVMImage cmdlet이 FilterExpression 매개 변수를 더 이상 지원하지 않으며 원래 매개 변수 이름의 별칭을 찾을 수 없습니다.
  • cmdlet Get-AzVMImage 에 대한 매개 변수 집합 ListVMImage 이 제거되었습니다.

New-AzVMConfig

  • New-AzVMConfig cmdlet이 AssignIdentity 매개 변수를 더 이상 지원하지 않으며 원래 매개 변수 이름의 별칭을 찾을 수 없습니다.
  • cmdlet New-AzVMConfig 에 대한 매개 변수 집합 AssignIdentityParameterSet 이 제거되었습니다.

Update-AzVM

  • Update-AzVM cmdlet이 AssignIdentity 매개 변수를 더 이상 지원하지 않으며 원래 매개 변수 이름의 별칭을 찾을 수 없습니다.
  • cmdlet Update-AzVM 에 대한 매개 변수 집합 AssignIdentityParameterSet 이 제거되었습니다.

New-AzProximityPlacementGroup

  • 속성VirtualMachinesVirtualMachineScaleSets의 제네릭 형식으로 AvailabilitySets 변경되었습니다 System.Collections.Generic.IList1[Microsoft.Azure.Management.Compute.Models.SubResource]System.Collections.Generic.IList1[Microsoft.Azure.Management.Compute.Models.SubResourceWithColocationStatus].
  • 속성 VirtualMachinesColocationStatusVirtualMachineScaleSetsColocationStatusAvailabilitySetsColocationStatus 형식 Microsoft.Azure.Commands.Compute.Automation.Models.PSProximityPlacementGroup 이 제거되었습니다.

이전

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

  • 속성VirtualMachinesVirtualMachineScaleSets의 제네릭 형식으로 AvailabilitySets 변경되었습니다 System.Collections.Generic.IList1[Microsoft.Azure.Management.Compute.Models.SubResource]System.Collections.Generic.IList1[Microsoft.Azure.Management.Compute.Models.SubResourceWithColocationStatus].
  • 속성 VirtualMachinesColocationStatusVirtualMachineScaleSetsColocationStatusAvailabilitySetsColocationStatus 형식 Microsoft.Azure.Commands.Compute.Automation.Models.PSProximityPlacementGroup 이 제거되었습니다.

이전

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

  • 속성VirtualMachinesVirtualMachineScaleSets의 제네릭 형식으로 AvailabilitySets 변경되었습니다 System.Collections.Generic.IList1[Microsoft.Azure.Management.Compute.Models.SubResource]System.Collections.Generic.IList1[Microsoft.Azure.Management.Compute.Models.SubResourceWithColocationStatus].
  • 속성 VirtualMachinesColocationStatusVirtualMachineScaleSetsColocationStatusAvailabilitySetsColocationStatus 형식 Microsoft.Azure.Commands.Compute.Automation.Models.PSProximityPlacementGroup 이 제거되었습니다.

이전

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

Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet 형식의 AutomaticRepairsPolicy 속성이 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

Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet 형식의 AutomaticRepairsPolicy 속성이 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

Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet 형식의 AutomaticRepairsPolicy 속성이 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

Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet 형식의 AutomaticRepairsPolicy 속성이 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

Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet 형식의 AutomaticRepairsPolicy 속성이 Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy에서 Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy로 변경되었습니다.

Set-AzVmssRollingUpgradePolicy

Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet 형식의 AutomaticRepairsPolicy 속성이 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

Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet 형식의 AutomaticRepairsPolicy 속성이 Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy에서 Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy로 변경되었습니다.

Repair-AzVmssServiceFabricUpdateDomain

Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet 형식의 AutomaticRepairsPolicy 속성이 Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy에서 Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy로 변경되었습니다.

Get-AzVmss

Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet 형식의 AutomaticRepairsPolicy 속성이 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

  • Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet 형식의 AutomaticRepairsPolicy 속성이 Microsoft.Azure.Commands.Compute.Automation.Models.PSAutomaticRepairsPolicy에서 Microsoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy로 변경되었습니다.
  • AutomaticRepairMaxInstanceRepairsPercent 매개 변수를 더 이상 지원하지 않으며 원래 매개 변수 이름의 별칭을 찾을 수 없습니다.
  • 매개 변수 집합 __AllParameterSets 이 제거되었습니다.
  • 매개 변수 집합 ExplicitIdentityParameterSet 이 제거되었습니다.

Add-AzVmssDiagnosticsExtension

Microsoft.Azure.Commands.Compute.Automation.Models.PSVirtualMachineScaleSet 형식의 AutomaticRepairsPolicy 속성이 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

Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfile 형식의 RetentionPolicy 속성이 Microsoft.Azure.Management.Monitor.Management.Models.RetentionPolicy에서 Microsoft.Azure.Management.Monitor.Models.RetentionPolicy로 변경되었습니다.

Get-AzLogProfile

Microsoft.Azure.Commands.Insights.OutputClasses.PSLogProfile 형식의 RetentionPolicy 속성이 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

Get-AzOperationalInsightsSavedSearchResult cmdlet은 SDK에서 더 이상 지원되지 않아 제거되었습니다.

Get-AzOperationalInsightsSearchResult

Get-AzOperationalInsightsSearchResult cmdlet은 SDK에서 더 이상 지원되지 않아 제거되었습니다.

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

Get-AzOperationalInsightsLinkTarget cmdlet은 SDK에서 더 이상 지원되지 않아 제거되었습니다.

Get-AzOperationalInsightsWorkspace

형식 Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace 의 속성 PortalUrl 이 제거되었습니다.

New-AzOperationalInsightsWorkspace

  • 형식 Microsoft.Azure.Commands.OperationalInsights.Models.PSWorkspace 의 속성 PortalUrl 이 제거되었습니다.
  • New-AzOperationalInsightsWorkspace cmdlet이 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

Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PsDeploymentScript 형식의 Status 속성이 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

  • New-AzPolicyAssignment cmdlet은 PolicyDefinition 매개 변수의 System.Management.Automation.PSObject 형식을 더 이상 지원하지 않습니다.
  • New-AzPolicyAssignment cmdlet은 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-AzStorageAccountNetworkRuleSet, Get-AzStorageAccountNetworkRuleSet

NetWorkRule DefaultAction 값을 다음에서 변경했습니다. Allow = 1, Deny = 0, to: Allow = 0, Deny = 1.

New-AzStorageTable, Get-AzStorageTable

출력 개체 AzureStorageTable.CloudTable.ServiceClient에는 커넥트ionPolicy, ConsistencyLevel의 두 가지 속성이 제거되었습니다.

Get-AzStorageFile, Remove-AzStorageFile, Get-AzStorageFileContent, Set-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-AzStorageFile, , New-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-AzStorageShare, , New-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를 사용하여 하위 파일 디렉터리를 제거할 때 형식(문자열)이 일치하는 파이프라인의 -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