Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[digitaltwins storage edgeorder] Config readme.python #18181

Merged
merged 1 commit into from
Mar 15, 2022
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 @@ -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