Skip to content

Commit

Permalink
config readme.python (#18181)
Browse files Browse the repository at this point in the history
  • Loading branch information
BigCat20196 authored Mar 15, 2022
1 parent 6ac3fab commit a34df74
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
7 changes: 3 additions & 4 deletions specification/digitaltwins/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 $(python) && $(track2)
```yaml $(python)
azure-arm: true
license-header: MICROSOFT_MIT_NO_VERSION
package-name: azure-mgmt-digitaltwins
Expand All @@ -15,7 +15,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:
- tag: package-2021-06-30-preview
Expand All @@ -27,7 +27,6 @@ batch:
``` yaml $(multiapiscript)
output-folder: $(python-sdks-folder)/digitaltwins/azure-mgmt-digitaltwins/azure/mgmt/digitaltwins/
clear-output-folder: false
perform-load: false
```
Expand Down Expand Up @@ -72,7 +71,7 @@ output-folder: $(python-sdks-folder)/digitaltwins/azure-mgmt-digitaltwins/azure/
```


```yaml $(python) && $(track2)
```yaml $(python)
modelerfour:
lenient-model-deduplication: true
```
9 changes: 4 additions & 5 deletions specification/edgeorder/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
Use `--python-mode=update` if you already have a setup.py and just want to update the code itself.
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
namespace: azure.mgmt.edgeorder
Expand All @@ -20,7 +20,7 @@ no-namespace-folders: true
Generate all API versions currently shipped for this package
```yaml $(multiapi) && $(track2)
```yaml $(multiapi) && $(python)
batch:
- tag: package-2020-12-preview
- tag: package-2021-12
Expand All @@ -29,15 +29,14 @@ batch:
``` yaml $(multiapiscript)
output-folder: $(python-sdks-folder)/edgeorder/azure-mgmt-edgeorder/azure/mgmt/edgeorder/
clear-output-folder: false
perform-load: false
```
### Tag: package-2020-12-preview and python
These settings apply only when `--tag=package-2020-12-preview --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 $(tag) == 'package-2020-12-preview' && $(python) && $(track2)
``` yaml $(tag) == 'package-2020-12-preview' && $(python)
namespace: azure.mgmt.edgeorder.v2020_12_01_preview
output-folder: $(python-sdks-folder)/edgeorder/azure-mgmt-edgeorder/azure/mgmt/edgeorder/v2020_12_01_preview
```
Expand All @@ -47,7 +46,7 @@ output-folder: $(python-sdks-folder)/edgeorder/azure-mgmt-edgeorder/azure/mgmt/e
These settings apply only when `--tag=package-2021-12 --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 $(tag) == 'package-2021-12' && $(python) && $(track2)
``` yaml $(tag) == 'package-2021-12' && $(python)
namespace: azure.mgmt.edgeorder.v2021_12_01
output-folder: $(python-sdks-folder)/edgeorder/azure-mgmt-edgeorder/azure/mgmt/edgeorder/v2021_12_01
```
1 change: 0 additions & 1 deletion specification/storage/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ batch:
``` yaml $(multiapiscript)
output-folder: $(python-sdks-folder)/storage/azure-mgmt-storage/azure/mgmt/storage/
clear-output-folder: false
perform-load: false
```
Expand Down

0 comments on commit a34df74

Please sign in to comment.