Skip to content

Commit ed31e2a

Browse files
committed
Fix typo: requeried -> required
1 parent bfc84a8 commit ed31e2a

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)