File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed
specification/monitor/resource-manager Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -73,6 +73,15 @@ input-file:
73
73
- Microsoft.Insights/preview/2021-09-01-preview/dataCollectionRules_API.json
74
74
` ` `
75
75
76
+ # ## Tag: package-2022-06-01-only
77
+
78
+ These settings apply only when `--tag=package-2022-06-01-only` is specified on the command line
79
+
80
+ ` ` ` yaml $(tag) == 'package-2022-06-01-only'
81
+ input-file:
82
+ - Microsoft.Insights/stable/2022-06-01/actionGroups_API.json
83
+ ` ` `
84
+
76
85
# ## Tag: package-2022-04
77
86
78
87
These settings apply only when `--tag=package-2022-04` is specified on the command line
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ Generate all API versions currently shipped for this package
19
19
clear-output-folder : true
20
20
multiapi : true
21
21
batch :
22
+ - tag : package-2022-06-01-only
22
23
- tag : package-2022-04-01-only
23
24
- tag : package-2022-02-01-preview-only
24
25
- tag : package-2021-09-01-only
@@ -53,6 +54,16 @@ output-folder: $(python-sdks-folder)/monitor/azure-mgmt-monitor/azure/mgmt/monit
53
54
perform-load : false
54
55
` ` `
55
56
57
+ ### Tag: package-2022-06-01-only and python
58
+
59
+ These settings apply only when ` --tag=package-2022-06-01-only --python` is specified on the command line.
60
+ Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
61
+
62
+ ` ` ` yaml $(tag) == 'package-2022-06-01-only'
63
+ namespace: $(python-base-namespace).v2022_06_01
64
+ output-folder: $(python-sdks-folder)/$(python-base-folder)/v2022_06_01
65
+ ` ` `
66
+
56
67
# ## Tag: package-2022-04-01-only and python
57
68
58
69
These settings apply only when `--tag=package-2022-04-01-only --python` is specified on the command line.
You can’t perform that action at this time.
0 commit comments