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..8c2de360fcfa 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 @@ -15,7 +15,7 @@ "type": "Microsoft.App/containerApps/revisions", "properties": { "createdTime": "2021-05-24T21:24:22+00:00", - "fqdn": "testcontainerApp0-pjxhsye.politehill-ab123456.eastus.azurecontainerapps.io", + "fqdn": "testcontainerApp0-pjxhsye.demokube-t24clv0g.eastus.containerApps.k4apps.io", "template": { "containers": [ { @@ -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..aed17be62c3c 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 @@ -16,7 +16,7 @@ "type": "Microsoft.App/containerApps/revisions", "properties": { "createdTime": "2021-05-24T21:24:22+00:00", - "fqdn": "testcontainerApp0-pjxhsye.politehill-ab123456.eastus.azurecontainerapps.io", + "fqdn": "testcontainerApp0-pjxhsye.demokube-t24clv0g.eastus.containerapps.k4apps.io", "template": { "containers": [ { @@ -43,13 +43,6 @@ ] } }, - "trafficWeight": 80, - "trafficLabels": [ - { - "label": "blue", - "fqdn": "testcontainerApp0---blue.politehill-ab123456.eastus.azurecontainerapps.io" - } - ], "active": true, "replicas": 1 }