File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed
specification/applicationinsights/resource-manager Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -324,6 +324,15 @@ input-file:
324324 - Microsoft.Insights/preview/2020-03-01-preview/componentLinkedStorageAccounts_API.json
325325` ` `
326326
327+ # ## Tag: package-2022-06-15-only
328+
329+ These settings apply only when `--tag=package-2022-06-15-only` is specified on the command line.
330+
331+ ` ` ` yaml $(tag) == 'package-2022-06-15-only'
332+ input-file:
333+ - Microsoft.Insights/stable/2022-06-15/webTests_API.json
334+ ` ` `
335+
327336# ## Tag: package-2022-04-01
328337
329338These settings apply only when `--tag=package-2022-04-01` is specified on the command line.
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ no-namespace-folders: true
1414
1515` ` ` yaml $(python)
1616multiapi : true
17- default-api-version : " 2022-04-01 "
17+ default-api-version : " 2022-06-15 "
1818clear-output-folder : true
1919batch :
2020 - tag : package-2015-05
3131 - tag : package-2021-08
3232 - tag : package-2021-10
3333 - tag : package-2022-04-01-only
34+ - tag : package-2022-06-15-only
3435 - multiapiscript : true
3536` ` `
3637
@@ -39,6 +40,15 @@ output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationi
3940perform-load : false
4041` ` `
4142
43+ ### Tag: package-2022-06-15-only and python
44+
45+ These settings apply only when ` --tag=package-2022-06-15-only --python` is specified on the command line.
46+
47+ ` ` ` yaml $(tag) == 'package-2022-06-15-only' && $(python)
48+ namespace: azure.mgmt.applicationinsights.v2022_06_15_only
49+ output-folder: $(python-sdks-folder)/applicationinsights/azure-mgmt-applicationinsights/azure/mgmt/applicationinsights/v2022_06_15_only
50+ ` ` `
51+
4252# ## Tag: package-2015-05 and python
4353
4454These settings apply only when `--tag=package-2015-05 --python` is specified on the command line.
You can’t perform that action at this time.
0 commit comments