Skip to content

Commit

Permalink
Python: Adding 2021-05-01 API-Version for Template Specs for GA date …
Browse files Browse the repository at this point in the history
…05/25 (#14198)

* Added readme tag for template specs 03/2021 preview

* Added tag for template specs GA

* Added tag for template specs GA

* Fixed ordering

Co-authored-by: Dania Etienne <daetienn@microsoft.com>
  • Loading branch information
detienne20 and Dania Etienne authored May 7, 2021
1 parent 3f1e770 commit cec78db
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions specification/resources/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ batch:
- tag: package-subscriptions-2016-06
- tag: package-deploymentscripts-2020-10
- tag: package-deploymentscripts-2019-10-preview
- tag: package-templatespecs-2021-05
- tag: package-templatespecs-2021-03-preview
- tag: package-templatespecs-2019-06-preview
```
Expand Down Expand Up @@ -115,6 +116,7 @@ batch:
- tag: package-deploymentscripts-2020-10
- tag: package-deploymentscripts-2019-10-preview
- multiapiscript-deploymentscripts: true
- tag: package-templatespecs-2021-05
- tag: package-templatespecs-2021-03-preview
- tag: package-templatespecs-2019-06-preview
- multiapiscript-templatespecs: true
Expand Down Expand Up @@ -678,4 +680,17 @@ output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/re
python:
namespace: azure.mgmt.resource.templatespecs.v2021_03_01_preview
output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/resource/templatespecs/v2021_03_01_preview
```

### Tag: package-templatespecs-2021-05 and python

These settings apply only when `--tag=package-templatespecs-2021-05` 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 $(tag) == 'package-templatespecs-2021-05'
namespace: azure.mgmt.resource.templatespecs.v2021_05_01
output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/resource/templatespecs/v2021_05_01
python:
namespace: azure.mgmt.resource.templatespecs.v2021_05_01
output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/resource/templatespecs/v2021_05_01
```

0 comments on commit cec78db

Please sign in to comment.