File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
specification/monitor/resource-manager Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ directive:
45
45
46
46
These settings apply only when ` --tag=package-2022-08-01-preview-only` is specified on the command line
47
47
48
- ` ` ` yaml $(tag) == 'Microsoft.Insights/preview/ 2022-08-01-preview/scheduledQueryRule_API.json '
48
+ ` ` ` yaml $(tag) == 'package- 2022-08-01-preview-only '
49
49
input-file:
50
50
- Microsoft.Insights/preview/2022-08-01-preview/scheduledQueryRule_API.json
51
51
` ` `
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-08-01-preview-only
22
23
- tag : package-2022-10-01-only
23
24
- tag : package-2022-06-01-only
24
25
- tag : package-2022-04-01-only
@@ -65,6 +66,16 @@ namespace: $(python-base-namespace).v2022_10_01
65
66
output-folder: $(python-sdks-folder)/$(python-base-folder)/v2022_10_01
66
67
` ` `
67
68
69
+ # ## Tag: package-2022-08-01-preview-only and python
70
+
71
+ These settings apply only when `package-2022-08-01-preview-only --python` is specified on the command line.
72
+ Please also specify `--python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone>`.
73
+
74
+ ` ` ` yaml $(tag) == 'package-2022-08-01-preview-only'
75
+ namespace: $(python-base-namespace).v2022_08_01_preview
76
+ output-folder: $(python-sdks-folder)/$(python-base-folder)/v2022_08_01_preview
77
+ ` ` `
78
+
68
79
# ## Tag: package-2022-06-01-only and python
69
80
70
81
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