We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a14e4f commit f026f8fCopy full SHA for f026f8f
schemas/2023-02-01-preview/Microsoft.Elastic.json
@@ -360,6 +360,17 @@
360
],
361
"description": "Elastic Resource Properties."
362
},
363
+ "generateApiKey": {
364
+ "oneOf": [
365
+ {
366
+ "type": "boolean"
367
+ },
368
369
+ "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
370
+ }
371
+ ],
372
+ "description": "Flag to determine if User API Key has to be generated and shared."
373
374
"liftrResourceCategory": {
375
"oneOf": [
376
{
0 commit comments