Skip to content

Commit 19a632e

Browse files
authored
update readme (Azure#18225)
* update readme * Update readme.python.md
1 parent a59006e commit 19a632e

File tree

5 files changed

+17
-42
lines changed

5 files changed

+17
-42
lines changed

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

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
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

6-
``` yaml $(python) && $(track2)
6+
``` yaml $(python)
77
azure-arm: true
88
license-header: MICROSOFT_MIT_NO_VERSION
99
namespace: azure.mgmt.automation
@@ -12,18 +12,12 @@ package-version: 1.0.0b1
1212
clear-output-folder: true
1313
```
1414
15-
``` yaml $(python) && $(python-mode) == 'update' && $(track2)
15+
``` yaml $(python)
1616
no-namespace-folders: true
1717
output-folder: $(python-sdks-folder)/automation/azure-mgmt-automation/azure/mgmt/automation
1818
```
1919
20-
21-
``` yaml $(python) && $(python-mode) == 'create' && $(track2)
22-
basic-setup-py: true
23-
output-folder: $(python-sdks-folder)/automation/azure-mgmt-automation
24-
```
25-
26-
``` yaml $(python) && $(track2)
20+
``` yaml $(python)
2721
modelerfour:
2822
lenient-model-deduplication: true
2923
```

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

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,16 @@
33
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

6-
``` yaml $(track2)
6+
``` yaml $(python)
77
azure-arm: true
88
license-header: MICROSOFT_MIT_NO_VERSION
99
package-name: azure-mgmt-chaos
10-
no-namespace-folders: true
10+
namespace: azure.mgmt.chaos
1111
package-version: 1.0.0b1
1212
clear-output-folder: true
1313
```
1414
15-
``` yaml $(python-mode) == 'update' && $(track2)
15+
``` yaml $(python)
1616
no-namespace-folders: true
1717
output-folder: $(python-sdks-folder)/chaos/azure-mgmt-chaos/azure/mgmt/chaos
1818
```
19-
20-
``` yaml $(python-mode) == 'create' && $(track2)
21-
basic-setup-py: true
22-
output-folder: $(python-sdks-folder)/chaos/azure-mgmt-chaos
23-
```

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

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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-
``` yaml $(python) && $(track2)
8+
``` yaml $(python)
99
azure-arm: true
1010
license-header: MICROSOFT_MIT_NO_VERSION
1111
namespace: azure.mgmt.datamigration
@@ -16,17 +16,12 @@ clear-output-folder: true
1616
1717
1818
19-
``` yaml $(python) && $(python-mode) == 'update' && $(track2)
19+
``` yaml $(python)
2020
no-namespace-folders: true
2121
output-folder: $(python-sdks-folder)/datamigration/azure-mgmt-datamigration/azure/mgmt/datamigration
2222
```
2323
24-
``` yaml $(python) && $(python-mode) == 'create' && $(track2)
25-
basic-setup-py: true
26-
output-folder: $(python-sdks-folder)/datamigration/azure-mgmt-datamigration
27-
```
28-
29-
``` yaml $(python) && $(track2)
24+
``` yaml $(python)
3025
directive:
3126
- from: swagger-document
3227
where: $.definitions.MigrateSchemaSqlServerSqlDbTaskOutput

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

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,20 @@ 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)
7+
``` yaml $(python)
88
azure-arm: true
99
license-header: MICROSOFT_MIT_NO_VERSION
1010
package-name: azure-mgmt-devspaces
11-
no-namespace-folders: true
11+
namespace: azure.mgmt.devspaces
1212
package-version: 1.0.0b1
1313
clear-output-folder: true
1414
```
15-
``` yaml $(python) && $(python-mode) == 'update' && $(track2)
15+
``` yaml $(python)
1616
no-namespace-folders: true
1717
output-folder: $(python-sdks-folder)/aks/azure-mgmt-devspaces/azure/mgmt/devspaces
1818
```
19-
``` yaml $(python) && $(python-mode) == 'create' && $(track2)
20-
basic-setup-py: true
21-
output-folder: $(python-sdks-folder)/aks/azure-mgmt-devspaces
22-
```
2319
24-
``` yaml $(python) && $(track2)
20+
``` yaml $(python)
2521
directive:
2622
- from: swagger-document
2723
where: $.definitions.OrchestratorSpecificConnectionDetails

specification/hdinsight/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.hdinsight
@@ -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)/hdinsight/azure-mgmt-hdinsight/azure/mgmt/hdinsight
2019
```
21-
``` yaml $(python) && $(python-mode) == 'create' && $(track2)
22-
basic-setup-py: true
23-
output-folder: $(python-sdks-folder)/hdinsight/azure-mgmt-hdinsight
24-
```
2520
26-
``` yaml $(python) && $(track2)
21+
``` yaml $(python)
2722
modelerfour:
2823
lenient-model-deduplication: true
29-
```
24+
```

0 commit comments

Comments
 (0)