Skip to content

Commit

Permalink
Update readme.python.md (Azure#23033)
Browse files Browse the repository at this point in the history
  • Loading branch information
msyyc authored and aviyerMSFT committed Mar 22, 2023
1 parent 78574fd commit 04fbc85
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions specification/web/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ Generate all API versions currently shipped for this package
```yaml $(python)
multiapi: true
default-api-version: "2022-03-01"
default-api-version: "2022-09-01"
clear-output-folder: true
batch:
- tag: package-2022-03-only
- tag: package-2022-09
- tag: package-2021-03-only
- tag: package-2021-01-15-only
- tag: package-2021-01-only
Expand All @@ -46,14 +46,14 @@ output-folder: $(python-sdks-folder)/appservice/azure-mgmt-web/azure/mgmt/web/
perform-load: false

```
### Tag: package-2022-03-only and python
### Tag: package-2022-09 and python
These settings apply only when `--tag=package-2022-03-only --python` is specified on the command line.
These settings apply only when `--tag=package-2022-09 --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>`.

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

```
Expand Down

0 comments on commit 04fbc85

Please sign in to comment.