From 3e6f969873341378d62778a2a41a9de4a03482cd Mon Sep 17 00:00:00 2001 From: Matthew Christopher Date: Fri, 18 Mar 2022 11:48:11 -0700 Subject: [PATCH] ARM ID annotations for Compute VMSS/VMs --- .../Microsoft.Compute/stable/2020-12-01/compute.json | 2 ++ .../Microsoft.Compute/stable/2021-03-01/compute.json | 2 ++ .../Microsoft.Compute/stable/2021-04-01/compute.json | 2 ++ .../Microsoft.Compute/stable/2021-07-01/compute.json | 2 ++ .../Microsoft.Compute/stable/2021-11-01/compute.json | 2 ++ .../stable/2022-03-01/ComputeRP/computeRPCommon.json | 1 + .../Microsoft.Compute/stable/2022-03-01/common.json | 1 + 7 files changed, 12 insertions(+) diff --git a/specification/compute/resource-manager/Microsoft.Compute/stable/2020-12-01/compute.json b/specification/compute/resource-manager/Microsoft.Compute/stable/2020-12-01/compute.json index b04ece567a3c..2000f8268a54 100644 --- a/specification/compute/resource-manager/Microsoft.Compute/stable/2020-12-01/compute.json +++ b/specification/compute/resource-manager/Microsoft.Compute/stable/2020-12-01/compute.json @@ -10624,6 +10624,7 @@ "properties": { "id": { "type": "string", + "format": "arm-id", "description": "The ARM resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/..." } }, @@ -12342,6 +12343,7 @@ "properties": { "id": { "type": "string", + "format": "arm-id", "description": "Resource Id" } }, 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 f86d398af861..bdebf3b1efa4 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 @@ -11767,6 +11767,7 @@ "properties": { "id": { "type": "string", + "format": "arm-id", "description": "The ARM resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/..." } }, @@ -13591,6 +13592,7 @@ "properties": { "id": { "type": "string", + "format": "arm-id", "description": "Resource Id" } }, diff --git a/specification/compute/resource-manager/Microsoft.Compute/stable/2021-04-01/compute.json b/specification/compute/resource-manager/Microsoft.Compute/stable/2021-04-01/compute.json index aed3b6fadae9..a11fe02ecb60 100644 --- a/specification/compute/resource-manager/Microsoft.Compute/stable/2021-04-01/compute.json +++ b/specification/compute/resource-manager/Microsoft.Compute/stable/2021-04-01/compute.json @@ -12700,6 +12700,7 @@ "properties": { "id": { "type": "string", + "format": "arm-id", "description": "The ARM resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/..." } }, @@ -14536,6 +14537,7 @@ "properties": { "id": { "type": "string", + "format": "arm-id", "description": "Resource Id" } }, diff --git a/specification/compute/resource-manager/Microsoft.Compute/stable/2021-07-01/compute.json b/specification/compute/resource-manager/Microsoft.Compute/stable/2021-07-01/compute.json index 20c472d1383b..118e26d18099 100644 --- a/specification/compute/resource-manager/Microsoft.Compute/stable/2021-07-01/compute.json +++ b/specification/compute/resource-manager/Microsoft.Compute/stable/2021-07-01/compute.json @@ -12815,6 +12815,7 @@ "properties": { "id": { "type": "string", + "format": "arm-id", "description": "The ARM resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/..." } }, @@ -14659,6 +14660,7 @@ "properties": { "id": { "type": "string", + "format": "arm-id", "description": "Resource Id" } }, diff --git a/specification/compute/resource-manager/Microsoft.Compute/stable/2021-11-01/compute.json b/specification/compute/resource-manager/Microsoft.Compute/stable/2021-11-01/compute.json index a9e5ac04209a..ea986b7429d4 100644 --- a/specification/compute/resource-manager/Microsoft.Compute/stable/2021-11-01/compute.json +++ b/specification/compute/resource-manager/Microsoft.Compute/stable/2021-11-01/compute.json @@ -14649,6 +14649,7 @@ "properties": { "id": { "type": "string", + "format": "arm-id", "description": "The ARM resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/..." } }, @@ -16537,6 +16538,7 @@ "properties": { "id": { "type": "string", + "format": "arm-id", "description": "Resource Id" } }, diff --git a/specification/compute/resource-manager/Microsoft.Compute/stable/2022-03-01/ComputeRP/computeRPCommon.json b/specification/compute/resource-manager/Microsoft.Compute/stable/2022-03-01/ComputeRP/computeRPCommon.json index 67d67ede60b0..7d2392142661 100644 --- a/specification/compute/resource-manager/Microsoft.Compute/stable/2022-03-01/ComputeRP/computeRPCommon.json +++ b/specification/compute/resource-manager/Microsoft.Compute/stable/2022-03-01/ComputeRP/computeRPCommon.json @@ -1667,6 +1667,7 @@ "properties": { "id": { "type": "string", + "format": "arm-id", "description": "The ARM resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/..." } }, diff --git a/specification/compute/resource-manager/Microsoft.Compute/stable/2022-03-01/common.json b/specification/compute/resource-manager/Microsoft.Compute/stable/2022-03-01/common.json index 9e51f0fa8de6..7280bfe9d6b3 100644 --- a/specification/compute/resource-manager/Microsoft.Compute/stable/2022-03-01/common.json +++ b/specification/compute/resource-manager/Microsoft.Compute/stable/2022-03-01/common.json @@ -145,6 +145,7 @@ "properties": { "id": { "type": "string", + "format": "arm-id", "description": "Resource Id" } },