Skip to content

Commit

Permalink
Update readme.python.md (#18202)
Browse files Browse the repository at this point in the history
* Update readme.python.md

* Update readme.python.md

* Update readme.python.md

* Update readme.python.md

* Update readme.python.md

* Update readme.python.md

* Update readme.python.md

* Update readme.python.md

Co-authored-by: ZiWei Chen (WICRESOFT NORTH AMERICA LTD) <[email protected]>
  • Loading branch information
kazrael2119 and kazrael2119 authored Mar 15, 2022
1 parent 40396c6 commit 5f211aa
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 26 deletions.
6 changes: 1 addition & 5 deletions specification/billing/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,8 @@ package-name: azure-mgmt-billing
package-version: 0.3.0
clear-output-folder: true
```
``` yaml $(python) && $(python-mode) == 'update'
``` yaml $(python)
no-namespace-folders: true
output-folder: $(python-sdks-folder)/billing/azure-mgmt-billing/azure/mgmt/billing
```
``` yaml $(python) && $(python-mode) == 'create'
basic-setup-py: true
output-folder: $(python-sdks-folder)/billing/azure-mgmt-billing
```
10 changes: 3 additions & 7 deletions specification/databricks/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,17 @@
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-databricks
no-namespace-folders: true
namespace: azure.mgmt.databricks
package-version: 1.0.0b1
clear-output-folder: true
```
``` yaml $(python-mode) == 'update' && $(track2)
``` yaml $(python)
no-namespace-folders: true
output-folder: $(python-sdks-folder)/databricks/azure-mgmt-databricks/azure/mgmt/databricks
```
``` yaml $(python-mode) == 'create' && $(track2)
basic-setup-py: true
output-folder: $(python-sdks-folder)/databricks/azure-mgmt-databricks
```
10 changes: 3 additions & 7 deletions specification/fluidrelay/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,17 @@
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-fluidrelay
no-namespace-folders: true
namespace: azure.mgmt.fluidrelay
package-version: 1.0.0b1
clear-output-folder: true
```
``` yaml $(python-mode) == 'update' && $(track2)
``` yaml $(python)
no-namespace-folders: true
output-folder: $(python-sdks-folder)/fluidrelay/azure-mgmt-fluidrelay/azure/mgmt/fluidrelay
```
``` yaml $(python-mode) == 'create' && $(track2)
basic-setup-py: true
output-folder: $(python-sdks-folder)/fluidrelay/azure-mgmt-fluidrelay
```
11 changes: 4 additions & 7 deletions specification/purview/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)
python-mode: create
azure-arm: true
license-header: MICROSOFT_MIT_NO_VERSION
Expand All @@ -13,16 +13,13 @@ package-name: azure-mgmt-purview
package-version: 1.0.1
clear-output-folder: true
```
``` yaml $(python) && $(python-mode) == 'update' && $(track2)
``` yaml $(python)
no-namespace-folders: true
output-folder: $(python-sdks-folder)/purview/azure-mgmt-purview/azure/mgmt/purview
```
``` yaml $(python) && $(python-mode) == 'create' && $(track2)
basic-setup-py: true
output-folder: $(python-sdks-folder)/purview/azure-mgmt-purview
```
``` yaml $(python) && $(track2)
``` yaml $(python)
modelerfour:
lenient-model-deduplication: true
```

0 comments on commit 5f211aa

Please sign in to comment.