Skip to content

Commit

Permalink
Update readme.python.md (Azure#29587)
Browse files Browse the repository at this point in the history
* Update readme.python.md

* Create readme.python.md
  • Loading branch information
msyyc authored Jun 26, 2024
1 parent a220053 commit 1c63635
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
5 changes: 5 additions & 0 deletions specification/migrate/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,7 @@ This is not used by Autorest itself.
swagger-to-sdk:
- repo: azure-sdk-for-net-track2
- repo: azure-sdk-for-go
- repo: azure-sdk-for-python
- repo: azure-sdk-for-js
- repo: azure-sdk-for-node
- repo: azure-resource-manager-schemas
Expand All @@ -327,3 +328,7 @@ swagger-to-sdk:
## Go

See configuration in [readme.go.md](./readme.go.md)

## Python

See configuration in [readme.python.md](./readme.python.md)
23 changes: 23 additions & 0 deletions specification/migrate/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
## Python

These settings apply only when `--python` is specified on the command line.
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.

``` yaml $(python)
azure-arm: true
license-header: MICROSOFT_MIT_NO_VERSION
package-name: azure-mgmt-migrate
namespace: azure.mgmt.migrate
package-version: 1.0.0b1
clear-output-folder: true
```
``` yaml $(python)
no-namespace-folders: true
output-folder: $(python-sdks-folder)/migrate/azure-mgmt-migrate/azure/mgmt/migrate
```
``` yaml $(python)
modelerfour:
flatten-models: false
```

0 comments on commit 1c63635

Please sign in to comment.