Skip to content

Commit

Permalink
update example 1 command description to match the ApiRevision arg in …
Browse files Browse the repository at this point in the history
…code sample (#17741)
  • Loading branch information
ryan-buckman committed Apr 14, 2022
1 parent 849f9cd commit 587dc15
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ New-AzApiManagementApiRevision -Context $context -ApiId "echo-api" -ApiRevision
New-AzApiManagementApiRevision -Context $context -ApiId "echo-api" -ApiRevision "5"
```

This command creates an API Revision `2` of the `echo-api` API.
This command creates an API Revision `5` of the `echo-api` API.

### Example 2: Create an API Revision from an Existing Api and copy All operations, tags and Policies
```powershell
Expand Down

0 comments on commit 587dc15

Please sign in to comment.