Skip to content

Commit

Permalink
Add missing api version for python sdk. (#25672)
Browse files Browse the repository at this point in the history
  • Loading branch information
jikuma authored Sep 19, 2023
1 parent 79d4b87 commit 8919b2a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions specification/containerregistry/resource-manager/readme.python.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ clear-output-folder: true
batch:
- tag: package-2023-08-preview-only
- tag: package-2023-07-only
- tag: package-2023-06-preview-only
- tag: package-2023-01-preview-only
- tag: package-2022-12-only
- tag: package-2022-02-preview-only
Expand Down Expand Up @@ -69,6 +70,16 @@ namespace: azure.mgmt.containerregistry.v2023_07_01
output-folder: $(python-sdks-folder)/containerregistry/azure-mgmt-containerregistry/azure/mgmt/containerregistry/v2023_07_01
```

### Tag: package-2023-06-preview-only and python

These settings apply only when `--tag=package-2023-06-preview-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-06-preview-only' && $(python)
namespace: azure.mgmt.containerregistry.v2023_06_06_preview
output-folder: $(python-sdks-folder)/containerregistry/azure-mgmt-containerregistry/azure/mgmt/containerregistry/v2023_06_01_preview
```

### Tag: package-2023-01-preview-only and python

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

0 comments on commit 8919b2a

Please sign in to comment.