Skip to content

Commit c68c3ef

Browse files
Wzb123456789JoshLove-msft
authored andcommitted
Update readme.python.md (Azure#23240)
1 parent fe7ac6d commit c68c3ef

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

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

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@ Generate all API versions currently shipped for this package
1616
1717
```yaml $(python)
1818
clear-output-folder: true
19-
default-api-version: "2022-05-01"
19+
default-api-version: "2023-03-01"
2020
multiapi: true
2121
batch:
22+
- tag: package-2023-03-01
2223
- tag: package-2022-05-01
2324
- tag: package-2022-03-01-preview
2425
- multiapiscript: true
@@ -29,6 +30,16 @@ output-folder: $(python-sdks-folder)/appconfiguration/azure-mgmt-appconfiguratio
2930
perform-load: false
3031
```
3132
33+
### Tag: package-2023-03-01 and python
34+
35+
These settings apply only when `--tag=package-2023-03-01 --python` is specified on the command line.
36+
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
37+
38+
``` yaml $(tag) == 'package-2023-03-01' && $(python)
39+
namespace: azure.mgmt.appconfiguration.v2023_03_01
40+
output-folder: $(python-sdks-folder)/appconfiguration/azure-mgmt-appconfiguration/azure/mgmt/appconfiguration/v2023_03_01
41+
```
42+
3243
### Tag: package-2022-05-01 and python
3344

3445
These settings apply only when `--tag=package-2022-05-01 --python` is specified on the command line.

0 commit comments

Comments
 (0)