Skip to content

Commit 6e70a99

Browse files
authored
Merge pull request #97067 from tfitzmac/1125deploy
fixes MicrosoftDocs/azure-docs#43365
2 parents dffca41 + 742e07e commit 6e70a99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-resource-manager/resource-manager-deployment-operations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ az group deployment operation list -g ExampleGroup -n ExampleDeployment
163163

164164
## REST
165165

166-
To get information about a deployment, use the [Get information about a template deployment](https://docs.microsoft.com/rest/api/resources/deployments) operation.
166+
The following example shows how to get information about a deployment. For documentation about the latest API version, see the [Deployments - Get](/rest/api/resources/deployments/get) operation.
167167

168168
```
169169
GET https://management.azure.com/subscriptions/{subscription-id}/resourcegroups/{resource-group-name}/providers/microsoft.resources/deployments/{deployment-name}?api-version={api-version}
@@ -186,7 +186,7 @@ In the response, note in particular the **provisioningState**, **correlationId**
186186
}
187187
```
188188

189-
To get information about deployments, use [List all template deployment operations](https://docs.microsoft.com/rest/api/resources/deployments).
189+
The following example shows how to get deployment operations. For documentation about the latest API version, see the [Deployment Operations - List](/rest/api/resources/deploymentoperations/list) operation.
190190

191191
```
192192
GET https://management.azure.com/subscriptions/{subscription-id}/resourcegroups/{resource-group-name}/providers/microsoft.resources/deployments/{deployment-name}/operations?$skiptoken={skiptoken}&api-version={api-version}

0 commit comments

Comments
 (0)