Skip to content

Commit a3a7816

Browse files
Merge pull request #127136 from changeworld/patch-17
Fix typo: requeried -> required
2 parents 95bd150 + ed31e2a commit a3a7816

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/operator-nexus/howto-track-async-operations-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Using the value from before:
3434
az rest -m get -u "https://management.azure.com/subscriptions/.../providers/Microsoft.NetworkCloud/locations/EASTUS/operationStatuses/12312312-1231-1231-1231-123123123123*99399E995...?api-version=2022-12-12-preview"
3535
```
3636

37-
This request will return an operation status result that can be requeried using the same command until the status reaches a final state of `Succeeded` or `Failed`. At this point, the requested operation has ceased.
37+
This request will return an operation status result that can be required using the same command until the status reaches a final state of `Succeeded` or `Failed`. At this point, the requested operation has ceased.
3838

3939
```json
4040
{

0 commit comments

Comments
 (0)