From 40e3a4f0fa05a4e318c24cfe95604ed3e5080d09 Mon Sep 17 00:00:00 2001 From: Anthony Martin <38542602+anthony-c-martin@users.noreply.github.com> Date: Tue, 25 Jul 2023 12:19:05 -0400 Subject: [PATCH] Regenerate schemas wit suffix --- .../Microsoft.DBforPostgreSQL.Hsc.json | 920 ++++++++++++++++++ schemas/common/autogeneratedResources.json | 18 + 2 files changed, 938 insertions(+) create mode 100644 schemas/2022-11-08/Microsoft.DBforPostgreSQL.Hsc.json diff --git a/schemas/2022-11-08/Microsoft.DBforPostgreSQL.Hsc.json b/schemas/2022-11-08/Microsoft.DBforPostgreSQL.Hsc.json new file mode 100644 index 0000000000..afcb05489e --- /dev/null +++ b/schemas/2022-11-08/Microsoft.DBforPostgreSQL.Hsc.json @@ -0,0 +1,920 @@ +{ + "id": "https://schema.management.azure.com/schemas/2022-11-08/Microsoft.DBforPostgreSQL.Hsc.json#", + "$schema": "http://json-schema.org/draft-04/schema#", + "title": "Microsoft.DBforPostgreSQL", + "description": "Microsoft DBforPostgreSQL Resource Types", + "resourceDefinitions": { + "serverGroupsv2": { + "type": "object", + "properties": { + "apiVersion": { + "type": "string", + "enum": [ + "2022-11-08" + ] + }, + "location": { + "type": "string", + "description": "The geo-location where the resource lives" + }, + "name": { + "oneOf": [ + { + "type": "string", + "pattern": "^(?![0-9]+$)(?!-)[a-z0-9-]{3,40}(?