Skip to content

Commit ab45856

Browse files
jikumadargilco
authored andcommitted
Add missing api version for python sdk. (#25672)
1 parent 5ac0623 commit ab45856

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

specification/containerregistry/resource-manager/readme.python.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ clear-output-folder: true
2323
batch:
2424
- tag: package-2023-08-preview-only
2525
- tag: package-2023-07-only
26+
- tag: package-2023-06-preview-only
2627
- tag: package-2023-01-preview-only
2728
- tag: package-2022-12-only
2829
- tag: package-2022-02-preview-only
@@ -69,6 +70,16 @@ namespace: azure.mgmt.containerregistry.v2023_07_01
6970
output-folder: $(python-sdks-folder)/containerregistry/azure-mgmt-containerregistry/azure/mgmt/containerregistry/v2023_07_01
7071
```
7172

73+
### Tag: package-2023-06-preview-only and python
74+
75+
These settings apply only when `--tag=package-2023-06-preview-only --python` is specified on the command line.
76+
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
77+
78+
``` yaml $(tag) == 'package-2023-06-preview-only' && $(python)
79+
namespace: azure.mgmt.containerregistry.v2023_06_06_preview
80+
output-folder: $(python-sdks-folder)/containerregistry/azure-mgmt-containerregistry/azure/mgmt/containerregistry/v2023_06_01_preview
81+
```
82+
7283
### Tag: package-2023-01-preview-only and python
7384

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

0 commit comments

Comments
 (0)