diff --git a/schemas/2023-02-01-preview/Microsoft.Elastic.json b/schemas/2023-02-01-preview/Microsoft.Elastic.json index 484d07abb5..554646e118 100644 --- a/schemas/2023-02-01-preview/Microsoft.Elastic.json +++ b/schemas/2023-02-01-preview/Microsoft.Elastic.json @@ -360,6 +360,17 @@ ], "description": "Elastic Resource Properties." }, + "generateApiKey": { + "oneOf": [ + { + "type": "boolean" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Flag to determine if User API Key has to be generated and shared." + }, "liftrResourceCategory": { "oneOf": [ {