From e9325d60b5b83ece161105f76f9db2535e900b87 Mon Sep 17 00:00:00 2001 From: Sanya Kochhar <42152676+SanyaKochhar@users.noreply.github.com> Date: Wed, 16 Aug 2023 20:21:47 -0400 Subject: [PATCH] asm: update examples to use asm- prefix for revisions (#25248) --- .../examples/ManagedClustersGet_MeshRevisionProfile.json | 4 ++-- .../examples/ManagedClustersGet_MeshUpgradeProfile.json | 2 +- .../examples/ManagedClustersList_MeshRevisionProfiles.json | 4 ++-- .../examples/ManagedClustersList_MeshUpgradeProfiles.json | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2023-06-02-preview/examples/ManagedClustersGet_MeshRevisionProfile.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2023-06-02-preview/examples/ManagedClustersGet_MeshRevisionProfile.json index 0865202ae4b6..1838f4d4fba2 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2023-06-02-preview/examples/ManagedClustersGet_MeshRevisionProfile.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2023-06-02-preview/examples/ManagedClustersGet_MeshRevisionProfile.json @@ -14,7 +14,7 @@ "properties": { "meshRevisions": [ { - "revision": "1-17", + "revision": "asm-1-17", "upgrades": [ "1-18" ], @@ -31,7 +31,7 @@ ] }, { - "revision": "1-18", + "revision": "asm-1-18", "upgrades": [], "compatibleWith": [ { diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2023-06-02-preview/examples/ManagedClustersGet_MeshUpgradeProfile.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2023-06-02-preview/examples/ManagedClustersGet_MeshUpgradeProfile.json index b8dfd3da3cd0..142014330b72 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2023-06-02-preview/examples/ManagedClustersGet_MeshUpgradeProfile.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2023-06-02-preview/examples/ManagedClustersGet_MeshUpgradeProfile.json @@ -13,7 +13,7 @@ "type": "Microsoft.ContainerService/managedClusters/meshUpgradeProfiles", "name": "istio", "properties": { - "revision": "1-17", + "revision": "asm-1-17", "upgrades": [ "1-18" ], diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2023-06-02-preview/examples/ManagedClustersList_MeshRevisionProfiles.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2023-06-02-preview/examples/ManagedClustersList_MeshRevisionProfiles.json index 2e9117e6a6f9..76bca7a38246 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2023-06-02-preview/examples/ManagedClustersList_MeshRevisionProfiles.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2023-06-02-preview/examples/ManagedClustersList_MeshRevisionProfiles.json @@ -15,7 +15,7 @@ "properties": { "meshRevisions": [ { - "revision": "1-17", + "revision": "asm-1-17", "upgrades": [ "1-18" ], @@ -32,7 +32,7 @@ ] }, { - "revision": "1-18", + "revision": "asm-1-18", "upgrades": [], "compatibleWith": [ { diff --git a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2023-06-02-preview/examples/ManagedClustersList_MeshUpgradeProfiles.json b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2023-06-02-preview/examples/ManagedClustersList_MeshUpgradeProfiles.json index 7bd552e65357..e98b0cc14af0 100644 --- a/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2023-06-02-preview/examples/ManagedClustersList_MeshUpgradeProfiles.json +++ b/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2023-06-02-preview/examples/ManagedClustersList_MeshUpgradeProfiles.json @@ -14,7 +14,7 @@ "type": "Microsoft.ContainerService/managedClusters/meshUpgradeProfiles", "name": "istio", "properties": { - "revision": "1-17", + "revision": "asm-1-17", "upgrades": [ "1-18" ],