Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ namespace: azure.mgmt.containerservice.v2017_07_01
output-folder: $(python-sdks-folder)/containerservice/azure-mgmt-containerservice/azure/mgmt/containerservice/v2017_07_01
```

``` yaml $(track2)
``` yaml $(python)
directive:
- from: swagger-document
where: $.definitions.ManagedClusterLoadBalancerProfile.properties.managedOutboundIPs.properties["countIPv6"]
Expand Down
4 changes: 2 additions & 2 deletions specification/postgresql/resource-manager/readme.python.md
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.
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.

``` yaml $(track2)
``` yaml $(python)
azure-arm: true
license-header: MICROSOFT_MIT_NO_VERSION
package-name: azure-mgmt-rdbms
Expand All @@ -15,7 +15,7 @@ package-version: 1.0.0b1

Generate all API versions currently shipped for this package

```yaml $(track2)
```yaml $(python)
clear-output-folder: true
batch:
- tag: package-flexibleserver-2021-06
Expand Down
5 changes: 2 additions & 3 deletions specification/solutions/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Please also specify `--python-sdks-folder=<path to the root directory of your az

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-managedapplication
Expand All @@ -17,7 +17,7 @@ no-namespace-folders: true

Generate all API versions currently shipped for this package

```yaml $(multiapi) && $(track2)
```yaml $(multiapi) && $(python)
clear-output-folder: true
batch:
- tag: package-managedapplications-2021-07
Expand All @@ -26,7 +26,6 @@ batch:

``` yaml $(multiapiscript)
output-folder: $(python-sdks-folder)/managedapplication/azure-mgmt-managedapplication/azure/mgmt/managedapplication/
clear-output-folder: false
perform-load: false
```

Expand Down