File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
specification/containerregistry/resource-manager Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ clear-output-folder: true
2323batch :
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
6970output-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
7485These settings apply only when `--tag=package-2023-01-preview-only --python` is specified on the command line.
You can’t perform that action at this time.
0 commit comments