Skip to content

Commit

Permalink
update readme (#18386)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wzb123456789 authored Mar 24, 2022
1 parent ce6e141 commit edb9ec9
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 42 deletions.
11 changes: 3 additions & 8 deletions specification/adp/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 $(track2)
``` yaml $(python)
azure-arm: true
license-header: MICROSOFT_MIT_NO_VERSION
package-name: azure-mgmt-adp
no-namespace-folders: true
namespace: azure.mgmt.adp
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)/adp/azure-mgmt-adp/azure/mgmt/adp
```
``` yaml $(python-mode) == 'create' && $(track2)
basic-setup-py: true
output-folder: $(python-sdks-folder)/adp/azure-mgmt-adp
```
11 changes: 3 additions & 8 deletions specification/app/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 $(track2)
``` yaml $(python)
azure-arm: true
license-header: MICROSOFT_MIT_NO_VERSION
package-name: azure-mgmt-app
no-namespace-folders: true
namespace: azure.mgmt.app
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)/app/azure-mgmt-app/azure/mgmt/app
```
``` yaml $(python-mode) == 'create' && $(track2)
basic-setup-py: true
output-folder: $(python-sdks-folder)/app/azure-mgmt-app
```
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,21 @@
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-azureactivedirectory
no-namespace-folders: true
namespace: azure.mgmt.azureactivedirectory
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)/azureactivedirectory/azure-mgmt-azureactivedirectory/azure/mgmt/azureactivedirectory
```
``` yaml $(python-mode) == 'create' && $(track2)
basic-setup-py: true
output-folder: $(python-sdks-folder)/azureactivedirectory/azure-mgmt-azureactivedirectory
```
``` yaml $(python) && $(track2)
``` yaml $(python)
modelerfour:
lenient-model-deduplication: true
```
13 changes: 4 additions & 9 deletions specification/azuredata/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,15 @@
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: azuredata
no-namespace-folders: true
package-name: azure-mgmt-azuredata
namespace: azure.mgmt.azuredata
package-version: 1.0.0b1
```
``` yaml $(python-mode) == 'update' && $(track2)
``` yaml $(python)
no-namespace-folders: true
output-folder: $(python-sdks-folder)/azuredata/azure-mgmt-azuredata/azure/mgmt/azuredata
```
``` yaml $(python-mode) == 'create' && $(track2)
basic-setup-py: true
output-folder: $(python-sdks-folder)/azuredata/azure-mgmt-azuredata
```
11 changes: 3 additions & 8 deletions specification/blockchain/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 $(track2)
``` yaml $(python)
azure-arm: true
license-header: MICROSOFT_MIT_NO_VERSION
package-name: azure-mgmt-blockchain
no-namespace-folders: true
namespace: azure.mgmt.blockchain
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)/blockchain/azure-mgmt-blockchain/azure/mgmt/blockchain
```
``` yaml $(python-mode) == 'create' && $(track2)
basic-setup-py: true
output-folder: $(python-sdks-folder)/blockchain/azure-mgmt-blockchain
```

0 comments on commit edb9ec9

Please sign in to comment.