Skip to content

Commit 746bfed

Browse files
Wzb123456789FredericHeem
authored andcommitted
update readme (Azure#18228)
* update readme * Update readme.python.md * Update readme.python.md * Update readme.python.md
1 parent 69889e3 commit 746bfed

File tree

5 files changed

+12
-40
lines changed

5 files changed

+12
-40
lines changed

specification/confluent/resource-manager/readme.python.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,7 @@ modelerfour:
1515
lenient-model-deduplication: true
1616
```
1717
18-
``` yaml $(python) && $(python-mode) == 'update'
18+
``` yaml $(python)
1919
no-namespace-folders: true
2020
output-folder: $(python-sdks-folder)/confluent/azure-mgmt-confluent/azure/mgmt/confluent
2121
```
22-
23-
``` yaml $(python) && $(python-mode) == 'create'
24-
basic-setup-py: true
25-
output-folder: $(python-sdks-folder)/confluent/azure-mgmt-confluent
26-
```

specification/datadog/resource-manager/readme.python.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,16 @@ Please also specify `--python-sdks-folder=<path to the root directory of your az
55
Use `--python-mode=update` if you already have a setup.py and just want to update the code itself.
66

77

8-
These settings apply only when `--track2` is specified on the command line.
9-
10-
``` yaml $(track2)
8+
``` yaml $(python)
119
azure-arm: true
1210
license-header: MICROSOFT_MIT_NO_VERSION
1311
package-name: azure-mgmt-datadog
14-
no-namespace-folders: true
12+
namespace: azure.mgmt.datadog
1513
package-version: 1.0.0b1
1614
clear-output-folder: true
1715
```
1816
19-
``` yaml $(python) && $(python-mode) == 'update' && $(track2)
17+
``` yaml $(python)
2018
no-namespace-folders: true
2119
output-folder: $(python-sdks-folder)/datadog/azure-mgmt-datadog/azure/mgmt/datadog
2220
```
23-
24-
``` yaml $(python) && $(python-mode) == 'create' && $(track2)
25-
basic-setup-py: true
26-
output-folder: $(python-sdks-folder)/datadog/azure-mgmt-datadog
27-
```

specification/mediaservices/resource-manager/readme.python.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ These settings apply only when `--python` is specified on the command line.
44
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
55
Use `--python-mode=update` if you already have a setup.py and just want to update the code itself.
66

7-
``` yaml $(python) && $(track2)
8-
python-mode: create
7+
``` yaml $(python)
98
azure-arm: true
109
license-header: MICROSOFT_MIT_NO_VERSION
1110
namespace: azure.mgmt.media
@@ -14,12 +13,7 @@ package-version: 1.0.0b1
1413
clear-output-folder: true
1514
```
1615
17-
``` yaml $(python) && $(python-mode) == 'update' && $(track2)
16+
``` yaml $(python)
1817
no-namespace-folders: true
1918
output-folder: $(python-sdks-folder)/media/azure-mgmt-media/azure/mgmt/media
2019
```
21-
22-
``` yaml $(python) && $(python-mode) == 'create' && $(track2)
23-
basic-setup-py: true
24-
output-folder: $(python-sdks-folder)/media/azure-mgmt-media
25-
```

specification/security/resource-manager/readme.python.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ These settings apply only when `--python` is specified on the command line.
44
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
55
Use `--python-mode=update` if you already have a setup.py and just want to update the code itself.
66

7-
``` yaml $(python) && $(track2)
8-
python-mode: create
7+
``` yaml $(python)
98
azure-arm: true
109
license-header: MICROSOFT_MIT_NO_VERSION
1110
namespace: azure.mgmt.security
@@ -14,16 +13,12 @@ package-version: 1.0.0b1
1413
clear-output-folder: true
1514
```
1615
17-
``` yaml $(python) && $(python-mode) == 'update' && $(track2)
16+
``` yaml $(python)
1817
no-namespace-folders: true
1918
output-folder: $(python-sdks-folder)/security/azure-mgmt-security/azure/mgmt/security
2019
```
21-
``` yaml $(python) && $(python-mode) == 'create' && $(track2)
22-
basic-setup-py: true
23-
output-folder: $(python-sdks-folder)/security/azure-mgmt-security
24-
```
2520
26-
```yaml $(python) && $(track2)
21+
```yaml $(python)
2722
modelerfour:
2823
lenient-model-deduplication: true
2924
directive:
@@ -43,4 +38,4 @@ directive:
4338
where: $.definitions.AlertSimulatorRequestProperties.properties.kind
4439
transform: >
4540
$['x-ms-enum']['name'] = 'kindEnum';
46-
```
41+
```

specification/signalr/resource-manager/readme.python.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ These settings apply only when `--python` is specified on the command line.
44
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
55
Use `--python-mode=update` if you already have a setup.py and just want to update the code itself.
66

7-
``` yaml $(python) && $(track2)
8-
python-mode: create
7+
``` yaml $(python)
98
azure-arm: true
109
license-header: MICROSOFT_MIT_NO_VERSION
1110
namespace: azure.mgmt.signalr
@@ -14,13 +13,9 @@ package-version: 1.0.0b1
1413
clear-output-folder: true
1514
```
1615
17-
``` yaml $(python) && $(python-mode) == 'update' && $(track2)
16+
``` yaml $(python)
1817
no-namespace-folders: true
1918
output-folder: $(python-sdks-folder)/signalr/azure-mgmt-signalr/azure/mgmt/signalr
2019
```
21-
``` yaml $(python) && $(python-mode) == 'create' && $(track2)
22-
basic-setup-py: true
23-
output-folder: $(python-sdks-folder)/signalr/azure-mgmt-signalr
24-
```
2520
2621

0 commit comments

Comments
 (0)