Skip to content

Commit 971205f

Browse files
author
SDKAuto
committed
CodeGen from PR 23426 in Azure/azure-rest-api-specs
Merge 53a8b871cdf6042914098f14452569742a7a8397 into b065afacb99e7ec65787383550ee233e0e02a6e6
1 parent d4fb70b commit 971205f

File tree

3 files changed

+1224
-0
lines changed

3 files changed

+1224
-0
lines changed

schemas/2021-12-01-preview/Microsoft.DBforMySQL.json

Lines changed: 110 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@
5050
{
5151
"$ref": "#/definitions/flexibleServers_backups_childResource"
5252
},
53+
{
54+
"$ref": "#/definitions/flexibleServers_configurations_childResource"
55+
},
5356
{
5457
"$ref": "#/definitions/flexibleServers_databases_childResource"
5558
},
@@ -178,6 +181,45 @@
178181
],
179182
"description": "Microsoft.DBforMySQL/flexibleServers/backups"
180183
},
184+
"flexibleServers_configurations": {
185+
"type": "object",
186+
"properties": {
187+
"apiVersion": {
188+
"type": "string",
189+
"enum": [
190+
"2021-12-01-preview"
191+
]
192+
},
193+
"name": {
194+
"type": "string",
195+
"description": "The name of the server configuration."
196+
},
197+
"properties": {
198+
"oneOf": [
199+
{
200+
"$ref": "#/definitions/ConfigurationProperties"
201+
},
202+
{
203+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
204+
}
205+
],
206+
"description": "The properties of a configuration."
207+
},
208+
"type": {
209+
"type": "string",
210+
"enum": [
211+
"Microsoft.DBforMySQL/flexibleServers/configurations"
212+
]
213+
}
214+
},
215+
"required": [
216+
"apiVersion",
217+
"name",
218+
"properties",
219+
"type"
220+
],
221+
"description": "Microsoft.DBforMySQL/flexibleServers/configurations"
222+
},
181223
"flexibleServers_databases": {
182224
"type": "object",
183225
"properties": {
@@ -326,6 +368,35 @@
326368
},
327369
"description": "Storage Profile properties of a server"
328370
},
371+
"ConfigurationProperties": {
372+
"type": "object",
373+
"properties": {
374+
"currentValue": {
375+
"type": "string",
376+
"description": "Current value of the configuration."
377+
},
378+
"source": {
379+
"oneOf": [
380+
{
381+
"type": "string",
382+
"enum": [
383+
"system-default",
384+
"user-override"
385+
]
386+
},
387+
{
388+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
389+
}
390+
],
391+
"description": "Source of the configuration."
392+
},
393+
"value": {
394+
"type": "string",
395+
"description": "Value of the configuration."
396+
}
397+
},
398+
"description": "The properties of a configuration."
399+
},
329400
"DatabaseProperties": {
330401
"type": "object",
331402
"properties": {
@@ -480,6 +551,45 @@
480551
],
481552
"description": "Microsoft.DBforMySQL/flexibleServers/backups"
482553
},
554+
"flexibleServers_configurations_childResource": {
555+
"type": "object",
556+
"properties": {
557+
"apiVersion": {
558+
"type": "string",
559+
"enum": [
560+
"2021-12-01-preview"
561+
]
562+
},
563+
"name": {
564+
"type": "string",
565+
"description": "The name of the server configuration."
566+
},
567+
"properties": {
568+
"oneOf": [
569+
{
570+
"$ref": "#/definitions/ConfigurationProperties"
571+
},
572+
{
573+
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
574+
}
575+
],
576+
"description": "The properties of a configuration."
577+
},
578+
"type": {
579+
"type": "string",
580+
"enum": [
581+
"configurations"
582+
]
583+
}
584+
},
585+
"required": [
586+
"apiVersion",
587+
"name",
588+
"properties",
589+
"type"
590+
],
591+
"description": "Microsoft.DBforMySQL/flexibleServers/configurations"
592+
},
483593
"flexibleServers_databases_childResource": {
484594
"type": "object",
485595
"properties": {

0 commit comments

Comments
 (0)