Skip to content

Commit

Permalink
Fix swagger type (#17786)
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitarorabit authored Nov 30, 2020
1 parent 703acdb commit 9907d59
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ There are two swaggers for Administration management APIs, `identity` and `phone

```ps
cd <swagger-folder>
autorest --use=@autorest/[email protected] --tag=identity
autorest --use=@autorest/[email protected] --tag=phonenumber
autorest README.md --java --v4 --use=@autorest/[email protected] --tag=identity
autorest README.md --java --v4 --use=@autorest/[email protected] --tag=phonenumber
```


Expand Down

0 comments on commit 9907d59

Please sign in to comment.