Skip to content

Commit

Permalink
Update readme.python.md (#24601)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wzb123456789 authored Jun 27, 2023
1 parent 686983b commit 94e9ea5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions specification/network/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ Generate all API versions currently shipped for this package
```yaml $(python)
multiapi: true
default-api-version: "2022-11-01"
default-api-version: "2023-02-01"
clear-output-folder: true
batch:
- tag: package-2022-11
- tag: package-2023-02
- tag: package-2021-02
- tag: package-2021-02-preview-only
- tag: package-2020-11
Expand Down Expand Up @@ -53,14 +53,14 @@ output-folder: $(python-sdks-folder)/network/azure-mgmt-network/azure/mgmt/netwo
perform-load: false
```
### Tag: package-2022-11 and python
### Tag: package-2023-02 and python
These settings apply only when `--tag=package-2022-11 --python` is specified on the command line.
These settings apply only when `--tag=package-2023-02 --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-11'
namespace: azure.mgmt.network.v2022_11_01
output-folder: $(python-sdks-folder)/network/azure-mgmt-network/azure/mgmt/network/v2022_11_01
``` yaml $(tag) == 'package-2023-02'
namespace: azure.mgmt.network.v2023_02_01
output-folder: $(python-sdks-folder)/network/azure-mgmt-network/azure/mgmt/network/v2023_02_01
```

### Tag: package-2021-02-preview-only and python
Expand Down

0 comments on commit 94e9ea5

Please sign in to comment.