diff --git a/cSpell.json b/cSpell.json index aad6da1e0ca0..d4365416dd18 100644 --- a/cSpell.json +++ b/cSpell.json @@ -2285,4 +2285,4 @@ ] } ] -} \ No newline at end of file +} diff --git a/specification/advisor/resource-manager/Microsoft.Advisor/stable/2017-04-19/advisor.json b/specification/advisor/resource-manager/Microsoft.Advisor/stable/2017-04-19/advisor.json index f3ea1e125da2..28c08078a241 100644 --- a/specification/advisor/resource-manager/Microsoft.Advisor/stable/2017-04-19/advisor.json +++ b/specification/advisor/resource-manager/Microsoft.Advisor/stable/2017-04-19/advisor.json @@ -707,6 +707,20 @@ "type": "string" } }, + "applicableScenarios": { + "description": "The list of scenarios applicable to this metadata entity.", + "type": "array", + "items": { + "enum": [ + "Alerts" + ], + "type": "string", + "x-ms-enum": { + "name": "Scenario", + "modelAsString": true + } + } + }, "supportedValues": { "description": "The list of supported values.", "type": "array", diff --git a/specification/advisor/resource-manager/Microsoft.Advisor/stable/2017-04-19/examples/GetRecommendationMetadataEntity.json b/specification/advisor/resource-manager/Microsoft.Advisor/stable/2017-04-19/examples/GetRecommendationMetadataEntity.json index 25e7b73acb7f..a53b0982c1fb 100644 --- a/specification/advisor/resource-manager/Microsoft.Advisor/stable/2017-04-19/examples/GetRecommendationMetadataEntity.json +++ b/specification/advisor/resource-manager/Microsoft.Advisor/stable/2017-04-19/examples/GetRecommendationMetadataEntity.json @@ -15,6 +15,9 @@ "category", "impact" ], + "applicableScenarios": [ + "Alerts" + ], "supportedValues": [ { "id": "6a2b1e70-bd4c-4163-86de-5243d7ac05ee", diff --git a/specification/advisor/resource-manager/Microsoft.Advisor/stable/2017-04-19/examples/ListRecommendationMetadata.json b/specification/advisor/resource-manager/Microsoft.Advisor/stable/2017-04-19/examples/ListRecommendationMetadata.json index 8c8568ef3d0e..0580b9ae97ab 100644 --- a/specification/advisor/resource-manager/Microsoft.Advisor/stable/2017-04-19/examples/ListRecommendationMetadata.json +++ b/specification/advisor/resource-manager/Microsoft.Advisor/stable/2017-04-19/examples/ListRecommendationMetadata.json @@ -17,6 +17,9 @@ "category", "impact" ], + "applicableScenarios": [ + "Alerts" + ], "supportedValues": [ { "id": "6a2b1e70-bd4c-4163-86de-5243d7ac05ee", @@ -36,6 +39,9 @@ "properties": { "displayName": "Category", "dependsOn": null, + "applicableScenarios": [ + "Alerts" + ], "supportedValues": [ { "id": "Cost", @@ -55,6 +61,7 @@ "properties": { "displayName": "Impact", "dependsOn": null, + "applicableScenarios": null, "supportedValues": [ { "id": "High",