Skip to content

Commit

Permalink
[T2] containerservice python automation fix (#11669)
Browse files Browse the repository at this point in the history
* python automation fix

* Update readme.python.md
  • Loading branch information
msyyc authored Nov 13, 2020
1 parent 48e7415 commit b9798e5
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Generate all API versions currently shipped for this package
```yaml $(python) && $(multiapi) && !$(track2)
batch:
- tag: package-2020-11-01-only
- tag: package-2020-09-01-only
- tag: package-2020-07-01-only
- tag: package-2020-06-01-only
Expand Down Expand Up @@ -89,6 +90,8 @@ Please also specify `--python-sdks-folder=<path to the root directory of your az
python:
namespace: azure.mgmt.containerservice.v2020_11_01
output-folder: $(python-sdks-folder)/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2020_11_01
namespace: azure.mgmt.containerservice.v2020_11_01
output-folder: $(python-sdks-folder)/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2020_11_01
```

### Tag: package-2020-09-01-only and python
Expand Down

0 comments on commit b9798e5

Please sign in to comment.