Az.Accounts
Get-AzAccessToken
- Cmdlet 호환성이 손상되는 변경은 모든 매개 변수 집합에 발생합니다.
- 기본 출력 형식이 .로
PSAccessTokenPSSecureAccessToken변경됩니다. 즉, 일반 텍스트를PSAccessToken.TokenSecureString PSSecureAccessToken.Token - 이 변경 내용은 Az.Accounts 버전: 5.0.0 및 Az 버전: 14.0.0에서 적용됩니다.
- 기본 출력 형식이 .로
전에
$authHeader = @{
'Content-Type' = 'application/json'
'Authorization' = 'Bearer ' + (Get-AccessToken)
}
$response = Invoke-RestMethod -Method Get -Headers $authHeader -Uri $uri
이후
$secureToken = (Get-AzAccessToken).Token
$ssPtr = [System.Runtime.InteropServices.Marshal]::SecureStringToBSTR($Securetoken)
try {
$plaintextToken = [System.Runtime.InteropServices.Marshal]::PtrToStringBSTR($ssPtr)
}
finally {
[System.Runtime.InteropServices.Marshal]::ZeroFreeBSTR($ssPtr)
}
$authHeader = @{
'Content-Type' = 'application/json'
'Authorization' = 'Bearer ' + $plaintextToken
}
$response = Invoke-RestMethod -Method Get -Headers $authHeader -Uri $uri
Az.Aks
Get-AzAksMaintenanceConfiguration
- 출력 형식이 기존 형식인 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IMaintenanceConfiguration'에서 새 형식인 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IMaintenanceConfiguration'으로 변경됩니다.
- 출력 형식의 다음 속성은 더 이상 사용되지 않습니다. 'TimeInWeek Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeInWeek' 'NotAllowedTime Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeSpan'
- 출력 형식에 추가되는 속성은 'TimeInWeek System.Collections.Generic.List
1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeInWeek]' 'NotAllowedTime System.Collections.Generic.List1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeSpan]' - 설명 변경: 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IMaintenanceConfiguration' 형식의 'TimeInWeek' 속성 형식이 'Microsoft.'에서 변경되었습니다. 'System.Collections.Generic.List
1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeInWeek]',The type of property 'NotAllowedTime' of type 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IMaintenanceConfiguration' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeSpan' to 'System.Collections.Generic.List1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeSpan]'에 대한 Azure.PowerShell.Cmdlets.Aks.Models.ITimeInWeek[]' - 이 변경 내용은 '2025-05-19'에 적용됩니다. 변경 내용은 Az 버전 '14.0.0'에서 적용됩니다.
- 변경 내용은 버전 '2.0.0'에서 적용됩니다.
전에
Get-AzAksMaintenanceConfiguration -ResourceGroupName mygroup -ResourceName myCluster
이후
Get-AzAksMaintenanceConfiguration -ResourceGroupName mygroup -ResourceName myCluster
Get-AzAksManagedClusterOSOption
- 출력 형식이 기존 형식인 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IOSOptionProfile'에서 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IOSOptionProfile' 형식으로 변경됩니다.
- 출력 형식의 다음 속성은 더 이상 사용되지 않습니다. 'OSOptionPropertyList Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IOSOptionProperty'
- 출력 형식에는 'OSOptionPropertyList System.Collections.Generic.List'1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IOSOptionProperty]' 속성이 추가됩니다.
- 설명 변경: 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IOSOptionProfile' 형식의 'OSOptionPropertyList' 속성 형식이 'Microsoft.Azure.'에서 변경되었습니다. PowerShell.Cmdlets.Aks.Models.IOSOptionProperty'에서 'System.Collections.Generic.List'1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IOSOptionProperty]'로.
- 이 변경 내용은 '2025-05-19'에 적용됩니다. 변경 내용은 Az 버전 '14.0.0'에서 적용됩니다.
- 변경 내용은 버전 '2.0.0'에서 적용됩니다.
전에
Get-AzAksManagedClusterOSOption -Location eastus
이후
Get-AzAksManagedClusterOSOption -Location eastus
Get-AzAksManagedClusterOutboundNetworkDependencyEndpoint
- 출력 형식이 기존 형식인 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IOutboundEnvironmentEndpoint'에서 새 형식인 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IOutboundEnvironmentEndpoint'로 변경됩니다.
- 출력 형식의 다음 속성은 더 이상 사용되지 않습니다. 'Endpoint Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IEndpointDependency'
- 출력 형식에는 'Endpoint System.Collections.Generic.List'1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IEndpointDependency]' 속성이 추가됩니다.
- 설명 변경: 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IOutboundEnvironmentEndpoint' 형식의 'Endpoint' 속성 형식이 'Microsoft.Azure.PowerSh'에서 변경되었습니다. 'System.Collections.Generic.List'1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IEndpointDependency]'에 대한ell.Cmdlets.Aks.Models.IEndpointDependency'.
- 이 변경 내용은 '2025-05-19'에 적용됩니다. 변경 내용은 Az 버전 '14.0.0'에서 적용됩니다.
- 변경 내용은 버전 '2.0.0'에서 적용됩니다.
전에
$result = Get-AzAksManagedClusterOutboundNetworkDependencyEndpoint -ResourceGroupName mygroup -ResourceName mycluster
$result | select Category,Endpoint
이후
$result = Get-AzAksManagedClusterOutboundNetworkDependencyEndpoint -ResourceGroupName mygroup -ResourceName mycluster
$result | select Category,Endpoint
Get-AzAksNodePoolUpgradeProfile
- 출력 형식이 기존 형식인 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IAgentPoolUpgradeProfile'에서 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAgentPoolUpgradeProfile' 형식으로 변경됩니다.
- 출력 형식의 다음 속성은 더 이상 사용되지 않습니다. 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAgentPoolUpgradeProfilePropertiesUpgradesItem 업그레이드'
- 'Upgrade System.Collections.Generic.List'1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAgentPoolUpgradeProfilePropertiesUpgradesItem]' 출력 형식에 다음 속성이 추가됩니다.
- 설명 변경: 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IAgentPoolUpgradeProfile' 형식의 'Upgrade' 속성 형식이 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models'에서 변경되었습니다. .IAgentPoolUpgradeProfilePropertiesUpgradesItem'을 'System.Collections.Generic.List'1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IAgentPoolUpgradeProfilePropertiesUpgradesItem]'으로 설정합니다.
- 이 변경 내용은 '2025-05-19'에 적용됩니다. 변경 내용은 Az 버전 '14.0.0'에서 적용됩니다.
- 변경 내용은 버전 '2.0.0'에서 적용됩니다.
전에
Get-AzAksNodePoolUpgradeProfile -ResourceGroupName group -ClusterName myCluster -AgentPoolName default
이후
Get-AzAksNodePoolUpgradeProfile -ResourceGroupName group -ClusterName myCluster -AgentPoolName default
Get-AzAksUpgradeProfile
- 출력 형식이 기존 형식인 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IManagedClusterUpgradeProfile'에서 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IManagedClusterUpgradeProfile' 형식으로 변경됩니다.
- 출력 형식의 다음 속성은 더 이상 사용되지 않습니다. 'AgentPoolProfile Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IManagedClusterPoolUpgradeProfile' 'ControlPlaneProfileUpgrade Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IManagedClusterPoolUpgradeProfileUpgradesItem'
- 출력 형식에 'AgentPoolProfile System.Collections.Generic.List
1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IManagedClusterPoolUpgradeProfile]' 'ControlPlaneProfileUpgrade System.Collections.Generic.List1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IManagedClusterPoolUpgradeProfileUpgradesItem]' 속성이 추가됩니다. - 설명 변경: 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IManagedClusterUpgradeProfile' 형식의 'AgentPoolProfile' 속성 형식이 'Microsoft.Azure.PowerShell.Cmd'에서 변경되었습니다.lets.Aks.Models.IManagedClusterPoolUpgradeProfile'을 'System.Collections.Generic.List
1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IManagedClusterPoolUpgradeProfile]'.,The type of property 'ControlPlaneProfileUpgrade' of type 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IManagedClusterUpgradeProfile' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IManagedClusterPoolUpgradeProfileUpgradesItem' to 'System.Collections.Generic.List1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IManagedClusterPoolUpgradeProfileUpgradesItem]'으로 설정합니다. - 이 변경 내용은 '2025-05-19'에 적용됩니다. 변경 내용은 Az 버전 '14.0.0'에서 적용됩니다.
- 변경 내용은 버전 '2.0.0'에서 적용됩니다.
전에
Get-AzAksUpgradeProfile -ResourceGroupName group -Name myCluster
이후
Get-AzAksUpgradeProfile -ResourceGroupName group -Name myCluster
Get-AzAksVersion
- 출력 형식이 기존 형식인 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20190801.IOrchestratorVersionProfileListResult'에서 새 형식인 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IOrchestratorVersionProfileListResult'로 변경됩니다.
- 출력 형식의 다음 속성은 더 이상 사용되지 않습니다. 'Orchestrator Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IOrchestratorVersionProfile'
- 출력 형식에는 'Orchestrator System.Collections.Generic.List1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IOrchestratorVersionProfile]' 속성이 추가됩니다.
- 이 변경 내용은 '2025-05-19'에 적용됩니다. 변경 내용은 Az 버전 '14.0.0'에서 적용됩니다.
- 변경 내용은 버전 '2.0.0'에서 적용됩니다.
전에
Get-AzAksVersion -___location eastus
이후
Get-AzAksVersion -___location eastus
New-AzAksCluster
- Cmdlet 호환성이 손상되는 변경은 모든 매개 변수 집합에 발생합니다.
- 할당량 및 용량에 따라 AKS 리소스 공급자가 동적으로 선택하는 'Standard_D2_V2'의 New-AzAksNodePool New-AzAksCluster -VmSize 매개 변수에 -NodeVmSize 매개 변수의 기본값입니다.
- 이 변경 내용은 Az.Aks 버전: 7.0.0 및 Az 버전: 14.0.0에서 적용됩니다.
전에
If '-NodeVmSize' is not provided, the default NodeVmSize is ‘Standard_D2_V2’。
이후
If '-NodeVmSize' is not provided, the default NodeVmSize is dynamically selected by the AKS resource provider based on quota and capacity.
New-AzAksNodePool
- Cmdlet 호환성이 손상되는 변경은 모든 매개 변수 집합에 발생합니다.
- 할당량 및 용량에 따라 AKS 리소스 공급자가 동적으로 선택하는 'Standard_D2_V2'의 New-AzAksNodePool New-AzAksCluster -VmSize 매개 변수에 -NodeVmSize 매개 변수의 기본값입니다.
- 이 변경 내용은 Az.Aks 버전: 7.0.0 및 Az 버전: 14.0.0에서 적용됩니다.
전에
If '-VmSize' is not provided, the default VmSize is ‘Standard_D2_V2’。
이후
If '-VmSize' is not provided, the default VmSize is dynamically selected by the AKS resource provider based on quota and capacity.
New-AzAksMaintenanceConfiguration
- 출력 형식이 기존 형식인 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IMaintenanceConfiguration'에서 새 형식인 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.IMaintenanceConfiguration'으로 변경됩니다.
- 출력 형식의 다음 속성은 더 이상 사용되지 않습니다. 'TimeInWeek Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeInWeek' 'NotAllowedTime Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeSpan'
- 출력 형식에 추가되는 속성은 'TimeInWeek System.Collections.Generic.List
1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeInWeek]' 'NotAllowedTime System.Collections.Generic.List1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeSpan]' - 설명 변경: 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IMaintenanceConfiguration' 형식의 'TimeInWeek' 속성 형식이 'Microsoft.'에서 변경되었습니다. 'System.Collections.Generic.List
1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeInWeek]',The type of property 'NotAllowedTime' of type 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.Api20230201.IMaintenanceConfiguration' has changed from 'Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeSpan' to 'System.Collections.Generic.List1[Microsoft.Azure.PowerShell.Cmdlets.Aks.Models.ITimeSpan]'에 대한 Azure.PowerShell.Cmdlets.Aks.Models.ITimeInWeek[]' - 이 변경 내용은 '2025-05-19'에 적용됩니다. 변경 내용은 Az 버전 '14.0.0'에서 적용됩니다.
- 변경 내용은 버전 '2.0.0'에서 적용됩니다.
전에
$TimeSpan = New-AzAksTimeSpanObject -Start (Get-Date -Year 2023 -Month 3 -Day 1) -End (Get-Date -Year 2023 -Month 3 -Day 2)
$TimeInWeek = New-AzAksTimeInWeekObject -Day 'Sunday' -HourSlot 1,2
$MaintenanceConfig = New-AzAksMaintenanceConfiguration -ResourceGroupName mygroup -ResourceName myCluster -ConfigName 'aks_maintenance_config' -TimeInWeek $TimeInWeek -NotAllowedTime $TimeSpan
이후
$TimeSpan = New-AzAksTimeSpanObject -Start (Get-Date -Year 2023 -Month 3 -Day 1) -End (Get-Date -Year 2023 -Month 3 -Day 2)
$TimeInWeek = New-AzAksTimeInWeekObject -Day Sunday -HourSlot 1,2
$MaintenanceConfig = New-AzAksMaintenanceConfiguration -ResourceGroupName mygroup -ResourceName myCluster -ConfigName 'aks_maintenance_config' -TimeInWeek $TimeInWeek -NotAllowedTime $TimeSpan
Az.AppConfiguration
Get-AzAppConfigurationStore
- 출력 형식이 기존 형식인 'Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.IConfigurationStore'에서 새 형식인 'Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.IConfigurationStore'로 변경됩니다.
- 출력 형식의 다음 속성은 더 이상 사용되지 않습니다. 'PrivateEndpointConnection Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.IPrivateEndpointConnectionReference'
- 출력 형식에 추가되는 속성은 'PrivateEndpointConnection System.Collections.Generic.List'1[Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.IPrivateEndpointConnectionReference]'
- 설명 변경: 'Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.IConfigurationStore' 형식의 'PrivateEndpointConnection' 속성 형식이 'Microsoft.Azure.PowerShell.Cmdlet'에서 변경되었습니다. 'System.Collections.Generic.List'1[Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.IPrivateEndpointConnectionReference]'에 대한 .AppConfiguration.Models.IPrivateEndpointConnectionReference''
- 이 변경 내용은 '2025-05-19'에 적용됩니다. 변경 내용은 Az 버전 '14.0.0'에서 적용됩니다.
- 변경 내용은 버전 '2.0.0'에서 적용됩니다.
전에
Get-AzAppConfigurationStore -Name azpstest-appstore -ResourceGroupName azpstest_gp
이후
Get-AzAppConfigurationStore -Name azpstest-appstore -ResourceGroupName azpstest_gp
New-AzAppConfigurationStore
IdentityType이 제거됩니다. EnableSystemAssignedIdentity는 시스템 할당 ID를 사용하거나 사용하지 않도록 설정하는 데 사용되며 UserAssignedIdentity는 사용자 할당 ID를 지정하는 데 사용됩니다.
이 변경 내용은 '2025-05-19'에 적용됩니다. 변경 내용은 Az 버전 '14.0.0'에서 적용됩니다.
변경 내용은 버전 '2.0.0'에서 적용됩니다.
출력 형식이 기존 형식인 'Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.IConfigurationStore'에서 새 형식인 'Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.IConfigurationStore'로 변경됩니다.
출력 형식의 다음 속성은 더 이상 사용되지 않습니다. 'PrivateEndpointConnection Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.IPrivateEndpointConnectionReference'
출력 형식에 'PrivateEndpointConnection System.Collections.Generic.List1[Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.IPrivateEndpointConnectionReference]' 속성이 추가됩니다.
이 변경 내용은 '2025-05-19'에 적용됩니다. 변경 내용은 Az 버전 '14.0.0'에서 적용됩니다.
변경 내용은 버전 '2.0.0'에서 적용됩니다.
전에
$storeName = "azpstest-appstore-recover"
$resourceGroupName = "azpstest_gp"
$___location = "eastus"
New-AzAppConfigurationStore -Name $storeName -ResourceGroupName $resourceGroupName -Location $___location -Sku Standard
Remove-AzAppConfigurationStore -Name $storeName -ResourceGroupName $resourceGroupName
Get-AzAppConfigurationDeletedStore -Location $___location -Name $storeName
New-AzAppConfigurationStore -Name $storeName -ResourceGroupName $resourceGroupName -Location $___location -Sku Standard -CreateMode 'Recover' -IdentityType SystemAssigned -UserAssignedIdentity "/subscriptions/xxxx/resourceGroups/azpstest_gp/providers/Microsoft.ManagedIdentity/userAssignedIdentities/azpstest-uai"
이후
$storeName = "azpstest-appstore-recover"
$resourceGroupName = "azpstest_gp"
$___location = "eastus"
New-AzAppConfigurationStore -Name $storeName -ResourceGroupName $resourceGroupName -Location $___location -Sku Standard
Remove-AzAppConfigurationStore -Name $storeName -ResourceGroupName $resourceGroupName
Get-AzAppConfigurationDeletedStore -Location $___location -Name $storeName
New-AzAppConfigurationStore -Name $storeName -ResourceGroupName $resourceGroupName -Location $___location -Sku Standard -CreateMode 'Recover' -EnableSystemAssignedIdentity:$true -UserAssignedIdentity "/subscriptions/xxxx/resourceGroups/azpstest_gp/providers/Microsoft.ManagedIdentity/userAssignedIdentities/azpstest-uai"
Update-AzAppConfigurationStore
IdentityType이 제거됩니다. EnableSystemAssignedIdentity는 시스템 할당 ID를 사용하거나 사용하지 않도록 설정하는 데 사용되며 UserAssignedIdentity는 사용자 할당 ID를 지정하는 데 사용됩니다.
이 변경 내용은 '2025-05-19'에 적용됩니다. 변경 내용은 Az 버전 '14.0.0'에서 적용됩니다.
변경 내용은 버전 '2.0.0'에서 적용됩니다.
출력 형식이 기존 형식인 'Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.Api20220501.IConfigurationStore'에서 새 형식인 'Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.IConfigurationStore'로 변경됩니다.
출력 형식의 다음 속성은 더 이상 사용되지 않습니다. 'PrivateEndpointConnection Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.IPrivateEndpointConnectionReference'
출력 형식에 'PrivateEndpointConnection System.Collections.Generic.List1[Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.IPrivateEndpointConnectionReference]' 속성이 추가됩니다.
이 변경 내용은 '2025-05-19'에 적용됩니다. 변경 내용은 Az 버전 '14.0.0'에서 적용됩니다.
변경 내용은 버전 '2.0.0'에서 적용됩니다.
전에
Update-AzAppConfigurationStore -Name azpstest-appstore -ResourceGroupName azpstest_gp -DisableLocalAuth -EnablePurgeProtection -PublicNetworkAccess 'Enabled' -IdentityType SystemAssigned -UserAssignedIdentity "/subscriptions/xxxx/resourceGroups/azpstest_gp/providers/Microsoft.ManagedIdentity/userAssignedIdentities/azpstest-uai"
이후
Update-AzAppConfigurationStore -Name azpstest-appstore -ResourceGroupName azpstest_gp -DisableLocalAuth -EnablePurgeProtection -PublicNetworkAccess 'Enabled' -EnableSystemAssignedIdentity:$true -UserAssignedIdentity "/subscriptions/xxxx/resourceGroups/azpstest_gp/providers/Microsoft.ManagedIdentity/userAssignedIdentities/azpstest-uai"
Az.Cdn
Clear-AzCdnEndpointContent
- Cmdlet 호환성이 손상되는 변경은 모든 매개 변수 집합에 발생합니다.
- 설명 변경: 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IPurgeParameters' 형식의 'ContentPath, 도메인' 속성 형식이 'System.String[]'에서 'System.Collections.Generic.List'1[System.String]'으로 변경되었습니다.
- 이 변경 내용은 '2025년 5월 19일'에 적용됩니다. 변경 내용은 Az 버전 '14.0.0'에서 적용됩니다.
- 변경 내용은 버전 '5.0.0'에서 적용됩니다.
전에
Clear-AzCdnEndpointContent -EndpointName <String> -ProfileName <String> -ResourceGroupName <String>
[-SubscriptionId <String>] -ContentPath <String[]>
이후
Clear-AzCdnEndpointContent -EndpointName <String> -ProfileName <String> -ResourceGroupName <String>
[-SubscriptionId <String>] -ContentPath <String[]>
Clear-AzFrontDoorCdnEndpointContent
- Cmdlet 호환성이 손상되는 변경은 모든 매개 변수 집합에 발생합니다.
- 설명 변경: 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IPurgeParameters' 형식의 'ContentPath, 도메인' 속성 형식이 'System.String[]'에서 'System.Collections.Generic.List'1[System.String]'으로 변경되었습니다.
- 이 변경 내용은 '2025년 5월 19일'에 적용됩니다. 변경 내용은 Az 버전 '14.0.0'에서 적용됩니다.
- 변경 내용은 버전 '5.0.0'에서 적용됩니다.
전에
Clear-AzFrontDoorCdnEndpointContent -EndpointName <String> -ProfileName <String> -ResourceGroupName <String>
[-SubscriptionId <String>] -ContentPath <String[]> [-Domain <String[]>]
이후
Clear-AzFrontDoorCdnEndpointContent -EndpointName <String> -ProfileName <String> -ResourceGroupName <String>
[-SubscriptionId <String>] -ContentPath <String[]> [-Domain <String[]>]
Get-AzCdnEdgeNode
- Cmdlet 호환성이 손상되는 변경은 모든 매개 변수 집합에 발생합니다.
- 설명 변경: 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IEdgeNode' 형식의 'IPAddressGroup' 속성 형식이 'Microsoft.Azure.Power'에서 변경되었습니다. 'System.Collections.Generic.List'1[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IIPAddressGroup]'에 대한Shell.Cmdlets.Cdn.Models.IIPAddressGroup'.
- 이 변경 내용은 '2025년 5월 19일'에 적용됩니다. 변경 내용은 Az 버전 '14.0.0'에서 적용됩니다.
- 변경 내용은 버전 '5.0.0'에서 적용됩니다.
전에
Get-AzCdnEdgeNode
이후
Get-AzCdnEdgeNode
Get-AzCdnEndpoint
- Cmdlet 호환성이 손상되는 변경은 모든 매개 변수 집합에 발생합니다.
- 설명 변경: 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IDeepCreatedOriginGroup' 형식의 'Origin' 속성 형식이 'Microsoft.Azure.Power'에서 변경되었습니다. 'System.Collections.Generic.List'1[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IResourceReference]'에 대한Shell.Cmdlets.Cdn.Models.IResourceReference'.
- 이 변경 내용은 '2025년 5월 19일'에 적용됩니다. 변경 내용은 Az 버전 '14.0.0'에서 적용됩니다.
- 변경 내용은 버전 '5.0.0'에서 적용됩니다.
전에
Get-AzCdnEndpoint -ProfileName <String> -ResourceGroupName <String> [-SubscriptionId <String[]>]
이후
Get-AzCdnEndpoint -ProfileName <String> -ResourceGroupName <String> [-SubscriptionId <String[]>]
Get-AzCdnOriginGroup
- Cmdlet 호환성이 손상되는 변경은 모든 매개 변수 집합에 발생합니다.
- 설명 변경: 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IResponseBasedOriginErrorDetectionParameters' 형식의 'HttpErrorRange' 속성 형식이 'Microsoft.Azure.'에서 변경되었습니다. PowerShell.Cmdlets.Cdn.Models.IHttpErrorRangeParameters'에서 'System.Collections.Generic.List'1[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IHttpErrorRangeParameters]'로.
- 이 변경 내용은 '2025년 5월 19일'에 적용됩니다. 변경 내용은 Az 버전 '14.0.0'에서 적용됩니다.
- 변경 내용은 버전 '5.0.0'에서 적용됩니다.
전에
Get-AzCdnOriginGroup -EndpointName <String> -ProfileName <String> -ResourceGroupName <String>
[-SubscriptionId <String[]>]
이후
Get-AzCdnOriginGroup -EndpointName <String> -ProfileName <String> -ResourceGroupName <String>
[-SubscriptionId <String[]>]
Get-AzFrontDoorCdnEndpoint
- Cmdlet 호환성이 손상되는 변경은 모든 매개 변수 집합에 발생합니다.
- 설명 변경: 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IDeepCreatedOriginGroup' 형식의 'Origin' 속성 형식이 'Microsoft.Azure.Power'에서 변경되었습니다. 'System.Collections.Generic.List'1[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IResourceReference]'에 대한Shell.Cmdlets.Cdn.Models.IResourceReference'.
- 이 변경 내용은 '2025년 5월 19일'에 적용됩니다. 변경 내용은 Az 버전 '14.0.0'에서 적용됩니다.
- 변경 내용은 버전 '5.0.0'에서 적용됩니다.
전에
Get-AzFrontDoorCdnEndpoint -ProfileName <String> -ResourceGroupName <String> [-SubscriptionId <String[]>]
이후
Get-AzFrontDoorCdnEndpoint -ProfileName <String> -ResourceGroupName <String> [-SubscriptionId <String[]>]
Get-AzFrontDoorCdnOriginGroup
- Cmdlet 호환성이 손상되는 변경은 모든 매개 변수 집합에 발생합니다.
- 설명 변경: 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IResponseBasedOriginErrorDetectionParameters' 형식의 'HttpErrorRange' 속성 형식이 'Microsoft.Azure.'에서 변경되었습니다. PowerShell.Cmdlets.Cdn.Models.IHttpErrorRangeParameters'에서 'System.Collections.Generic.List'1[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IHttpErrorRangeParameters]'로.
- 이 변경 내용은 '2025년 5월 19일'에 적용됩니다. 변경 내용은 Az 버전 '14.0.0'에서 적용됩니다.
- 변경 내용은 버전 '5.0.0'에서 적용됩니다.
전에
Get-AzFrontDoorCdnOriginGroup -ProfileName <String> -ResourceGroupName <String> [-SubscriptionId <String[]>]
이후
Get-AzFrontDoorCdnOriginGroup -ProfileName <String> -ResourceGroupName <String> [-SubscriptionId <String[]>]
Get-AzFrontDoorCdnRoute
- Cmdlet 호환성이 손상되는 변경은 모든 매개 변수 집합에 발생합니다.
- 설명 변경: 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IRoute' 형식의 'PatternsToMatch, CompressionSettingContentTypesToCompress' 속성 형식이 'System.String[]'에서 'System.Collections.Generic.List'1[System.String]'으로 변경되었습니다.
- 이 변경 내용은 '2025년 5월 19일'에 적용됩니다. 변경 내용은 Az 버전 '14.0.0'에서 적용됩니다.
- 변경 내용은 버전 '5.0.0'에서 적용됩니다.
전에
Get-AzFrontDoorCdnRoute -EndpointName <String> -ProfileName <String> -ResourceGroupName <String>
[-SubscriptionId <String[]>]
이후
Get-AzFrontDoorCdnRoute -EndpointName <String> -ProfileName <String> -ResourceGroupName <String>
[-SubscriptionId <String[]>]
Get-AzFrontDoorCdnRule
- Cmdlet 호환성이 손상되는 변경은 모든 매개 변수 집합에 발생합니다.
- 설명 변경: 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IRule' 형식의 'Condition' 속성 형식이 'Microsoft.Azure.PowerShell.Cmdlet'에서 변경되었습니다. 'System.Collections.Generic.List'1[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IDeliveryRuleCondition]'에 대한 .Cdn.Models.IDeliveryRuleCondition'.
- 이 변경 내용은 '2025년 5월 19일'에 적용됩니다. 변경 내용은 Az 버전 '14.0.0'에서 적용됩니다.
- 변경 내용은 버전 '5.0.0'에서 적용됩니다.
전에
Get-AzFrontDoorCdnRule -ProfileName <String> -ResourceGroupName <String> -SetName <String>
[-SubscriptionId <String[]>]
이후
Get-AzFrontDoorCdnRule -ProfileName <String> -ResourceGroupName <String> -SetName <String>
[-SubscriptionId <String[]>]
Import-AzCdnEndpointContent
- Cmdlet 호환성이 손상되는 변경은 모든 매개 변수 집합에 발생합니다.
- 설명 변경: 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IPurgeParameters' 형식의 'ContentPath, 도메인' 속성 형식이 'System.String[]'에서 'System.Collections.Generic.List'1[System.String]'으로 변경되었습니다.
- 이 변경 내용은 '2025년 5월 19일'에 적용됩니다. 변경 내용은 Az 버전 '14.0.0'에서 적용됩니다.
- 변경 내용은 버전 '5.0.0'에서 적용됩니다.
전에
Import-AzCdnEndpointContent -EndpointName <String> -ProfileName <String> -ResourceGroupName <String>
[-SubscriptionId <String>] -ContentPath <String[]>
이후
Import-AzCdnEndpointContent -EndpointName <String> -ProfileName <String> -ResourceGroupName <String>
[-SubscriptionId <String>] -ContentPath <String[]>
New-AzCdnEndpoint
- Cmdlet 호환성이 손상되는 변경은 모든 매개 변수 집합에 발생합니다.
- 설명 변경: 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IDeepCreatedOriginGroup' 형식의 'Origin' 속성 형식이 'Microsoft.Azure.Power'에서 변경되었습니다. 'System.Collections.Generic.List'1[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IResourceReference]'에 대한Shell.Cmdlets.Cdn.Models.IResourceReference'.
- 이 변경 내용은 '2025년 5월 19일'에 적용됩니다. 변경 내용은 Az 버전 '14.0.0'에서 적용됩니다.
- 변경 내용은 버전 '5.0.0'에서 적용됩니다.
전에
New-AzCdnEndpoint -Name <String> -ProfileName <String> -ResourceGroupName <String> [-SubscriptionId <String>]
-Location <String> [-ContentTypesToCompress <String[]>] [-DefaultOriginGroupId <String>]
[-DeliveryPolicyDescription <String>] [-DeliveryPolicyRule <IDeliveryRule[]>] [-GeoFilter <IGeoFilter[]>]
[-IsCompressionEnabled] [-IsHttpAllowed] [-IsHttpsAllowed] [-OptimizationType <OptimizationType>]
[-Origin <IDeepCreatedOrigin[]>] [-OriginGroup <IDeepCreatedOriginGroup[]>] [-OriginHostHeader <String>]
[-OriginPath <String>] [-ProbePath <String>] [-QueryStringCachingBehavior <QueryStringCachingBehavior>]
[-Tag <Hashtable>] [-UrlSigningKey <IUrlSigningKey[]>] [-WebApplicationFirewallPolicyLinkId <String>]
이후
New-AzCdnEndpoint -Name <String> -ProfileName <String> -ResourceGroupName <String> [-SubscriptionId <String>]
-Location <String> [-ContentTypesToCompress <String[]>] [-DefaultOriginGroupId <String>]
[-DeliveryPolicyDescription <String>] [-DeliveryPolicyRule <IDeliveryRule[]>] [-GeoFilter <IGeoFilter[]>]
[-IsCompressionEnabled] [-IsHttpAllowed] [-IsHttpsAllowed] [-OptimizationType <String>]
[-Origin <IDeepCreatedOrigin[]>] [-OriginGroup <IDeepCreatedOriginGroup[]>] [-OriginHostHeader <String>]
[-OriginPath <String>] [-ProbePath <String>] [-QueryStringCachingBehavior <String>] [-Tag <Hashtable>]
[-UrlSigningKey <IUrlSigningKey[]>] [-WebApplicationFirewallPolicyLinkId <String>]
New-AzCdnManagedHttpsParametersObject
- Cmdlet 호환성이 손상되는 변경은 모든 매개 변수 집합에 새 필수 매개 변수 CertificateSourceParameterTypeName 추가에 발생합니다.
- 이 변경 내용은 '2025년 5월 19일'에 적용됩니다. 변경 내용은 Az 버전 '14.0.0'에서 적용됩니다.
- 변경 내용은 버전 '5.0.0'에서 적용됩니다.
전에
New-AzCdnManagedHttpsParametersObject -CertificateSourceParameterCertificateType <CertificateType>
-CertificateSource <CertificateSource> -ProtocolType <ProtocolType> [-MinimumTlsVersion <MinimumTlsVersion>]
이후
New-AzCdnManagedHttpsParametersObject -CertificateSourceParameterCertificateType <String>
-CertificateSourceParameterTypeName <String> -ProtocolType <String> -CertificateSource <String>
[-MinimumTlsVersion <String>]
New-AzCdnOriginGroup
- Cmdlet 호환성이 손상되는 변경은 모든 매개 변수 집합에 발생합니다.
- 설명 변경: 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IResponseBasedOriginErrorDetectionParameters' 형식의 'HttpErrorRange' 속성 형식이 'Microsoft.Azure.'에서 변경되었습니다. PowerShell.Cmdlets.Cdn.Models.IHttpErrorRangeParameters'에서 'System.Collections.Generic.List'1[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IHttpErrorRangeParameters]'로.
- 이 변경 내용은 '2025년 5월 19일'에 적용됩니다. 변경 내용은 Az 버전 '14.0.0'에서 적용됩니다.
- 변경 내용은 버전 '5.0.0'에서 적용됩니다.
전에
New-AzCdnOriginGroup -EndpointName <String> -Name <String> -ProfileName <String> -ResourceGroupName <String>
[-SubscriptionId <String>] [-HealthProbeSetting <IHealthProbeParameters>] [-Origin <IResourceReference[]>]
[-ResponseBasedOriginErrorDetectionSetting <IResponseBasedOriginErrorDetectionParameters>]
[-TrafficRestorationTimeToHealedOrNewEndpointsInMinute <Int32>]
이후
New-AzCdnOriginGroup -Name <String> -EndpointName <String> -ProfileName <String> -ResourceGroupName <String>
[-SubscriptionId <String>] [-HealthProbeSetting <IHealthProbeParameters>] [-Origin <IResourceReference[]>]
[-ResponseBasedOriginErrorDetectionSetting <IResponseBasedOriginErrorDetectionParameters>]
[-TrafficRestorationTimeToHealedOrNewEndpointsInMinute <Int32>]
New-AzCdnUserManagedHttpsParametersObject
- Cmdlet 호환성이 손상되는 변경은 모든 매개 변수 집합에 새 필수 매개 변수 CertificateSourceParameterTypeName 추가에 발생합니다.
- 이 변경 내용은 '2025년 5월 19일'에 적용됩니다. 변경 내용은 Az 버전 '14.0.0'에서 적용됩니다.
- 변경 내용은 버전 '5.0.0'에서 적용됩니다.
전에
New-AzCdnUserManagedHttpsParametersObject -CertificateSourceParameterResourceGroupName <String>
-CertificateSourceParameterSecretName <String> -CertificateSourceParameterSubscriptionId <String>
-CertificateSourceParameterVaultName <String> -CertificateSource <CertificateSource>
-ProtocolType <ProtocolType> [-CertificateSourceParameterSecretVersion <String>]
[-MinimumTlsVersion <MinimumTlsVersion>]
이후
New-AzCdnUserManagedHttpsParametersObject -CertificateSourceParameterResourceGroupName <String>
-CertificateSourceParameterSecretName <String> -CertificateSourceParameterSubscriptionId <String>
-CertificateSourceParameterTypeName <String> -CertificateSourceParameterVaultName <String>
-CertificateSource <String> -ProtocolType <String> [-CertificateSourceParameterSecretVersion <String>]
[-MinimumTlsVersion <String>]
New-AzFrontDoorCdnEndpoint
- Cmdlet 호환성이 손상되는 변경은 모든 매개 변수 집합에 발생합니다.
- 설명 변경: 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IDeepCreatedOriginGroup' 형식의 'Origin' 속성 형식이 'Microsoft.Azure.Power'에서 변경되었습니다. 'System.Collections.Generic.List'1[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IResourceReference]'에 대한Shell.Cmdlets.Cdn.Models.IResourceReference'.
- 이 변경 내용은 '2025년 5월 19일'에 적용됩니다. 변경 내용은 Az 버전 '14.0.0'에서 적용됩니다.
- 변경 내용은 버전 '5.0.0'에서 적용됩니다.
전에
New-AzFrontDoorCdnEndpoint -EndpointName <String> -ProfileName <String> -ResourceGroupName <String>
[-SubscriptionId <String>] -Location <String>
[-AutoGeneratedDomainNameLabelScope <AutoGeneratedDomainNameLabelScope>] [-EnabledState <EnabledState>]
[-Tag <Hashtable>]
이후
New-AzFrontDoorCdnEndpoint -EndpointName <String> -ProfileName <String> -ResourceGroupName <String>
[-SubscriptionId <String>] -Location <String> [-AutoGeneratedDomainNameLabelScope <String>]
[-EnabledState <String>] [-Tag <Hashtable>]
New-AzFrontDoorCdnOriginGroup
- Cmdlet 호환성이 손상되는 변경은 모든 매개 변수 집합에 발생합니다.
- 설명 변경: 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IResponseBasedOriginErrorDetectionParameters' 형식의 'HttpErrorRange' 속성 형식이 'Microsoft.Azure.'에서 변경되었습니다. PowerShell.Cmdlets.Cdn.Models.IHttpErrorRangeParameters'에서 'System.Collections.Generic.List'1[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IHttpErrorRangeParameters]'로.
- 이 변경 내용은 '2025년 5월 19일'에 적용됩니다. 변경 내용은 Az 버전 '14.0.0'에서 적용됩니다.
- 변경 내용은 버전 '5.0.0'에서 적용됩니다.
전에
New-AzFrontDoorCdnOriginGroup -OriginGroupName <String> -ProfileName <String> -ResourceGroupName <String>
[-SubscriptionId <String>] [-HealthProbeSetting <IHealthProbeParameters>]
[-LoadBalancingSetting <ILoadBalancingSettingsParameters>] [-SessionAffinityState <EnabledState>]
[-TrafficRestorationTimeToHealedOrNewEndpointsInMinute <Int32>]
이후
New-AzFrontDoorCdnOriginGroup -OriginGroupName <String> -ProfileName <String> -ResourceGroupName <String>
[-SubscriptionId <String>] [-HealthProbeSetting <IHealthProbeParameters>]
[-LoadBalancingSetting <ILoadBalancingSettingsParameters>] [-SessionAffinityState <String>]
[-TrafficRestorationTimeToHealedOrNewEndpointsInMinute <Int32>]
New-AzFrontDoorCdnRoute
- Cmdlet 호환성이 손상되는 변경은 모든 매개 변수 집합에 발생합니다.
- 설명 변경: 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IRoute' 형식의 'PatternsToMatch, CompressionSettingContentTypesToCompress' 속성 형식이 'System.String[]'에서 'System.Collections.Generic.List'1[System.String]'으로 변경되었습니다.
- 이 변경 내용은 '2025년 5월 19일'에 적용됩니다. 변경 내용은 Az 버전 '14.0.0'에서 적용됩니다.
- 변경 내용은 버전 '5.0.0'에서 적용됩니다.
전에
New-AzFrontDoorCdnRoute -EndpointName <String> -Name <String> -ProfileName <String> -ResourceGroupName <String>
[-SubscriptionId <String>] [-CacheConfigurationQueryParameter <String>]
[-CacheConfigurationQueryStringCachingBehavior <AfdQueryStringCachingBehavior>]
[-CompressionSettingContentTypesToCompress <String[]>] [-CompressionSettingIsCompressionEnabled]
[-CustomDomain <IActivatedResourceReference[]>] [-EnabledState <EnabledState>]
[-ForwardingProtocol <ForwardingProtocol>] [-HttpsRedirect <HttpsRedirect>]
[-LinkToDefaultDomain <LinkToDefaultDomain>] [-OriginGroupId <String>] [-OriginPath <String>]
[-PatternsToMatch <String[]>] [-RuleSet <IResourceReference[]>] [-SupportedProtocol <AfdEndpointProtocols[]>]
이후
New-AzFrontDoorCdnRoute -Name <String> -EndpointName <String> -ProfileName <String> -ResourceGroupName <String>
[-SubscriptionId <String>] [-CacheConfigurationQueryParameter <String>]
[-CacheConfigurationQueryStringCachingBehavior <String>]
[-CompressionSettingContentTypesToCompress <String[]>] [-CompressionSettingIsCompressionEnabled]
[-CustomDomain <IActivatedResourceReference[]>] [-EnabledState <String>] [-ForwardingProtocol <String>]
[-HttpsRedirect <String>] [-LinkToDefaultDomain <String>] [-OriginGroupId <String>] [-OriginPath <String>]
[-PatternsToMatch <String[]>] [-RuleSet <IResourceReference[]>] [-SupportedProtocol <String[]>]
New-AzFrontDoorCdnRule
Cmdlet 호환성이 손상되는 변경은 모든 매개 변수 집합에 발생합니다.
- 설명 변경: 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IRule' 형식의 'Condition' 속성 형식이 'Microsoft.Azure.PowerShell.Cmdlet'에서 변경되었습니다. 'System.Collections.Generic.List'1[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IDeliveryRuleCondition]'에 대한 .Cdn.Models.IDeliveryRuleCondition'.
- 이 변경 내용은 '2025년 5월 19일'에 적용됩니다. 변경 내용은 Az 버전 '14.0.0'에서 적용됩니다.
- 변경 내용은 버전 '5.0.0'에서 적용됩니다.
매개 변수 호환성이 손상되는 변경은 모든 매개 변수 집합에 발생합니다.
-Action- 'Action' 매개 변수가 변경되고 있습니다. 매개 변수 형식이 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IDeliveryRuleAction1'에서 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IDeliveryRuleAction'으로 변경됩니다.
- 설명 변경: 'Action' 매개 변수의 요소 형식이 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IDeliveryRuleAction1'에서 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IDeliveryRuleAction'으로 변경되었습니다.
- 이 변경 내용은 '2025년 5월 19일'에 적용됩니다. 변경 내용은 Az 버전 '14.0.0'에서 적용됩니다.
- 변경 내용은 버전 '5.0.0'에서 적용됩니다.
전에
New-AzFrontDoorCdnRule -Name <String> -ProfileName <String> -ResourceGroupName <String> -SetName <String>
[-SubscriptionId <String>] [-Action <IDeliveryRuleAction1[]>] [-Condition <IDeliveryRuleCondition[]>]
[-MatchProcessingBehavior <MatchProcessingBehavior>] [-Order <Int32>]
이후
New-AzFrontDoorCdnRule -Name <String> -ProfileName <String> -ResourceGroupName <String> -SetName <String>
[-SubscriptionId <String>] [-Action <IDeliveryRuleAction[]>] [-Condition <IDeliveryRuleCondition[]>]
[-MatchProcessingBehavior <String>] [-Order <Int32>]
Remove-AzCdnEndpoint
- Cmdlet 호환성이 손상되는 변경은 모든 매개 변수 집합에 발생합니다.
- 설명 변경: 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IDeepCreatedOriginGroup' 형식의 'Origin' 속성 형식이 'Microsoft.Azure.Power'에서 변경되었습니다. 'System.Collections.Generic.List'1[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IResourceReference]'에 대한Shell.Cmdlets.Cdn.Models.IResourceReference'.
- 이 변경 내용은 '2025년 5월 19일'에 적용됩니다. 변경 내용은 Az 버전 '14.0.0'에서 적용됩니다.
- 변경 내용은 버전 '5.0.0'에서 적용됩니다.
전에
Remove-AzCdnEndpoint -Name <String> -ProfileName <String> -ResourceGroupName <String>
[-SubscriptionId <String>]
이후
Remove-AzCdnEndpoint -Name <String> -ProfileName <String> -ResourceGroupName <String>
[-SubscriptionId <String>]
Remove-AzCdnOriginGroup
- Cmdlet 호환성이 손상되는 변경은 모든 매개 변수 집합에 발생합니다.
- 설명 변경: 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IResponseBasedOriginErrorDetectionParameters' 형식의 'HttpErrorRange' 속성 형식이 'Microsoft.Azure.'에서 변경되었습니다. PowerShell.Cmdlets.Cdn.Models.IHttpErrorRangeParameters'에서 'System.Collections.Generic.List'1[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IHttpErrorRangeParameters]'로.
- 이 변경 내용은 '2025년 5월 19일'에 적용됩니다. 변경 내용은 Az 버전 '14.0.0'에서 적용됩니다.
- 변경 내용은 버전 '5.0.0'에서 적용됩니다.
전에
Remove-AzCdnOriginGroup -EndpointName <String> -Name <String> -ProfileName <String> -ResourceGroupName <String>
[-SubscriptionId <String>]
이후
Remove-AzCdnOriginGroup -EndpointName <String> -Name <String> -ProfileName <String> -ResourceGroupName <String>
[-SubscriptionId <String>]
Remove-AzFrontDoorCdnEndpoint
- Cmdlet 호환성이 손상되는 변경은 모든 매개 변수 집합에 발생합니다.
- 설명 변경: 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IDeepCreatedOriginGroup' 형식의 'Origin' 속성 형식이 'Microsoft.Azure.Power'에서 변경되었습니다. 'System.Collections.Generic.List'1[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IResourceReference]'에 대한Shell.Cmdlets.Cdn.Models.IResourceReference'.
- 이 변경 내용은 '2025년 5월 19일'에 적용됩니다. 변경 내용은 Az 버전 '14.0.0'에서 적용됩니다.
- 변경 내용은 버전 '5.0.0'에서 적용됩니다.
전에
Remove-AzFrontDoorCdnEndpoint -EndpointName <String> -ProfileName <String> -ResourceGroupName <String>
[-SubscriptionId <String>]
이후
Remove-AzFrontDoorCdnEndpoint -EndpointName <String> -ProfileName <String> -ResourceGroupName <String>
[-SubscriptionId <String>]
Remove-AzFrontDoorCdnOriginGroup
- Cmdlet 호환성이 손상되는 변경은 모든 매개 변수 집합에 발생합니다.
- 설명 변경: 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IResponseBasedOriginErrorDetectionParameters' 형식의 'HttpErrorRange' 속성 형식이 'Microsoft.Azure.'에서 변경되었습니다. PowerShell.Cmdlets.Cdn.Models.IHttpErrorRangeParameters'에서 'System.Collections.Generic.List'1[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IHttpErrorRangeParameters]'로.
- 이 변경 내용은 '2025년 5월 19일'에 적용됩니다. 변경 내용은 Az 버전 '14.0.0'에서 적용됩니다.
- 변경 내용은 버전 '5.0.0'에서 적용됩니다.
전에
Remove-AzFrontDoorCdnOriginGroup -OriginGroupName <String> -ProfileName <String> -ResourceGroupName <String>
[-SubscriptionId <String>]
이후
Remove-AzFrontDoorCdnOriginGroup -OriginGroupName <String> -ProfileName <String> -ResourceGroupName <String>
[-SubscriptionId <String>]
Remove-AzFrontDoorCdnRoute
- Cmdlet 호환성이 손상되는 변경은 모든 매개 변수 집합에 발생합니다.
- 설명 변경: 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IRoute' 형식의 'PatternsToMatch, CompressionSettingContentTypesToCompress' 속성 형식이 'System.String[]'에서 'System.Collections.Generic.List'1[System.String]'으로 변경되었습니다.
- 이 변경 내용은 '2025년 5월 19일'에 적용됩니다. 변경 내용은 Az 버전 '14.0.0'에서 적용됩니다.
- 변경 내용은 버전 '5.0.0'에서 적용됩니다.
전에
Remove-AzFrontDoorCdnRoute -EndpointName <String> -Name <String> -ProfileName <String>
-ResourceGroupName <String> [-SubscriptionId <String>]
이후
Remove-AzFrontDoorCdnRoute -EndpointName <String> -Name <String> -ProfileName <String>
-ResourceGroupName <String> [-SubscriptionId <String>]
Remove-AzFrontDoorCdnRule
- Cmdlet 호환성이 손상되는 변경은 모든 매개 변수 집합에 발생합니다.
- 설명 변경: 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IRule' 형식의 'Condition' 속성 형식이 'Microsoft.Azure.PowerShell.Cmdlet'에서 변경되었습니다. 'System.Collections.Generic.List'1[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IDeliveryRuleCondition]'에 대한 .Cdn.Models.IDeliveryRuleCondition'.
- 이 변경 내용은 '2025년 5월 19일'에 적용됩니다. 변경 내용은 Az 버전 '14.0.0'에서 적용됩니다.
- 변경 내용은 버전 '5.0.0'에서 적용됩니다.
전에
Remove-AzFrontDoorCdnRule -Name <String> -ProfileName <String> -ResourceGroupName <String> -SetName <String>
[-SubscriptionId <String>]
이후
Remove-AzFrontDoorCdnRule -Name <String> -ProfileName <String> -ResourceGroupName <String> -SetName <String>
[-SubscriptionId <String>]
Start-AzCdnEndpoint
- Cmdlet 호환성이 손상되는 변경은 모든 매개 변수 집합에 발생합니다.
- 설명 변경: 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IDeepCreatedOriginGroup' 형식의 'Origin' 속성 형식이 'Microsoft.Azure.Power'에서 변경되었습니다. 'System.Collections.Generic.List'1[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IResourceReference]'에 대한Shell.Cmdlets.Cdn.Models.IResourceReference'.
- 이 변경 내용은 '2025년 5월 19일'에 적용됩니다. 변경 내용은 Az 버전 '14.0.0'에서 적용됩니다.
- 변경 내용은 버전 '5.0.0'에서 적용됩니다.
전에
Start-AzCdnEndpoint -Name <String> -ProfileName <String> -ResourceGroupName <String> [-SubscriptionId <String>]
이후
Start-AzCdnEndpoint -Name <String> -ProfileName <String> -ResourceGroupName <String> [-SubscriptionId <String>]
Stop-AzCdnEndpoint
- Cmdlet 호환성이 손상되는 변경은 모든 매개 변수 집합에 발생합니다.
- 설명 변경: 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IDeepCreatedOriginGroup' 형식의 'Origin' 속성 형식이 'Microsoft.Azure.Power'에서 변경되었습니다. 'System.Collections.Generic.List'1[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IResourceReference]'에 대한Shell.Cmdlets.Cdn.Models.IResourceReference'.
- 이 변경 내용은 '2025년 5월 19일'에 적용됩니다. 변경 내용은 Az 버전 '14.0.0'에서 적용됩니다.
- 변경 내용은 버전 '5.0.0'에서 적용됩니다.
전에
Stop-AzCdnEndpoint -Name <String> -ProfileName <String> -ResourceGroupName <String> [-SubscriptionId <String>]
이후
Stop-AzCdnEndpoint -Name <String> -ProfileName <String> -ResourceGroupName <String> [-SubscriptionId <String>]
Update-AzCdnEndpoint
- Cmdlet 호환성이 손상되는 변경은 모든 매개 변수 집합에 발생합니다.
- 설명 변경: 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IDeepCreatedOriginGroup' 형식의 'Origin' 속성 형식이 'Microsoft.Azure.Power'에서 변경되었습니다. 'System.Collections.Generic.List'1[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IResourceReference]'에 대한Shell.Cmdlets.Cdn.Models.IResourceReference'.
- 이 변경 내용은 '2025년 5월 19일'에 적용됩니다. 변경 내용은 Az 버전 '14.0.0'에서 적용됩니다.
- 변경 내용은 버전 '5.0.0'에서 적용됩니다.
전에
Update-AzCdnEndpoint -Name <String> -ProfileName <String> -ResourceGroupName <String>
[-SubscriptionId <String>] [-ContentTypesToCompress <String[]>] [-DefaultOriginGroupId <String>]
[-DeliveryPolicyDescription <String>] [-DeliveryPolicyRule <IDeliveryRule[]>] [-GeoFilter <IGeoFilter[]>]
[-IsCompressionEnabled] [-IsHttpAllowed] [-IsHttpsAllowed] [-OptimizationType <OptimizationType>]
[-OriginHostHeader <String>] [-OriginPath <String>] [-ProbePath <String>]
[-QueryStringCachingBehavior <QueryStringCachingBehavior>] [-Tag <Hashtable>]
[-UrlSigningKey <IUrlSigningKey[]>] [-WebApplicationFirewallPolicyLinkId <String>]
이후
Update-AzCdnEndpoint -Name <String> -ProfileName <String> -ResourceGroupName <String>
[-SubscriptionId <String>] [-ContentTypesToCompress <String[]>] [-DefaultOriginGroupId <String>]
[-DeliveryPolicyDescription <String>] [-DeliveryPolicyRule <IDeliveryRule[]>] [-GeoFilter <IGeoFilter[]>]
[-IsCompressionEnabled] [-IsHttpAllowed] [-IsHttpsAllowed] [-OptimizationType <String>]
[-OriginHostHeader <String>] [-OriginPath <String>] [-ProbePath <String>]
[-QueryStringCachingBehavior <String>] [-Tag <Hashtable>] [-UrlSigningKey <IUrlSigningKey[]>]
[-WebApplicationFirewallPolicyLinkId <String>]
Update-AzCdnOriginGroup
- Cmdlet 호환성이 손상되는 변경은 모든 매개 변수 집합에 발생합니다.
- 설명 변경: 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IResponseBasedOriginErrorDetectionParameters' 형식의 'HttpErrorRange' 속성 형식이 'Microsoft.Azure.'에서 변경되었습니다. PowerShell.Cmdlets.Cdn.Models.IHttpErrorRangeParameters'에서 'System.Collections.Generic.List'1[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IHttpErrorRangeParameters]'로.
- 이 변경 내용은 '2025년 5월 19일'에 적용됩니다. 변경 내용은 Az 버전 '14.0.0'에서 적용됩니다.
- 변경 내용은 버전 '5.0.0'에서 적용됩니다.
전에
Update-AzCdnOriginGroup -EndpointName <String> -Name <String> -ProfileName <String> -ResourceGroupName <String>
[-SubscriptionId <String>] [-HealthProbeSetting <IHealthProbeParameters>] [-Origin <IResourceReference[]>]
[-ResponseBasedOriginErrorDetectionSetting <IResponseBasedOriginErrorDetectionParameters>]
[-TrafficRestorationTimeToHealedOrNewEndpointsInMinute <Int32>]
이후
Update-AzCdnOriginGroup -EndpointName <String> -Name <String> -ProfileName <String> -ResourceGroupName <String>
[-SubscriptionId <String>] [-HealthProbeSetting <IHealthProbeParameters>] [-Origin <IResourceReference[]>]
[-ResponseBasedOriginErrorDetectionSetting <IResponseBasedOriginErrorDetectionParameters>]
[-TrafficRestorationTimeToHealedOrNewEndpointsInMinute <Int32>]
Update-AzFrontDoorCdnEndpoint
- Cmdlet 호환성이 손상되는 변경은 모든 매개 변수 집합에 발생합니다.
- 설명 변경: 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IDeepCreatedOriginGroup' 형식의 'Origin' 속성 형식이 'Microsoft.Azure.Power'에서 변경되었습니다. 'System.Collections.Generic.List'1[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IResourceReference]'에 대한Shell.Cmdlets.Cdn.Models.IResourceReference'.
- 이 변경 내용은 '2025년 5월 19일'에 적용됩니다. 변경 내용은 Az 버전 '14.0.0'에서 적용됩니다.
- 변경 내용은 버전 '5.0.0'에서 적용됩니다.
전에
Update-AzFrontDoorCdnEndpoint -EndpointName <String> -ProfileName <String> -ResourceGroupName <String>
[-SubscriptionId <String>] [-EnabledState <EnabledState>] [-Tag <Hashtable>]
이후
Update-AzFrontDoorCdnEndpoint -EndpointName <String> -ProfileName <String> -ResourceGroupName <String>
[-SubscriptionId <String>] [-EnabledState <String>] [-Tag <Hashtable>]
Update-AzFrontDoorCdnOriginGroup
- Cmdlet 호환성이 손상되는 변경은 모든 매개 변수 집합에 발생합니다.
- 설명 변경: 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IResponseBasedOriginErrorDetectionParameters' 형식의 'HttpErrorRange' 속성 형식이 'Microsoft.Azure.'에서 변경되었습니다. PowerShell.Cmdlets.Cdn.Models.IHttpErrorRangeParameters'에서 'System.Collections.Generic.List'1[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IHttpErrorRangeParameters]'로.
- 이 변경 내용은 '2025년 5월 19일'에 적용됩니다. 변경 내용은 Az 버전 '14.0.0'에서 적용됩니다.
- 변경 내용은 버전 '5.0.0'에서 적용됩니다.
전에
Update-AzFrontDoorCdnOriginGroup -OriginGroupName <String> -ProfileName <String> -ResourceGroupName <String>
[-SubscriptionId <String>] [-HealthProbeSetting <IHealthProbeParameters>]
[-LoadBalancingSetting <ILoadBalancingSettingsParameters>] [-SessionAffinityState <EnabledState>]
[-TrafficRestorationTimeToHealedOrNewEndpointsInMinute <Int32>]
이후
Update-AzFrontDoorCdnOriginGroup -OriginGroupName <String> -ProfileName <String> -ResourceGroupName <String>
[-SubscriptionId <String>] [-HealthProbeSetting <IHealthProbeParameters>]
[-LoadBalancingSetting <ILoadBalancingSettingsParameters>] [-SessionAffinityState <String>]
[-TrafficRestorationTimeToHealedOrNewEndpointsInMinute <Int32>]
Update-AzFrontDoorCdnRoute
- Cmdlet 호환성이 손상되는 변경은 모든 매개 변수 집합에 발생합니다.
- 설명 변경: 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IRoute' 형식의 'PatternsToMatch, CompressionSettingContentTypesToCompress' 속성 형식이 'System.String[]'에서 'System.Collections.Generic.List'1[System.String]'으로 변경되었습니다.
- 이 변경 내용은 '2025년 5월 19일'에 적용됩니다. 변경 내용은 Az 버전 '14.0.0'에서 적용됩니다.
- 변경 내용은 버전 '5.0.0'에서 적용됩니다.
전에
Update-AzFrontDoorCdnRoute -EndpointName <String> -Name <String> -ProfileName <String>
-ResourceGroupName <String> [-SubscriptionId <String>] [-CacheConfigurationQueryParameter <String>]
[-CacheConfigurationQueryStringCachingBehavior <AfdQueryStringCachingBehavior>]
[-CompressionSettingContentTypesToCompress <String[]>] [-CompressionSettingIsCompressionEnabled]
[-CustomDomain <IActivatedResourceReference[]>] [-EnabledState <EnabledState>]
[-ForwardingProtocol <ForwardingProtocol>] [-HttpsRedirect <HttpsRedirect>]
[-LinkToDefaultDomain <LinkToDefaultDomain>] [-OriginGroupId <String>] [-OriginPath <String>]
[-PatternsToMatch <String[]>] [-RuleSet <IResourceReference[]>] [-SupportedProtocol <AfdEndpointProtocols[]>]
이후
Update-AzFrontDoorCdnRoute -EndpointName <String> -Name <String> -ProfileName <String>
-ResourceGroupName <String> [-SubscriptionId <String>] [-CacheConfigurationQueryParameter <String>]
[-CacheConfigurationQueryStringCachingBehavior <String>]
[-CompressionSettingContentTypesToCompress <String[]>] [-CompressionSettingIsCompressionEnabled]
[-CustomDomain <IActivatedResourceReference[]>] [-EnabledState <String>] [-ForwardingProtocol <String>]
[-HttpsRedirect <String>] [-LinkToDefaultDomain <String>] [-OriginGroupId <String>] [-OriginPath <String>]
[-PatternsToMatch <String[]>] [-RuleSet <IResourceReference[]>] [-SupportedProtocol <String[]>]
Update-AzFrontDoorCdnRule
Cmdlet 호환성이 손상되는 변경은 모든 매개 변수 집합에 발생합니다.
- 설명 변경: 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IRule' 형식의 'Condition' 속성 형식이 'Microsoft.Azure.PowerShell.Cmdlet'에서 변경되었습니다. 'System.Collections.Generic.List'1[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IDeliveryRuleCondition]'에 대한 .Cdn.Models.IDeliveryRuleCondition'.
- 이 변경 내용은 '2025년 5월 19일'에 적용됩니다. 변경 내용은 Az 버전 '14.0.0'에서 적용됩니다.
- 변경 내용은 버전 '5.0.0'에서 적용됩니다.
매개 변수 호환성이 손상되는 변경은 모든 매개 변수 집합에 발생합니다.
-Action- 'Action' 매개 변수가 변경되고 있습니다. 매개 변수 형식이 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IDeliveryRuleAction1'에서 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IDeliveryRuleAction'으로 변경됩니다.
- 설명 변경: 'Action' 매개 변수의 요소 형식이 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.Api20240201.IDeliveryRuleAction1'에서 'Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IDeliveryRuleAction'으로 변경되었습니다.
- 이 변경 내용은 '2025년 5월 19일'에 적용됩니다. 변경 내용은 Az 버전 '14.0.0'에서 적용됩니다.
- 변경 내용은 버전 '5.0.0'에서 적용됩니다.
전에
Update-AzFrontDoorCdnRule -Name <String> -ProfileName <String> -ResourceGroupName <String> -SetName <String>
[-SubscriptionId <String>] [-Action <IDeliveryRuleAction1[]>] [-Condition <IDeliveryRuleCondition[]>]
[-MatchProcessingBehavior <MatchProcessingBehavior>] [-Order <Int32>]
이후
Update-AzFrontDoorCdnRule -Name <String> -ProfileName <String> -ResourceGroupName <String> -SetName <String>
[-SubscriptionId <String>] [-Action <IDeliveryRuleAction[]>] [-Condition <IDeliveryRuleCondition[]>]
[-MatchProcessingBehavior <String>] [-Order <Int32>]
Az.Compute
Get-AzVMSize
- Cmdlet 호환성이 손상되는 변경은 모든 매개 변수 집합에 발생합니다.
- "ListVirtualMachineSize" 매개 변수 집합은 API로 사용되지 않습니다. "Virtual Machine Sizes - List"는 더 이상 사용되지 않습니다. 구독 또는 위치별로 사용 가능한 VM 크기를 나열하려면 대신 "Get-AzComputeResourceSku"를 사용하세요. 다른 매개 변수 집합: "가용성 집합에 사용 가능한 크기 나열" 및 "Virtual Machine에 사용 가능한 크기 나열"이 계속 지원됩니다.
- 이 변경 내용은 Az.Compute 버전: 10.0.0 및 Az 버전: 14.0.0에서 적용됩니다.
전에
Get-AzVMSize -Location <string>
이후
Get-AzComputeResourceSku -Location <string>
Az.Resources
Get-AzResource
- Cmdlet 호환성이 손상되는 변경은 모든 매개 변수 집합에 발생합니다.
- 리소스 종류에 대한 API 버전은 최신 버전 대신 기본 버전을 사용하도록 업데이트됩니다.
- 이 변경 내용은 Az.Resources 버전: 8.0.0 및 Az 버전: 14.0.0에서 적용됩니다.
Invoke-AzResourceAction
- Cmdlet 호환성이 손상되는 변경은 모든 매개 변수 집합에 발생합니다.
- 리소스 종류에 대한 API 버전은 최신 버전 대신 기본 버전을 사용하도록 업데이트됩니다.
- 이 변경 내용은 Az.Resources 버전: 8.0.0 및 Az 버전: 14.0.0에서 적용됩니다.
- 대부분의 경우 이 변경으로 인해 중단이 발생하지 않습니다. 예기치 않은 항목이 표시되면 사용된 API 버전을 수동으로 지정할 수 있습니다.
전에
Invoke-AzResourceAction -ResourceGroupName <resource group> -Name <resource> -ResourceType <resource type> -Action <action>
이후
Invoke-AzResourceAction -ResourceGroupName <resource group> -Name <resource> -ResourceType <resource type> -Action <action> -ApiVersion <api version>
New-AzResource
- Cmdlet 호환성이 손상되는 변경은 모든 매개 변수 집합에 발생합니다.
- 리소스 종류에 대한 API 버전은 최신 버전 대신 기본 버전을 사용하도록 업데이트됩니다.
- 이 변경 내용은 Az.Resources 버전: 8.0.0 및 Az 버전: 14.0.0에서 적용됩니다.
- 대부분의 경우 이 변경으로 인해 중단이 발생하지 않습니다. 예기치 않은 항목이 표시되면 사용된 API 버전을 수동으로 지정할 수 있습니다.
전에
New-AzResource -ResourceGroupName <resource group> -Name <resource> -ResourceType <resource type>
이후
New-AzResource -ResourceGroupName <resource group> -Name <resource> -ResourceType <resource type> -ApiVersion <api version>
Move-AzResource
- Cmdlet 호환성이 손상되는 변경은 모든 매개 변수 집합에 발생합니다.
- 리소스 종류에 대한 API 버전은 최신 버전 대신 기본 버전을 사용하도록 업데이트됩니다.
- 이 변경 내용은 Az.Resources 버전: 8.0.0 및 Az 버전: 14.0.0에서 적용됩니다.
- 대부분의 경우 이 변경으로 인해 중단이 발생하지 않습니다. 예기치 않은 항목이 표시되면 사용된 API 버전을 수동으로 지정할 수 있습니다.
전에
Move-AzResource -ResourceGroupName <resource group> -Name <resource> -ResourceType <resource type>
이후
Move-AzResource -ResourceGroupName <resource group> -Name <resource> -ResourceType <resource type> -ApiVersion <api version>
Remove-AzResource
- Cmdlet 호환성이 손상되는 변경은 모든 매개 변수 집합에 발생합니다.
- 리소스 종류에 대한 API 버전은 최신 버전 대신 기본 버전을 사용하도록 업데이트됩니다.
- 이 변경 내용은 Az.Resources 버전: 8.0.0 및 Az 버전: 14.0.0에서 적용됩니다.
전에
Remove-AzResource -ResourceGroupName <resource group> -Name <resource> -ResourceType <resource type>
이후
Remove-AzResource -ResourceGroupName <resource group> -Name <resource> -ResourceType <resource type> -ApiVersion <api version>
Set-AzResource
- Cmdlet 호환성이 손상되는 변경은 모든 매개 변수 집합에 발생합니다.
- 리소스 종류에 대한 API 버전은 최신 버전 대신 기본 버전을 사용하도록 업데이트됩니다.
- 이 변경 내용은 Az.Resources 버전: 8.0.0 및 Az 버전: 14.0.0에서 적용됩니다.
- 대부분의 경우 이 변경으로 인해 중단이 발생하지 않습니다. 예기치 않은 항목이 표시되면 사용된 API 버전을 수동으로 지정할 수 있습니다.
전에
Set-AzResource -ResourceGroupName <resource group> -Name <resource> -ResourceType <resource type>
이후
Set-AzResource -ResourceGroupName <resource group> -Name <resource> -ResourceType <resource type> -ApiVersion <api version>
Az.Storage
Set-AzStorageFileContent
- Cmdlet 호환성이 손상되는 변경은 모든 매개 변수 집합에 발생합니다.
- ContentHash 속성은 파일 크기 > 가 1TB일 때 업로드된 Azure 파일에서 제거되거나 Oauth credencial 또는 -DisAllowTrailingDot를 사용하여 업로드됩니다.
- 이 변경 내용은 Az.Storage 버전: 9.0.0 및 Az 버전: 14.0.0에서 적용됩니다.
전에
Set-AzStorageFileContent -ShareName $shareName -Path $filename -Source $localSrcFile -Context $ctxoauth
이후
# If need contenthash in MD5, need set it after upload file
$file = Set-AzStorageFileContent -ShareName $shareName -Path $filename -Source $localSrcFile -Context $ctxoauth -PassThru
$md5 = New-Object -TypeName System.Security.Cryptography.MD5CryptoServiceProvider
$filems5 = $md5.ComputeHash([System.IO.File]::ReadAllBytes($localSrcFile))
$file.ShareFileClient.SetHttpHeaders(@{"HttpHeaders" = @{"ContentHash" = $filems5}})
Start-AzStorageAccountMigration
- Cmdlet 호환성이 손상되는 변경은 모든 매개 변수 집합에 발생합니다. 계정의 중복 구성을 변환할 때 사용자의 확인이 필요한 프롬프트가 추가됩니다. -Force로 표시하지 않습니다.
- 이 변경 내용은 '2025년 5월 19일'에 적용됩니다. 변경 내용은 Az 버전 '14.0.0'에서 적용됩니다.
- 변경 내용은 버전 '9.0.0'에서 적용됩니다.
전에
Start-AzStorageAccountMigration -AccountName myaccount -ResourceGroupName myresourcegroup -TargetSku Standard_LRS -Name migration1 -AsJob
이후
Start-AzStorageAccountMigration -AccountName myaccount -ResourceGroupName myresourcegroup -TargetSku Standard_LRS -Name migration1 -Force -AsJob
Azure PowerShell