File tree Expand file tree Collapse file tree 2 files changed +14
-4
lines changed
specification/monitor/resource-manager Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -713,6 +713,16 @@ input-file:
713
713
- Microsoft.Insights/stable/2018-09-01/actionGroups_API.json
714
714
` ` `
715
715
716
+ # ## Tag: package-2018-09-01-python-only
717
+
718
+ These settings apply only when `--tag=package-2018-09-01-python-only` is specified on the command line.
719
+
720
+ ` ` ` yaml $(tag) == 'package-2018-09-01-python-only'
721
+ input-file:
722
+ - Microsoft.Insights/stable/2018-09-01/actionGroups_API.json
723
+ - Microsoft.Insights/stable/2018-09-01/metricBaselines_API.json
724
+ ` ` `
725
+
716
726
# ## Tag: package-2018-06-01-preview-only
717
727
718
728
These settings apply only when `--tag=package-2018-06-01-preview-only` is specified on the command line.
Original file line number Diff line number Diff line change 33
33
- tag : package-2019-06-01-only
34
34
- tag : package-2019-03-01-only
35
35
- tag : package-2018-11-27-preview-only
36
- - tag : package-2018-09-01-only
36
+ - tag : package-2018-09-01-python- only
37
37
- tag : package-2018-06-01-preview-only
38
38
- tag : package-2018-04-16-only
39
39
- tag : package-2018-03-01-only
@@ -203,12 +203,12 @@ namespace: $(python-base-namespace).v2018_11_27_preview
203
203
output-folder: $(python-sdks-folder)/$(python-base-folder)/v2018_11_27_preview
204
204
` ` `
205
205
206
- # ## Tag: package-2018-09-01-only and python
206
+ # ## Tag: package-2018-09-01-python- only and python
207
207
208
- These settings apply only when `--tag=package-2018-09-01-only --python` is specified on the command line.
208
+ These settings apply only when `--tag=package-2018-09-01-python- only --python` is specified on the command line.
209
209
Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
210
210
211
- ` ` ` yaml $(tag) == 'package-2018-09-01-only'
211
+ ` ` ` yaml $(tag) == 'package-2018-09-01-python- only'
212
212
namespace: $(python-base-namespace).v2018_09_01
213
213
output-folder: $(python-sdks-folder)/$(python-base-folder)/v2018_09_01
214
214
` ` `
You can’t perform that action at this time.
0 commit comments