Skip to content

Commit

Permalink
support readme.python change (Azure#13698)
Browse files Browse the repository at this point in the history
  • Loading branch information
RAY-316 authored and mkarmark committed Jul 20, 2021
1 parent 034c30b commit 577e5a0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions specification/support/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ This is not used by Autorest itself.
``` yaml $(swagger-to-sdk)
swagger-to-sdk:
- repo: azure-sdk-for-python
- repo: azure-sdk-for-python-track2
- repo: azure-sdk-for-java
- repo: azure-sdk-for-js
- repo: azure-sdk-for-go
Expand Down
8 changes: 4 additions & 4 deletions specification/support/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ python:
output-folder: $(python-sdks-folder)/support/azure-mgmt-support
```
``` yaml $(python) && $(python-mode) == 'update' && $(track2)
no-namespace-folders: true
output-folder: $(python-sdks-folder)/support/azure-mgmt-support/azure/mgmt/support
no-namespace-folders: true
output-folder: $(python-sdks-folder)/support/azure-mgmt-support/azure/mgmt/support
```
``` yaml $(python) && $(python-mode) == 'create' && $(track2)
basic-setup-py: true
output-folder: $(python-sdks-folder)/support/azure-mgmt-support
basic-setup-py: true
output-folder: $(python-sdks-folder)/support/azure-mgmt-support
```

0 comments on commit 577e5a0

Please sign in to comment.