Skip to content

Commit 6c5d604

Browse files
msyycKayla Ames
authored and
Kayla Ames
committed
Update readme.python.md (Azure#23033)
1 parent 29fe5ab commit 6c5d604

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ Generate all API versions currently shipped for this package
2020
2121
```yaml $(python)
2222
multiapi: true
23-
default-api-version: "2022-03-01"
23+
default-api-version: "2022-09-01"
2424
clear-output-folder: true
2525
batch:
26-
- tag: package-2022-03-only
26+
- tag: package-2022-09
2727
- tag: package-2021-03-only
2828
- tag: package-2021-01-15-only
2929
- tag: package-2021-01-only
@@ -46,14 +46,14 @@ output-folder: $(python-sdks-folder)/appservice/azure-mgmt-web/azure/mgmt/web/
4646
perform-load: false
4747

4848
```
49-
### Tag: package-2022-03-only and python
49+
### Tag: package-2022-09 and python
5050
51-
These settings apply only when `--tag=package-2022-03-only --python` is specified on the command line.
51+
These settings apply only when `--tag=package-2022-09 --python` is specified on the command line.
5252
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
5353

54-
``` yaml $(tag) == 'package-2022-03-only' && $(python)
55-
namespace: azure.mgmt.web.v2022_03_01
56-
output-folder: $(python-sdks-folder)/appservice/azure-mgmt-web/azure/mgmt/web/v2022_03_01
54+
``` yaml $(tag) == 'package-2022-09' && $(python)
55+
namespace: azure.mgmt.web.v2022_09_01
56+
output-folder: $(python-sdks-folder)/appservice/azure-mgmt-web/azure/mgmt/web/v2022_09_01
5757
```
5858

5959
```

0 commit comments

Comments
 (0)