Skip to content

Commit 587dc15

Browse files
authored
update example 1 command description to match the ApiRevision arg in code sample (#17741)
1 parent 849f9cd commit 587dc15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ApiManagement/ApiManagement/help/New-AzApiManagementApiRevision.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ New-AzApiManagementApiRevision -Context $context -ApiId "echo-api" -ApiRevision
3333
New-AzApiManagementApiRevision -Context $context -ApiId "echo-api" -ApiRevision "5"
3434
```
3535

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

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

0 commit comments

Comments
 (0)