Skip to content

Commit

Permalink
Update readme.python (Azure#18207)
Browse files Browse the repository at this point in the history
  • Loading branch information
BigCat20196 authored and FredericHeem committed May 16, 2022
1 parent baa2342 commit e2bb6d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

These settings apply only when `--track2` is specified on the command line.

``` yaml $(track2)
``` yaml $(python)
azure-arm: true
license-header: MICROSOFT_MIT_NO_VERSION
package-name: azure-mgmt-authorization
Expand Down Expand Up @@ -33,7 +33,6 @@ batch:
```
``` yaml $(multiapiscript)
output-folder: $(python-sdks-folder)/authorization/azure-mgmt-authorization/azure/mgmt/authorization/
clear-output-folder: false
perform-load: false
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
These settings apply only when `--python` is specified on the command line.


```yaml $(python) && $(track2)
```yaml $(python)
azure-arm: true
license-header: MICROSOFT_MIT_NO_VERSION
package-name: azure-mgmt-containerregistry
Expand All @@ -16,7 +16,7 @@ no-namespace-folders: true
Generate all API versions currently shipped for this package
```yaml $(python) && $(multiapi) && $(track2)
```yaml $(python) && $(multiapi)
clear-output-folder: true
batch:

Expand All @@ -39,7 +39,6 @@ batch:
``` yaml $(multiapiscript)
output-folder: $(python-sdks-folder)/containerregistry/azure-mgmt-containerregistry/azure/mgmt/containerregistry/
clear-output-folder: false
perform-load: false
```
Expand Down Expand Up @@ -274,7 +273,7 @@ output-folder: $(python-sdks-folder)/containerregistry/azure-mgmt-containerregis
```


``` yaml $(python) && $(track2)
``` yaml $(python)
directive:
- from: swagger-document
where: $.definitions.BuildStepProperties
Expand Down

0 comments on commit e2bb6d4

Please sign in to comment.