File tree Expand file tree Collapse file tree 1 file changed +12
-14
lines changed
specification/machinelearningservices/resource-manager Expand file tree Collapse file tree 1 file changed +12
-14
lines changed Original file line number Diff line number Diff line change @@ -26,10 +26,20 @@ These are the global settings for the Machine Learning Services API.
2626
2727``` yaml
2828openapi-type : arm
29- tag : package-2022-10
29+ tag : package-preview- 2022-10
3030` ` `
3131
32- ### Tag: package-2022-10
32+ ### Tag: package-preview-2022-10
33+
34+ These settings apply only when ` --tag=package-preview-2022-10` is specified on the command line.
35+
36+ ` ` ` yaml $(tag) == 'package-preview-2022-10'
37+ input-file:
38+ - Microsoft.MachineLearningServices/preview/2022-10-01-preview/machineLearningServices.json
39+ - Microsoft.MachineLearningServices/preview/2022-10-01-preview/mfe.json
40+ - Microsoft.MachineLearningServices/preview/2022-10-01-preview/workspaceFeatures.json
41+ - Microsoft.MachineLearningServices/preview/2022-10-01-preview/registries.json
42+ ` ` `
3343
3444# ## Tag: package-2022-10
3545
@@ -144,18 +154,6 @@ input-file:
144154 - Microsoft.MachineLearningServices/stable/2020-06-01/machineLearningServices.json
145155` ` `
146156
147- # ## Tag: package-preview-2022-10
148-
149- These settings apply only when `--tag=package-preview-2022-10` is specified on the command line.
150-
151- ` ` ` yaml $(tag) == 'package-preview-2022-10'
152- input-file:
153- - Microsoft.MachineLearningServices/preview/2022-10-01-preview/machineLearningServices.json
154- - Microsoft.MachineLearningServices/preview/2022-10-01-preview/mfe.json
155- - Microsoft.MachineLearningServices/preview/2022-10-01-preview/workspaceFeatures.json
156- - Microsoft.MachineLearningServices/preview/2022-10-01-preview/registries.json
157- ` ` `
158-
159157# ## Tag: package-preview-2020-05
160158
161159These settings apply only when `--tag=package-preview-2020-05` is specified on the command line.
You can’t perform that action at this time.
0 commit comments