Skip to content

Commit 48d8558

Browse files
authored
update readme.python.md (#18515)
Co-authored-by: ZiWei Chen (WICRESOFT NORTH AMERICA LTD) <[email protected]>
1 parent b9f7b5b commit 48d8558

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed
Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
## Python
22

3-
These settings apply only when `--track2` is specified on the command line.
3+
These settings apply only when `--python` 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-azureadexternalidentities
@@ -15,43 +15,43 @@ python-base-folder: azureadexternalidentities/azure-mgmt-azureadexternalidentiti
1515
1616
Generate all API versions currently shipped for this package
1717
18-
```yaml $(multiapi) && $(track2)
18+
```yaml $(multiapi) && $(python)
1919
clear-output-folder: true
2020
batch:
21+
- tag: package-2021-04-01
2122
- tag: package-2020-05-01-preview
2223
- tag: package-2019-01-01-preview
2324
- multiapiscript: true
2425
```
2526
2627
``` yaml $(multiapiscript)
2728
output-folder: $(python-sdks-folder)/azureadexternalidentities/azure-mgmt-azureadexternalidentities/azure/mgmt/azureadexternalidentities/
28-
clear-output-folder: false
2929
perform-load: false
3030
```
3131
3232
### Tag: package-2021-04-01 and python
3333
3434
These settings apply only when `--tag=package-2021-04-01 --python` is specified on the command line. Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
3535

36-
```yaml $(tag) =='package-2021-04-01'
36+
```yaml $(tag) =='package-2021-04-01'&& $(python)
3737
namespace: $(python-base-namespace).v2021_04_01
38-
output-folder: $(python-sdks-folder)/$(python-base-folder)/v2021_04_01
38+
output-folder: $(python-sdks-folder)/azureadexternalidentities/azure-mgmt-azureadexternalidentities/azure/mgmt/azureadexternalidentities/v2021_04_01
3939
```
4040

4141
### Tag: package-2020-05-01-preview and python
4242

4343
These settings apply only when `--tag=package-2020-05-01-preview --python` is specified on the command line. Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
4444

45-
```yaml $(tag) =='package-2020-05-01-preview'
45+
```yaml $(tag) =='package-2020-05-01-preview'&& $(python)
4646
namespace: $(python-base-namespace).v2020_05_01_preview
47-
output-folder: $(python-sdks-folder)/$(python-base-folder)/v2020_05_01_preview
47+
output-folder: $(python-sdks-folder)/azureadexternalidentities/azure-mgmt-azureadexternalidentities/azure/mgmt/azureadexternalidentities/v2021_04_01
4848
```
4949

5050
### Tag: package-2019-01-01-preview and python
5151

5252
These settings apply only when `--tag=package-2019-01-01-preview --python` is specified on the command line. Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
5353

54-
```yaml $(tag) =='package-2019-01-01-preview'
54+
```yaml $(tag) =='package-2019-01-01-preview'&& $(python)
5555
namespace: $(python-base-namespace).v2019_01_01_preview
56-
output-folder: $(python-sdks-folder)/$(python-base-folder)/v2019_01_01_preview
56+
output-folder: $(python-sdks-folder)/azureadexternalidentities/azure-mgmt-azureadexternalidentities/azure/mgmt/azureadexternalidentities/v2021_04_01
5757
```

0 commit comments

Comments
 (0)