Skip to content

Commit

Permalink
Update readme.python.md (Azure#31671)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenxiJiang333 authored Nov 27, 2024
1 parent c5282d8 commit 6282f2b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions specification/compute/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ default-api-version: "2024-07-01"
clear-output-folder: true
batch:
- tag: package-2024-07-01-only
- tag: package-2024-03-03-only
- tag: package-2024-03-02-only
- tag: package-2024-03-01-only
- tag: package-2023-10-02-only
Expand Down Expand Up @@ -107,6 +108,16 @@ namespace: azure.mgmt.compute.v2024_07_01
output-folder: $(python-sdks-folder)/compute/azure-mgmt-compute/azure/mgmt/compute/v2024_07_01
```

### Tag: package-2024-03-03-only

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

### Tag: package-2024-03-02-only

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

0 comments on commit 6282f2b

Please sign in to comment.