diff --git a/specification/dashboard/resource-manager/Microsoft.Dashboard/stable/2022-08-01/examples/Grafana_Create.json b/specification/dashboard/resource-manager/Microsoft.Dashboard/stable/2022-08-01/examples/Grafana_Create.json index c72e1969c201..020a77a124f9 100644 --- a/specification/dashboard/resource-manager/Microsoft.Dashboard/stable/2022-08-01/examples/Grafana_Create.json +++ b/specification/dashboard/resource-manager/Microsoft.Dashboard/stable/2022-08-01/examples/Grafana_Create.json @@ -78,6 +78,9 @@ } }, "201": { + "headers": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Dashboard/locations/eastus2/operationStatuses/sample-op-status?api-version=2022-08-01" + }, "body": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/grafana/myWorkspace", "name": "myWorkspace", diff --git a/specification/dashboard/resource-manager/Microsoft.Dashboard/stable/2022-08-01/examples/Grafana_Delete.json b/specification/dashboard/resource-manager/Microsoft.Dashboard/stable/2022-08-01/examples/Grafana_Delete.json index b38449c53762..11f751a8480c 100644 --- a/specification/dashboard/resource-manager/Microsoft.Dashboard/stable/2022-08-01/examples/Grafana_Delete.json +++ b/specification/dashboard/resource-manager/Microsoft.Dashboard/stable/2022-08-01/examples/Grafana_Delete.json @@ -7,7 +7,11 @@ }, "responses": { "200": {}, - "202": {}, + "202": { + "headers": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Dashboard/locations/eastus2/operationStatuses/sample-op-status?api-version=2022-08-01" + } + }, "204": {} } } diff --git a/specification/dashboard/resource-manager/Microsoft.Dashboard/stable/2022-08-01/examples/Grafana_Update.json b/specification/dashboard/resource-manager/Microsoft.Dashboard/stable/2022-08-01/examples/Grafana_Update.json index 4660a489e423..05a9aef37f81 100644 --- a/specification/dashboard/resource-manager/Microsoft.Dashboard/stable/2022-08-01/examples/Grafana_Update.json +++ b/specification/dashboard/resource-manager/Microsoft.Dashboard/stable/2022-08-01/examples/Grafana_Update.json @@ -58,6 +58,9 @@ } }, "202": { + "headers": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Dashboard/locations/eastus2/operationStatuses/sample-op-status?api-version=2022-08-01" + }, "body": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/grafana/myWorkspace", "name": "myWorkspace", diff --git a/specification/dashboard/resource-manager/Microsoft.Dashboard/stable/2022-08-01/examples/PrivateEndpointConnections_Approve.json b/specification/dashboard/resource-manager/Microsoft.Dashboard/stable/2022-08-01/examples/PrivateEndpointConnections_Approve.json index cab71c1d616d..b9578548bfaf 100644 --- a/specification/dashboard/resource-manager/Microsoft.Dashboard/stable/2022-08-01/examples/PrivateEndpointConnections_Approve.json +++ b/specification/dashboard/resource-manager/Microsoft.Dashboard/stable/2022-08-01/examples/PrivateEndpointConnections_Approve.json @@ -16,6 +16,9 @@ }, "responses": { "201": { + "headers": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Dashboard/locations/eastus2/operationStatuses/sample-op-status?api-version=2022-08-01" + }, "body": { "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/Microsoft.Dashboard/grafana/myWorkspace/privateEndpointConnections/myConnection", "name": "myConnection", diff --git a/specification/dashboard/resource-manager/Microsoft.Dashboard/stable/2022-08-01/examples/PrivateEndpointConnections_Delete.json b/specification/dashboard/resource-manager/Microsoft.Dashboard/stable/2022-08-01/examples/PrivateEndpointConnections_Delete.json index 685b4f42cd55..a6fd8afd7ec1 100644 --- a/specification/dashboard/resource-manager/Microsoft.Dashboard/stable/2022-08-01/examples/PrivateEndpointConnections_Delete.json +++ b/specification/dashboard/resource-manager/Microsoft.Dashboard/stable/2022-08-01/examples/PrivateEndpointConnections_Delete.json @@ -7,7 +7,11 @@ "privateEndpointConnectionName": "myConnection" }, "responses": { - "202": {}, + "202": { + "headers": { + "Azure-AsyncOperation": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Dashboard/locations/eastus2/operationStatuses/sample-op-status?api-version=2022-08-01" + } + }, "204": {} } } diff --git a/specification/dashboard/resource-manager/Microsoft.Dashboard/stable/2022-08-01/grafana.json b/specification/dashboard/resource-manager/Microsoft.Dashboard/stable/2022-08-01/grafana.json index 927150d9adc2..b4e0feec6f36 100644 --- a/specification/dashboard/resource-manager/Microsoft.Dashboard/stable/2022-08-01/grafana.json +++ b/specification/dashboard/resource-manager/Microsoft.Dashboard/stable/2022-08-01/grafana.json @@ -229,6 +229,12 @@ }, "201": { "description": "Created. The operation was successfully started and will complete asynchronously.", + "headers": { + "Azure-AsyncOperation": { + "description": "Operation URI for long running operation.", + "type": "string" + } + }, "schema": { "$ref": "#/definitions/ManagedGrafana" } @@ -293,6 +299,12 @@ }, "202": { "description": "Accepted. The operation was successfully started and will complete asynchronously.", + "headers": { + "Azure-AsyncOperation": { + "description": "Operation URI for long running operation.", + "type": "string" + } + }, "schema": { "$ref": "#/definitions/ManagedGrafana" } @@ -338,7 +350,13 @@ "description": "OK. The workspace for Grafana resource is deleted." }, "202": { - "description": "Accepted. The operation is accepted and will be completed asynchronously." + "description": "Accepted. The operation is accepted and will be completed asynchronously.", + "headers": { + "Azure-AsyncOperation": { + "description": "Operation URI for long running operation.", + "type": "string" + } + } }, "204": { "description": "No Content" @@ -447,6 +465,12 @@ "responses": { "201": { "description": "Created. The operation was successfully started and will complete asynchronously.", + "headers": { + "Azure-AsyncOperation": { + "description": "Operation URI for long running operation.", + "type": "string" + } + }, "schema": { "$ref": "#/definitions/PrivateEndpointConnection" } @@ -496,7 +520,13 @@ ], "responses": { "202": { - "description": "Accepted. The operation is accepted and will be completed asynchronously." + "description": "Accepted. The operation is accepted and will be completed asynchronously.", + "headers": { + "Azure-AsyncOperation": { + "description": "Operation URI for long running operation.", + "type": "string" + } + } }, "204": { "description": "NoContent"