Skip to content

Commit

Permalink
update readme 7_10 (Azure#18192)
Browse files Browse the repository at this point in the history
* update readme 7_10

* Update readme.python.md

* Update readme.python.md

* Update readme.python.md

* Update readme.python.md
  • Loading branch information
Wzb123456789 authored and FredericHeem committed May 16, 2022
1 parent 866cf2d commit 4cdefda
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 82 deletions.
31 changes: 3 additions & 28 deletions specification/connectedvmware/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,41 +4,16 @@ 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)
python:
python-mode: create
azure-arm: true
license-header: MICROSOFT_MIT_NO_VERSION
payload-flattening-threshold: 2
namespace: azure.mgmt.connectedvmware
package-name: azure-mgmt-connectedvmware
package-version: 0.1.1
clear-output-folder: true
```
```yaml $(python) && $(track2)
python-mode: create
```yaml $(python)
azure-arm: true
license-header: MICROSOFT_MIT_NO_VERSION
namespace: azure.mgmt.connectedvmware
package-name: azure-mgmt-connectedvmware
package-version: 0.1.1
clear-output-folder: true
```
``` yaml $(python) && $(python-mode) == 'update' && !$(track2)
python:
no-namespace-folders: true
output-folder: $(python-sdks-folder)/connectedvmware/azure-mgmt-connectedvmware/azure/mgmt/connectedvmware
```
``` yaml $(python) && $(python-mode) == 'create' && !$(track2)
python:
basic-setup-py: true
output-folder: $(python-sdks-folder)/connectedvmware/azure-mgmt-connectedvmware
```
``` yaml $(python) && $(python-mode) == 'update' && $(track2)
``` yaml $(python)
no-namespace-folders: true
output-folder: $(python-sdks-folder)/connectedvmware/azure-mgmt-connectedvmware/azure/mgmt/connectedvmware
```
``` yaml $(python) && $(python-mode) == 'create' && $(track2)
basic-setup-py: true
output-folder: $(python-sdks-folder)/connectedvmware/azure-mgmt-connectedvmware
```
11 changes: 3 additions & 8 deletions specification/notificationhubs/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,18 @@

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.notificationhubs
package-name: azure-mgmt-notificationhubs
namespace: azure.mgmt.notificationhubs
package-version: 7.0.0
clear-output-folder: true
```
``` yaml $(python) && $(python-mode) == 'update' && $(track2)
``` yaml $(python)
no-namespace-folders: true
output-folder: $(python-sdks-folder)/notificationhubs/azure-mgmt-notificationhubs/azure/mgmt/notificationhubs
```
``` yaml $(python) && $(python-mode) == 'create' && $(track2)
basic-setup-py: true
output-folder: $(python-sdks-folder)/notificationhubs/azure-mgmt-notificationhubs
```
11 changes: 3 additions & 8 deletions specification/resourcemover/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,16 @@
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-resourcemover
clear-output-folder: true
no-namespace-folders: true
namespace: azure.mgmt.resourcemover
package-version: 1.0.0b1
```
```yaml $(python) && $(python-mode) == 'update' && $(track2)
```yaml $(python)
no-namespace-folders: true
output-folder: $(python-sdks-folder)/resourcemover/azure-mgmt-resourcemover/azure/mgmt/resourcemover
```
``` yaml $(python) && $(python-mode) == 'create' && $(track2)
basic-setup-py: true
output-folder: $(python-sdks-folder)/resourcemover/azure-mgmt-resourcemover
```
32 changes: 2 additions & 30 deletions specification/scheduler/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,44 +4,16 @@ 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)
python-mode: create
python:
azure-arm: true
license-header: MICROSOFT_MIT_NO_VERSION
payload-flattening-threshold: 2
namespace: azure.mgmt.scheduler
package-name: azure-mgmt-scheduler
package-version: 0.1.0
clear-output-folder: true
```
``` yaml $(python) && $(track2)
python-mode: create
``` yaml $(python)
azure-arm: true
license-header: MICROSOFT_MIT_NO_VERSION
namespace: azure.mgmt.scheduler
package-name: azure-mgmt-scheduler
package-version: 7.0.0b1
clear-output-folder: true
```
``` yaml $(python) && $(python-mode) == 'update' && !$(track2)
python:
no-namespace-folders: true
output-folder: $(python-sdks-folder)/scheduler/azure-mgmt-scheduler/azure/mgmt/scheduler
```
``` yaml $(python) && $(python-mode) == 'create' && !$(track2)
python:
basic-setup-py: true
output-folder: $(python-sdks-folder)/scheduler/azure-mgmt-scheduler
```
``` yaml $(python) && $(python-mode) == 'update' && $(track2)
``` yaml $(python)
no-namespace-folders: true
output-folder: $(python-sdks-folder)/scheduler/azure-mgmt-scheduler/azure/mgmt/scheduler
```
``` yaml $(python) && $(python-mode) == 'create' && $(track2)
basic-setup-py: true
output-folder: $(python-sdks-folder)/scheduler/azure-mgmt-scheduler
```
10 changes: 2 additions & 8 deletions specification/sql/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +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.


``` yaml $(python) && $(track2)
python-mode: create
``` yaml $(python)
azure-arm: true
license-header: MICROSOFT_MIT_NO_VERSION
namespace: azure.mgmt.sql
Expand All @@ -17,12 +16,7 @@ modelerfour:
lenient-model-deduplication: true
```
``` yaml $(python) && $(python-mode) == 'update' && $(track2)
``` yaml $(python)
no-namespace-folders: true
output-folder: $(python-sdks-folder)/sql/azure-mgmt-sql/azure/mgmt/sql
```
``` yaml $(python) && $(python-mode) == 'create' && $(track2)
basic-setup-py: true
output-folder: $(python-sdks-folder)/sql/azure-mgmt-sql
```

0 comments on commit 4cdefda

Please sign in to comment.