Skip to content

Commit

Permalink
[databoxedge kubernetesconfiguration resource] Config readme.python (#…
Browse files Browse the repository at this point in the history
…18182)

* config readme.python

* Update readme.python.md
  • Loading branch information
BigCat20196 authored Mar 15, 2022
1 parent 71860bf commit 44641a1
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 17 deletions.
23 changes: 11 additions & 12 deletions specification/databoxedge/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,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>`.
Use `--python-mode=update` if you already have a setup.py and just want to update the code itself.

``` yaml $(python) && $(track2)
``` yaml $(python)
azure-arm: true
license-header: MICROSOFT_MIT_NO_VERSION
namespace: azure.mgmt.databoxedge
Expand All @@ -20,7 +20,7 @@ no-namespace-folders: true
Generate all API versions currently shipped for this package
```yaml $(python) && $(multiapi) && $(track2)
```yaml $(python) && $(multiapi)
batch:
- tag: package-2021-02-01
- tag: package-2021-02-01-preview
Expand All @@ -36,15 +36,14 @@ batch:
``` yaml $(multiapiscript)
output-folder: $(python-sdks-folder)/databoxedge/azure-mgmt-databoxedge/azure/mgmt/databoxedge/
clear-output-folder: false
perform-load: false
```
### Tag: package-2021-02-01 and python
These settings apply only when `--tag=package-2021-02-01 --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-02-01' && $(python) && $(track2)
``` yaml $(tag) == 'package-2021-02-01' && $(python)
namespace: azure.mgmt.databoxedge.v2021_02_01
output-folder: $(python-sdks-folder)/databoxedge/azure-mgmt-databoxedge/azure/mgmt/databoxedge/v2021_02_01
```
Expand All @@ -53,7 +52,7 @@ output-folder: $(python-sdks-folder)/databoxedge/azure-mgmt-databoxedge/azure/mg
These settings apply only when `--tag=package-2021-02-01-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-2021-02-01-preview' && $(python) && $(track2)
``` yaml $(tag) == 'package-2021-02-01-preview' && $(python)
namespace: azure.mgmt.databoxedge.v2021_02_01_preview
output-folder: $(python-sdks-folder)/databoxedge/azure-mgmt-databoxedge/azure/mgmt/databoxedge/v2021_02_01_preview
```
Expand All @@ -63,7 +62,7 @@ output-folder: $(python-sdks-folder)/databoxedge/azure-mgmt-databoxedge/azure/mg
These settings apply only when `--tag=package-2020-12-01 --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-01' && $(python) && $(track2)
``` yaml $(tag) == 'package-2020-12-01' && $(python)
namespace: azure.mgmt.databoxedge.v2020_12_01
output-folder: $(python-sdks-folder)/databoxedge/azure-mgmt-databoxedge/azure/mgmt/datab
```
Expand All @@ -73,7 +72,7 @@ output-folder: $(python-sdks-folder)/databoxedge/azure-mgmt-databoxedge/azure/mg
These settings apply only when `--tag=package-2020-09-01-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-09-01-preview' && $(python) && $(track2)
``` yaml $(tag) == 'package-2020-09-01-preview' && $(python)
namespace: azure.mgmt.databoxedge.v2020_09_01_preview
output-folder: $(python-sdks-folder)/databoxedge/azure-mgmt-databoxedge/azure/mgmt/databoxedge/v2020_09_01_preview
```
Expand All @@ -83,7 +82,7 @@ output-folder: $(python-sdks-folder)/databoxedge/azure-mgmt-databoxedge/azure/mg
These settings apply only when `--tag=package-2020-09-01 --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-09-01' && $(python) && $(track2)
``` yaml $(tag) == 'package-2020-09-01' && $(python)
namespace: azure.mgmt.databoxedge.v2020_09_01
output-folder: $(python-sdks-folder)/databoxedge/azure-mgmt-databoxedge/azure/mgmt/databoxedge/v2020_09_01
```
Expand All @@ -93,7 +92,7 @@ output-folder: $(python-sdks-folder)/databoxedge/azure-mgmt-databoxedge/azure/mg
These settings apply only when `--tag=package-2020-05-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-05-preview' && $(python) && $(track2)
``` yaml $(tag) == 'package-2020-05-preview' && $(python)
namespace: azure.mgmt.databoxedge.v2020_05_01_preview
output-folder: $(python-sdks-folder)/databoxedge/azure-mgmt-databoxedge/azure/mgmt/databoxedge/v2020_05_01_preview
```
Expand All @@ -103,7 +102,7 @@ output-folder: $(python-sdks-folder)/databoxedge/azure-mgmt-databoxedge/azure/mg
These settings apply only when `--tag=package-2019-08 --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-2019-08' && $(python) && $(track2)
``` yaml $(tag) == 'package-2019-08' && $(python)
namespace: azure.mgmt.databoxedge.v2019_08_01
output-folder: $(python-sdks-folder)/databoxedge/azure-mgmt-databoxedge/azure/mgmt/databoxedge/v2019_08_01
```
Expand All @@ -113,7 +112,7 @@ output-folder: $(python-sdks-folder)/databoxedge/azure-mgmt-databoxedge/azure/mg
These settings apply only when `--tag=package-2019-07 --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-2019-07' && $(python) && $(track2)
``` yaml $(tag) == 'package-2019-07' && $(python)
namespace: azure.mgmt.databoxedge.v2019_07_01
output-folder: $(python-sdks-folder)/databoxedge/azure-mgmt-databoxedge/azure/mgmt/databoxedge/v2019_07_01
```
Expand All @@ -123,7 +122,7 @@ output-folder: $(python-sdks-folder)/databoxedge/azure-mgmt-databoxedge/azure/mg
These settings apply only when `--tag=package-2019-03 --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-2019-03' && $(python) && $(track2)
``` yaml $(tag) == 'package-2019-03' && $(python)
namespace: azure.mgmt.databoxedge.v2019_03_01
output-folder: $(python-sdks-folder)/databoxedge/azure-mgmt-databoxedge/azure/mgmt/databoxedge/v2019_03_01
```
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,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>`.
Use `--python-mode=update` if you already have a setup.py and just want to update the code itself.

``` yaml $(python) && $(track2)
``` yaml $(python)
azure-arm: true
license-header: MICROSOFT_MIT_NO_VERSION
namespace: azure.mgmt.kubernetesconfiguration
Expand Down Expand Up @@ -35,7 +35,6 @@ batch:
``` yaml $(multiapiscript)
output-folder: $(python-sdks-folder)/kubernetesconfiguration/azure-mgmt-kubernetesconfiguration/azure/mgmt/kubernetesconfiguration/
clear-output-folder: false
perform-load: false
```
Expand Down
6 changes: 3 additions & 3 deletions specification/resources/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

``` yaml $(track2)
``` yaml $(python)
azure-arm: true
license-header: MICROSOFT_MIT_NO_VERSION
package-name: azure-mgmt-resource
Expand All @@ -15,7 +15,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-privatelinks-2020-05
Expand Down Expand Up @@ -573,7 +573,7 @@ namespace: azure.mgmt.resource.templatespecs.v2021_05_01
output-folder: $(python-sdks-folder)/resources/azure-mgmt-resource/azure/mgmt/resource/templatespecs/v2021_05_01
```

``` yaml $(python) && $(track2)
``` yaml $(python)
modelerfour:
lenient-model-deduplication: true
```

0 comments on commit 44641a1

Please sign in to comment.