Skip to content
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/compute/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,10 @@ Generate all API versions currently shipped for this package

```yaml $(python)
multiapi: true
default-api-version: "2023-03-01"
default-api-version: "2023-07-01"
clear-output-folder: true
batch:
- tag: package-2023-07-01-only
- tag: package-2023-03-01-only
- tag: package-2023-01-02-only
- tag: package-2022-11-01-only
Expand Down Expand Up @@ -88,6 +89,16 @@ perform-load: false
clear-output-folder: false
```

### Tag: package-2023-07-01-only

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

### Tag: package-2023-03-01-only

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