diff --git a/specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/compute.json b/specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/compute.json index 5cfd2ded350b..e9a85e7e67c7 100644 --- a/specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/compute.json +++ b/specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/compute.json @@ -10397,7 +10397,7 @@ }, "PublicIPAddressSku": { "properties": { - "publicIPAddressSkuName": { + "name": { "type": "string", "description": "Specify public IP sku name", "enum": [ @@ -10409,7 +10409,7 @@ "modelAsString": true } }, - "publicIPAddressSkuTier": { + "tier": { "type": "string", "description": "Specify public IP sku tier", "enum": [ @@ -10422,9 +10422,6 @@ } } }, - "required": [ - "publicIPAddressSkuName" - ], "description": "Describes the public IP Sku" }, "VirtualMachinePublicIPAddressConfiguration": { diff --git a/specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/CreateAVmWithNetworkInterfaceConfiguration.json b/specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/CreateAVmWithNetworkInterfaceConfiguration.json index 75cb4f765ab2..088045553d1a 100644 --- a/specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/CreateAVmWithNetworkInterfaceConfiguration.json +++ b/specification/compute/resource-manager/Microsoft.Compute/stable/2021-03-01/examples/CreateAVmWithNetworkInterfaceConfiguration.json @@ -42,8 +42,8 @@ "publicIPAddressConfiguration": { "name": "{publicIP-config-name}", "sku": { - "publicIPAddressSkuName": "Basic", - "publicIPAddressSkuTier": "Global" + "name": "Basic", + "tier": "Global" }, "properties": { "deleteOption": "Detach",