Skip to content

Commit dc90355

Browse files
authored
[blueprint]python track2 configuration (#15278)
* Update readme.python.md * Update readme.md * Update readme.python.md
1 parent 528e36c commit dc90355

File tree

2 files changed

+17
-22
lines changed

2 files changed

+17
-22
lines changed

specification/blueprint/resource-manager/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ swagger-to-sdk:
6262
- repo: azure-sdk-for-net
6363
- repo: azure-sdk-for-go
6464
- repo: azure-sdk-for-js
65-
- repo: azure-sdk-for-python
65+
- repo: azure-sdk-for-python-track2
6666
- repo: azure-resource-manager-schemas
6767
```
6868

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

Lines changed: 16 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,22 @@
22

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>`.
5-
Use `--python-mode=update` if you already have a setup.py and just want to update the code itself.
65

7-
``` yaml $(python)
8-
python-mode: create
9-
python:
10-
azure-arm: true
11-
license-header: MICROSOFT_MIT_NO_VERSION
12-
payload-flattening-threshold: 2
13-
namespace: azure.mgmt.blueprint
14-
package-name: azure-mgmt-blueprint
15-
title: BlueprintManagementClient
16-
description: The Blueprint Client.
17-
clear-output-folder: true
6+
``` yaml $(track2)
7+
azure-arm: true
8+
license-header: MICROSOFT_MIT_NO_VERSION
9+
package-name: azure-mgmt-blueprint
10+
no-namespace-folders: true
11+
package-version: 1.0.0b1
12+
clear-output-folder: true
1813
```
19-
``` yaml $(python) && $(python-mode) == 'update'
20-
python:
21-
no-namespace-folders: true
22-
output-folder: $(python-sdks-folder)/azure-mgmt-blueprint/azure/mgmt/blueprint
14+
15+
``` yaml $(python-mode) == 'update' && $(track2)
16+
no-namespace-folders: true
17+
output-folder: $(python-sdks-folder)/blueprint/azure-mgmt-blueprint/azure/mgmt/blueprint
18+
```
19+
20+
``` yaml $(python-mode) == 'create' && $(track2)
21+
basic-setup-py: true
22+
output-folder: $(python-sdks-folder)/blueprint/azure-mgmt-blueprint
2323
```
24-
``` yaml $(python) && $(python-mode) == 'create'
25-
python:
26-
basic-setup-py: true
27-
output-folder: $(python-sdks-folder)/azure-mgmt-blueprint
28-
```

0 commit comments

Comments
 (0)