diff --git a/specification/app/resource-manager/Microsoft.App/preview/2024-08-02-preview/ContainerAppsRevisions.json b/specification/app/resource-manager/Microsoft.App/preview/2024-08-02-preview/ContainerAppsRevisions.json index 445cc865fdc8..39dc645e8ebe 100644 --- a/specification/app/resource-manager/Microsoft.App/preview/2024-08-02-preview/ContainerAppsRevisions.json +++ b/specification/app/resource-manager/Microsoft.App/preview/2024-08-02-preview/ContainerAppsRevisions.json @@ -652,6 +652,11 @@ "description": "Container exec endpoint", "type": "string", "readOnly": true + }, + "debugEndpoint": { + "description": "Container debug endpoint", + "type": "string", + "readOnly": true } } } @@ -675,4 +680,3 @@ } ] } - diff --git a/specification/app/resource-manager/Microsoft.App/preview/2024-08-02-preview/examples/Replicas_Get.json b/specification/app/resource-manager/Microsoft.App/preview/2024-08-02-preview/examples/Replicas_Get.json index 6feefc166220..a6d8bf0e1741 100644 --- a/specification/app/resource-manager/Microsoft.App/preview/2024-08-02-preview/examples/Replicas_Get.json +++ b/specification/app/resource-manager/Microsoft.App/preview/2024-08-02-preview/examples/Replicas_Get.json @@ -28,7 +28,8 @@ "runningState": "Running", "runningStateDetails": "testDetail", "logStreamEndpoint": "testLogStreamEndpoint", - "execEndpoint": "testExecEndpoint" + "execEndpoint": "testExecEndpoint", + "debugEndpoint": "wss://eastasia.azurecontainerapps.dev/subscriptions/651f8027-33e8-4ec4-97b4-f6e9f3dc8744/resourceGroups/workerapps-rg-xj/containerApps/myapp/revisions/myapp--0wlqy09/replicas/myapp--0wlqy09-5d9774cff-5wnd8/debug?targetContainer=hello92" } ], "initContainers": [] @@ -37,4 +38,3 @@ } } } - diff --git a/specification/app/resource-manager/Microsoft.App/preview/2024-08-02-preview/examples/Replicas_List.json b/specification/app/resource-manager/Microsoft.App/preview/2024-08-02-preview/examples/Replicas_List.json index 399f3e107758..bc149e076c57 100644 --- a/specification/app/resource-manager/Microsoft.App/preview/2024-08-02-preview/examples/Replicas_List.json +++ b/specification/app/resource-manager/Microsoft.App/preview/2024-08-02-preview/examples/Replicas_List.json @@ -29,7 +29,8 @@ "runningState": "Running", "runningStateDetails": "testDetail", "logStreamEndpoint": "testLogStreamEndpoint", - "execEndpoint": "testExecEndpoint" + "execEndpoint": "testExecEndpoint", + "debugEndpoint": "wss://eastasia.azurecontainerapps.dev/subscriptions/651f8027-33e8-4ec4-97b4-f6e9f3dc8744/resourceGroups/workerapps-rg-xj/containerApps/myapp/revisions/myapp--0wlqy09/replicas/myapp--0wlqy09-5d9774cff-5wnd8/debug?targetContainer=hello92" } ], "initContainers": [] @@ -40,4 +41,3 @@ } } } -