Skip to content

Commit

Permalink
Update readme.python.md (#26676)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenxiJiang333 authored Nov 14, 2023
1 parent 752c7a5 commit 00c060f
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions specification/web/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@ Generate all API versions currently shipped for this package
```yaml $(python)
multiapi: true
default-api-version: "2022-09-01"
default-api-version: "2023-01-01"
clear-output-folder: true
batch:
- tag: package-2023-01
- tag: package-2022-09
- tag: package-2021-03-only
- tag: package-2021-01-15-only
Expand All @@ -44,8 +45,19 @@ batch:
``` yaml $(multiapiscript)
output-folder: $(python-sdks-folder)/appservice/azure-mgmt-web/azure/mgmt/web/
perform-load: false
clear-output-folder: false
```
### Tag: package-2023-01 and python
These settings apply only when `--tag=package-2023-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>`.

``` yaml $(tag) == 'package-2023-01' && $(python)
namespace: azure.mgmt.web.v2023_01_01
output-folder: $(python-sdks-folder)/appservice/azure-mgmt-web/azure/mgmt/web/v2023_01_01
```

### Tag: package-2022-09 and python

These settings apply only when `--tag=package-2022-09 --python` is specified on the command line.
Expand All @@ -56,7 +68,6 @@ namespace: azure.mgmt.web.v2022_09_01
output-folder: $(python-sdks-folder)/appservice/azure-mgmt-web/azure/mgmt/web/v2022_09_01
```

```
### Tag: package-2021-03-only and python

These settings apply only when `--tag=package-2021-03-only --python` is specified on the command line.
Expand Down

0 comments on commit 00c060f

Please sign in to comment.