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 @@ -103,6 +103,15 @@ input-file:
103
103
- Microsoft.Insights/preview/2021-09-01-preview/dataCollectionRules_API.json
104
104
` ` `
105
105
106
+ # ## Tag: package-2022-10-01-only
107
+
108
+ These settings apply only when `--tag=package-2022-10-01-only` is specified on the command line
109
+
110
+ ` ` ` yaml $(tag) == 'package-2022-10-01-only'
111
+ input-file:
112
+ - Microsoft.Insights/stable/2022-10-01/autoscale_API.json
113
+ ` ` `
114
+
106
115
# ## Tag: package-2022-06
107
116
108
117
These settings apply only when `--tag=package-2022-06` 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-10-01-only
22
23
- tag : package-2022-06-01-only
23
24
- tag : package-2022-04-01-only
24
25
- tag : package-2022-02-01-preview-only
@@ -54,6 +55,16 @@ output-folder: $(python-sdks-folder)/monitor/azure-mgmt-monitor/azure/mgmt/monit
54
55
perform-load : false
55
56
` ` `
56
57
58
+ ### Tag: package-2022-10-01-only and python
59
+
60
+ These settings apply only when ` --tag=package-2022-10-01-only --python` is specified on the command line.
61
+ Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
62
+
63
+ ` ` ` yaml $(tag) == 'package-2022-10-01-only'
64
+ namespace: $(python-base-namespace).v2022_10_01
65
+ output-folder: $(python-sdks-folder)/$(python-base-folder)/v2022_10_01
66
+ ` ` `
67
+
57
68
# ## Tag: package-2022-06-01-only and python
58
69
59
70
These settings apply only when `--tag=package-2022-06-01-only --python` is specified on the command line.
You can’t perform that action at this time.
0 commit comments