Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update readme.python.md #25136

Merged
merged 1 commit into from
Aug 3, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion specification/network/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ Generate all API versions currently shipped for this package

```yaml $(python)
multiapi: true
default-api-version: "2023-02-01"
default-api-version: "2023-04-01"
clear-output-folder: true
batch:
- tag: package-2023-04
- tag: package-2023-02
- tag: package-2021-02
- tag: package-2021-02-preview-only
Expand Down Expand Up @@ -54,6 +55,16 @@ perform-load: false
clear-output-folder: false
```

### Tag: package-2023-04 and python

These settings apply only when `--tag=package-2023-04 --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-04'
namespace: azure.mgmt.network.v2023_04_01
output-folder: $(python-sdks-folder)/network/azure-mgmt-network/azure/mgmt/network/v2023_04_01
```

### Tag: package-2023-02 and python

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