File tree Expand file tree Collapse file tree 2 files changed +14
-5
lines changed
specification/kubernetesconfiguration/resource-manager Expand file tree Collapse file tree 2 files changed +14
-5
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,15 @@ input-file:
4545 - Microsoft.KubernetesConfiguration/stable/2023-05-01/operations.json
4646` ` `
4747
48+ # ## Tag: package-preview-2024-04-only
49+
50+ These settings apply only when `--tag=package-preview-2024-04-only` is specified on the command line.
51+
52+ ` ` ` yaml $(tag) == 'package-preview-2024-04-only'
53+ input-file:
54+ - Microsoft.KubernetesConfiguration/preview/2024-04-01-preview/fluxconfiguration.json
55+ ` ` `
56+
4857# ## Tag: package-2023-05
4958
5059These settings apply only when `--tag=package-2023-05` is specified on the command line.
Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ Generate all API versions currently shipped for this package
2020
2121` ` ` yaml $(python)
2222multiapi : true
23- default-api-version : " 2024-04 -01-preview "
23+ default-api-version : " 2023-05 -01"
2424clear-output-folder : true
2525batch :
26- - tag : package-preview-2024-04
26+ - tag : package-preview-2024-04-only
2727 - tag : package-2023-05
2828 - tag : package-2022-11
2929 - tag : package-2022-07
@@ -47,11 +47,11 @@ clear-output-folder: false
4747perform-load : false
4848` ` `
4949
50- ### Tag: package-preview-2024-04 and python
50+ ### Tag: package-preview-2024-04-only and python
5151
52- These settings apply only when ` --tag=package-preview-2024-04 --python` is specified on the command line.
52+ These settings apply only when ` --tag=package-preview-2024-04-only --python` is specified on the command line.
5353
54- ` ` ` yaml $(tag) == 'package-preview-2022 -04'
54+ ` ` ` yaml $(tag) == 'package-preview-2024 -04-only '
5555namespace: azure.mgmt.kubernetesconfiguration.v2024_04_01_preview
5656output-folder: $(python-sdks-folder)/kubernetesconfiguration/azure-mgmt-kubernetesconfiguration/azure/mgmt/kubernetesconfiguration/v2024_04_01_preview
5757` ` `
You can’t perform that action at this time.
0 commit comments