diff --git a/specification/app/resource-manager/Microsoft.App/preview/2022-06-01-preview/ContainerAppsRevisions.json b/specification/app/resource-manager/Microsoft.App/preview/2022-06-01-preview/ContainerAppsRevisions.json index 2b45b3bc12c1..5ac279e1e77d 100644 --- a/specification/app/resource-manager/Microsoft.App/preview/2022-06-01-preview/ContainerAppsRevisions.json +++ b/specification/app/resource-manager/Microsoft.App/preview/2022-06-01-preview/ContainerAppsRevisions.json @@ -436,17 +436,6 @@ "type": "integer", "readOnly": true }, - "trafficLabels": { - "description": "Traffic labels associated with this revision", - "type": "array", - "items": { - "$ref": "#/definitions/TrafficLabel" - }, - "x-ms-identifiers": [ - "label" - ], - "readOnly": true - }, "provisioningError": { "description": "Optional Field - Platform Error Message", "type": "string", @@ -487,22 +476,6 @@ } } }, - "TrafficLabel": { - "description": "Traffic label information", - "type": "object", - "properties": { - "label": { - "description": "Traffic label assigned to a revision", - "type": "string", - "readOnly": true - }, - "fqdn": { - "description": "Fully qualified domain name of a labelled revision", - "type": "string", - "readOnly": true - } - } - }, "RevisionCollection": { "description": "Container App Revisions collection ARM resource.", "required": [ diff --git a/specification/app/resource-manager/Microsoft.App/preview/2022-06-01-preview/examples/Revisions_Get.json b/specification/app/resource-manager/Microsoft.App/preview/2022-06-01-preview/examples/Revisions_Get.json index 323fa04ef317..98063fc987eb 100644 --- a/specification/app/resource-manager/Microsoft.App/preview/2022-06-01-preview/examples/Revisions_Get.json +++ b/specification/app/resource-manager/Microsoft.App/preview/2022-06-01-preview/examples/Revisions_Get.json @@ -43,12 +43,6 @@ } }, "trafficWeight": 80, - "trafficLabels": [ - { - "label": "blue", - "fqdn": "testcontainerApp0---blue.politehill-ab123456.eastus.azurecontainerapps.io" - } - ], "active": true, "replicas": 1 } diff --git a/specification/app/resource-manager/Microsoft.App/preview/2022-06-01-preview/examples/Revisions_List.json b/specification/app/resource-manager/Microsoft.App/preview/2022-06-01-preview/examples/Revisions_List.json index 0839c7bf4723..cc1f1eea33c9 100644 --- a/specification/app/resource-manager/Microsoft.App/preview/2022-06-01-preview/examples/Revisions_List.json +++ b/specification/app/resource-manager/Microsoft.App/preview/2022-06-01-preview/examples/Revisions_List.json @@ -44,12 +44,6 @@ } }, "trafficWeight": 80, - "trafficLabels": [ - { - "label": "blue", - "fqdn": "testcontainerApp0---blue.politehill-ab123456.eastus.azurecontainerapps.io" - } - ], "active": true, "replicas": 1 } diff --git a/specification/app/resource-manager/Microsoft.App/stable/2022-05-01/ContainerAppsRevisions.json b/specification/app/resource-manager/Microsoft.App/stable/2022-05-01/ContainerAppsRevisions.json index 0dca517cf280..455a262a00ee 100644 --- a/specification/app/resource-manager/Microsoft.App/stable/2022-05-01/ContainerAppsRevisions.json +++ b/specification/app/resource-manager/Microsoft.App/stable/2022-05-01/ContainerAppsRevisions.json @@ -436,17 +436,6 @@ "type": "integer", "readOnly": true }, - "trafficLabels": { - "description": "Traffic labels associated with this revision", - "type": "array", - "items": { - "$ref": "#/definitions/TrafficLabel" - }, - "x-ms-identifiers": [ - "label" - ], - "readOnly": true - }, "provisioningError": { "description": "Optional Field - Platform Error Message", "type": "string", @@ -487,22 +476,6 @@ } } }, - "TrafficLabel": { - "description": "Traffic label information", - "type": "object", - "properties": { - "label": { - "description": "Traffic label assigned to a revision", - "type": "string", - "readOnly": true - }, - "fqdn": { - "description": "Fully qualified domain name of a labelled revision", - "type": "string", - "readOnly": true - } - } - }, "RevisionCollection": { "description": "Container App Revisions collection ARM resource.", "required": [ diff --git a/specification/app/resource-manager/Microsoft.App/stable/2022-05-01/examples/Revisions_Get.json b/specification/app/resource-manager/Microsoft.App/stable/2022-05-01/examples/Revisions_Get.json index 323fa04ef317..e971a77c619d 100644 --- a/specification/app/resource-manager/Microsoft.App/stable/2022-05-01/examples/Revisions_Get.json +++ b/specification/app/resource-manager/Microsoft.App/stable/2022-05-01/examples/Revisions_Get.json @@ -42,13 +42,6 @@ ] } }, - "trafficWeight": 80, - "trafficLabels": [ - { - "label": "blue", - "fqdn": "testcontainerApp0---blue.politehill-ab123456.eastus.azurecontainerapps.io" - } - ], "active": true, "replicas": 1 } diff --git a/specification/app/resource-manager/Microsoft.App/stable/2022-05-01/examples/Revisions_List.json b/specification/app/resource-manager/Microsoft.App/stable/2022-05-01/examples/Revisions_List.json index 0839c7bf4723..5a8c98a7bfb3 100644 --- a/specification/app/resource-manager/Microsoft.App/stable/2022-05-01/examples/Revisions_List.json +++ b/specification/app/resource-manager/Microsoft.App/stable/2022-05-01/examples/Revisions_List.json @@ -43,13 +43,6 @@ ] } }, - "trafficWeight": 80, - "trafficLabels": [ - { - "label": "blue", - "fqdn": "testcontainerApp0---blue.politehill-ab123456.eastus.azurecontainerapps.io" - } - ], "active": true, "replicas": 1 }