From 0034e1e7f80524f6501d99271c3816cf2ed1753d Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Mon, 23 Oct 2023 02:38:49 +0000 Subject: [PATCH] CodeGen from PR 26191 in Azure/azure-rest-api-specs Merge 8e069352d3006fdab04af5527670aa9c49b4cff1 into 28c5aaa5810448fce57da7e47427259a0c8850bf --- schemas/2023-06-30/Microsoft.DBforMySQL.json | 1216 +++++++++++++++++- schemas/common/autogeneratedResources.json | 18 + 2 files changed, 1213 insertions(+), 21 deletions(-) diff --git a/schemas/2023-06-30/Microsoft.DBforMySQL.json b/schemas/2023-06-30/Microsoft.DBforMySQL.json index 92d2772c13..5d980971d8 100644 --- a/schemas/2023-06-30/Microsoft.DBforMySQL.json +++ b/schemas/2023-06-30/Microsoft.DBforMySQL.json @@ -4,55 +4,1003 @@ "title": "Microsoft.DBforMySQL", "description": "Microsoft DBforMySQL Resource Types", "resourceDefinitions": { + "flexibleServers": { + "type": "object", + "properties": { + "apiVersion": { + "type": "string", + "enum": [ + "2023-06-30" + ] + }, + "identity": { + "oneOf": [ + { + "$ref": "#/definitions/MySQLServerIdentity" + }, + { + "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" + } + ], + "description": "Properties to configure Identity for Bring your Own Keys" + }, + "location": { + "type": "string", + "description": "The geo-location where the resource lives" + }, + "name": { + "oneOf": [ + { + "type": "string", + "pattern": "^[a-z0-9][-a-z0-9]*(?