Skip to content

Commit

Permalink
attestation track2 configure (Azure#13435)
Browse files Browse the repository at this point in the history
* attestation track2 configure

* modelerfour configure

Co-authored-by: Yan Zhang (WICRESOFT NORTH AMERICA LTD) <v-yanzhang@microsoft.com>
  • Loading branch information
2 people authored and mkarmark committed Jul 20, 2021
1 parent aa02234 commit b2ae196
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions specification/attestation/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ This is not used by Autorest itself.
swagger-to-sdk:
- repo: azure-sdk-for-net
- repo: azure-sdk-for-python
- repo: azure-sdk-for-python-track2
- repo: azure-sdk-for-go
- repo: azure-sdk-for-js
- repo: azure-sdk-for-java
Expand Down
4 changes: 3 additions & 1 deletion specification/attestation/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,15 @@ namespace: azure.mgmt.attestation
package-name: azure-mgmt-attestation
package-version: 0.1.0
clear-output-folder: true
modelerfour:
lenient-model-deduplication: true
```
``` yaml $(python) && $(python-mode) == 'update' && !$(track2)
python:
no-namespace-folders: true
output-folder: $(python-sdks-folder)/attestation/azure-mgmt-attestation/azure/mgmt/attestation
```
``` yaml $(python) && $(python-mode) == 'create' && $(track2)
``` yaml $(python) && $(python-mode) == 'create' && !$(track2)
python:
basic-setup-py: true
output-folder: $(python-sdks-folder)/attestation/azure-mgmt-attestation
Expand Down

0 comments on commit b2ae196

Please sign in to comment.