다음을 통해 공유


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.PsApiManagementServiceIdentityTypeSystem.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-AzApiManagementPropertyNew-AzApiManagementNamedValue로 대체되었습니다.

Remove-AzApiManagementProperty

cmdlet Remove-AzApiManagementPropertyRemove-AzApiManagementNamedValue에 의해 대체되었습니다.

Set-AzApiManagementProperty

cmdlet Set-AzApiManagementPropertySet-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

  • 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

  • 속성 VirtualMachines, VirtualMachineScaleSets, AvailabilitySets의 제네릭 형식이 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 형식의 속성 VirtualMachinesColocationStatus, VirtualMachineScaleSetsColocationStatusAvailabilitySetsColocationStatus 제거되었습니다.

전에

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

  • 속성 VirtualMachines, VirtualMachineScaleSetsAvailabilitySets의 제네릭 형식이 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 형식의 속성 VirtualMachinesColocationStatus, VirtualMachineScaleSetsColocationStatusAvailabilitySetsColocationStatus 제거되었습니다.

전에

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

  • 속성 VirtualMachines, VirtualMachineScaleSets, AvailabilitySets의 제네릭 형식이 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 형식의 속성 VirtualMachinesColocationStatus, VirtualMachineScaleSetsColocationStatusAvailabilitySetsColocationStatus 제거되었습니다.

전에

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

속성 AutomaticRepairsPolicyMicrosoft.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

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

Add-AzVmssSecret

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

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

Remove-AzVmssExtension

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

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

Set-AzVmssOsProfile

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

속성 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.PSAutomaticRepairsPolicyMicrosoft.Azure.Management.Compute.Models.AutomaticRepairsPolicy변경되었습니다.

Update-AzVmss

  • 속성 AutomaticRepairsPolicyMicrosoft.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.PSAutomaticRepairsPolicyMicrosoft.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

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

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

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

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

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

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이(가) 제거되었습니다.
  • 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-AzStorageAccountNetworkRuleSet, Get-AzStorageAccountNetworkRuleSet

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

New-AzStorageTable, Get-AzStorageTable

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

Get-AzStorageFile, Remove-AzStorageFile, Get-AzStorageFileContent, Set-AzStorageFileContent, Start-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-AzStorageDirectory, Remove-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-AzStorageShare, Remove-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