Skip to content

Commit aa07802

Browse files
msyycdabenhamMic
authored andcommitted
[portal]Update readme.python.md (Azure#13907)
* Update readme.python.md * Update readme.md * Update readme.python.md * Update readme.python.md
1 parent d5a3570 commit aa07802

File tree

2 files changed

+8
-27
lines changed

2 files changed

+8
-27
lines changed

specification/portal/resource-manager/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ This is not used by Autorest itself.
7979
``` yaml $(swagger-to-sdk)
8080
swagger-to-sdk:
8181
- repo: azure-powershell
82-
- repo: azure-sdk-for-python
82+
- repo: azure-sdk-for-python-track2
8383
- repo: azure-sdk-for-java
8484
- repo: azure-sdk-for-go
8585
- repo: azure-sdk-for-node

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

Lines changed: 7 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -3,40 +3,21 @@
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)
7-
python:
8-
azure-arm: true
9-
license-header: MICROSOFT_MIT_NO_VERSION
10-
payload-flattening-threshold: 2
11-
namespace: azure.mgmt.portal
12-
package-name: azure-mgmt-portal
13-
package-version: 0.1.0
14-
clear-output-folder: true
15-
```
16-
```yaml $(python) && $(track2)
6+
``` yaml $(track2)
177
azure-arm: true
188
license-header: MICROSOFT_MIT_NO_VERSION
199
namespace: azure.mgmt.portal
2010
package-name: azure-mgmt-portal
21-
package-version: 0.1.0
11+
package-version: 1.0.0b1
2212
clear-output-folder: true
2313
```
2414
25-
```yaml $(python) && $(python-mode) == 'create' && !$(track2)
26-
python:
27-
basic-setup-py: true
28-
output-folder: $(python-sdks-folder)/portal/azure-mgmt-portal
29-
```
30-
```yaml $(python) && $(python-mode) == 'update' && !$(track2)
31-
python:
32-
no-namespace-folders: true
33-
output-folder: $(python-sdks-folder)/portal/azure-mgmt-portal/azure/mgmt/portal
15+
``` yaml $(python-mode) == 'update' && $(track2)
16+
no-namespace-folders: true
17+
output-folder: $(python-sdks-folder)/portal/azure-mgmt-portal/azure/mgmt/portal
3418
```
35-
```yaml $(python) && $(python-mode) == 'create' && $(track2)
19+
20+
``` yaml $(python-mode) == 'create' && $(track2)
3621
basic-setup-py: true
3722
output-folder: $(python-sdks-folder)/portal/azure-mgmt-portal
3823
```
39-
```yaml $(python) && $(python-mode) == 'update' && $(track2)
40-
no-namespace-folders: true
41-
output-folder: $(python-sdks-folder)/portal/azure-mgmt-portal/azure/mgmt/portal
42-
```

0 commit comments

Comments
 (0)