Skip to content

Commit bd3f5bd

Browse files
kazrael2119FredericHeem
authored andcommitted
Update readme.python.md (Azure#18203)
* 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) <v-ziweichen@microsoft.com>
1 parent 8cda0ad commit bd3f5bd

File tree

4 files changed

+13
-28
lines changed

4 files changed

+13
-28
lines changed

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

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,16 @@
22

33
These settings apply only when `--track2` is specified on the command line.
44

5-
``` yaml $(track2)
5+
``` yaml $(python)
66
azure-arm: true
77
license-header: MICROSOFT_MIT_NO_VERSION
88
package-name: azure-mgmt-appconfiguration
9-
no-namespace-folders: true
9+
namespace: azure.mgmt.appconfiguration
1010
package-version: 1.0.0b1
1111
clear-output-folder: true
1212
```
1313
14-
``` yaml $(python-mode) == 'update' && $(track2)
14+
``` yaml $(python)
1515
no-namespace-folders: true
1616
output-folder: $(python-sdks-folder)/appconfiguration/azure-mgmt-appconfiguration/azure/mgmt/appconfiguration
1717
```
18-
``` yaml $(python-mode) == 'create' && $(track2)
19-
basic-setup-py: true
20-
output-folder: $(python-sdks-folder)/appconfiguration/azure-mgmt-appconfiguration
21-
```

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

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +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 $(python) && $(track2)
6+
```yaml $(python)
77
azure-arm: true
88
license-header: MICROSOFT_MIT_NO_VERSION
9+
namespace: azure.mgmt.hybridnetwork
910
package-name: azure-mgmt-hybridnetwork
1011
package-version: 1.0.0b1
1112
clear-output-folder: true
1213
```
1314
14-
```yaml $(python) && $(python-mode) == 'update' && $(track2)
15+
```yaml $(python)
1516
no-namespace-folders: true
1617
output-folder: $(python-sdks-folder)/hybridnetwork/azure-mgmt-hybridnetwork/azure/mgmt/hybridnetwork
1718
```
18-
19-
``` yaml $(python) && $(python-mode) == 'create' && $(track2)
20-
basic-setup-py: true
21-
output-folder: $(python-sdks-folder)/hybridnetwork/azure-mgmt-hybridnetwork
22-
```

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

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +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)
7+
``` yaml $(python)
88
python-mode: create
99
azure-arm: true
1010
license-header: MICROSOFT_MIT_NO_VERSION
@@ -14,16 +14,13 @@ package-version: 1.0.0b1
1414
clear-output-folder: true
1515
```
1616
17-
``` yaml $(python) && $(python-mode) == 'update' && $(track2)
17+
``` yaml $(python)
1818
no-namespace-folders: true
1919
output-folder: $(python-sdks-folder)/servicefabric/azure-mgmt-servicefabric/azure/mgmt/servicefabric
2020
```
21-
``` yaml $(python) && $(python-mode) == 'create' && $(track2)
22-
basic-setup-py: true
23-
output-folder: $(python-sdks-folder)/servicefabric/azure-mgmt-servicefabric
24-
```
2521
26-
``` yaml $(python) && $(track2)
22+
23+
``` yaml $(python)
2724
directive:
2825
- from: application.json
2926
where: $.paths["/providers/Microsoft.ServiceFabric/operations"].get
@@ -36,4 +33,4 @@ directive:
3633
- from: nodetype.json
3734
where: $.paths["/providers/Microsoft.ServiceFabric/operations"].get
3835
transform: $['operationId'] = 'Nodetype_List'
39-
```
36+
```

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

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +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)
7+
``` yaml $(python)
88
azure-arm: true
99
license-header: MICROSOFT_MIT_NO_VERSION
1010
namespace: azure.mgmt.timeseriesinsights
@@ -14,11 +14,7 @@ clear-output-folder: true
1414
```
1515
1616
17-
``` yaml $(python) && $(python-mode) == 'update' && $(track2)
17+
``` yaml $(python)
1818
no-namespace-folders: true
1919
output-folder: $(python-sdks-folder)/timeseriesinsights/azure-mgmt-timeseriesinsights/azure/mgmt/timeseriesinsights
2020
```
21-
``` yaml $(python) && $(python-mode) == 'create' && $(track2)
22-
basic-setup-py: true
23-
output-folder: $(python-sdks-folder)/timeseriesinsights/azure-mgmt-timeseriesinsights
24-
```

0 commit comments

Comments
 (0)