From d7928cba4444fe143eb1ceb99d178905bb8c31d0 Mon Sep 17 00:00:00 2001 From: SDKAuto Date: Mon, 20 Mar 2023 16:16:03 +0000 Subject: [PATCH] CodeGen from PR 23107 in Azure/azure-rest-api-specs Merge 76906f8b137b6d7e8bd40a16c51636dce9b7e874 into 314d792ae3b61131b33f22e644d059b227af85e8 --- .../2021-06-03-preview/Microsoft.Monitor.json | 82 ------------------- schemas/common/autogeneratedResources.json | 3 - 2 files changed, 85 deletions(-) delete mode 100644 schemas/2021-06-03-preview/Microsoft.Monitor.json diff --git a/schemas/2021-06-03-preview/Microsoft.Monitor.json b/schemas/2021-06-03-preview/Microsoft.Monitor.json deleted file mode 100644 index ac1e54227f..0000000000 --- a/schemas/2021-06-03-preview/Microsoft.Monitor.json +++ /dev/null @@ -1,82 +0,0 @@ -{ - "id": "https://schema.management.azure.com/schemas/2021-06-03-preview/Microsoft.Monitor.json#", - "$schema": "http://json-schema.org/draft-04/schema#", - "title": "Microsoft.Monitor", - "description": "Microsoft Monitor Resource Types", - "resourceDefinitions": { - "accounts": { - "type": "object", - "properties": { - "apiVersion": { - "type": "string", - "enum": [ - "2021-06-03-preview" - ] - }, - "location": { - "type": "string", - "description": "The geo-location where the resource lives" - }, - "name": { - "oneOf": [ - { - "type": "string", - "pattern": "^(?!-)[a-zA-Z0-9-]+[^-]$" - }, - { - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" - } - ], - "description": "The name of the Azure Monitor workspace. The name is case insensitive" - }, - "properties": { - "oneOf": [ - { - "$ref": "#/definitions/AzureMonitorWorkspaceResourceProperties" - }, - { - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" - } - ], - "description": "Resource properties" - }, - "tags": { - "oneOf": [ - { - "type": "object", - "additionalProperties": { - "type": "string" - }, - "properties": {} - }, - { - "$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression" - } - ], - "description": "Resource tags." - }, - "type": { - "type": "string", - "enum": [ - "Microsoft.Monitor/accounts" - ] - } - }, - "required": [ - "apiVersion", - "location", - "name", - "properties", - "type" - ], - "description": "Microsoft.Monitor/accounts" - } - }, - "definitions": { - "AzureMonitorWorkspaceResourceProperties": { - "type": "object", - "properties": {}, - "description": "Resource properties" - } - } -} \ No newline at end of file diff --git a/schemas/common/autogeneratedResources.json b/schemas/common/autogeneratedResources.json index aa8826063c..e0b88bc23b 100644 --- a/schemas/common/autogeneratedResources.json +++ b/schemas/common/autogeneratedResources.json @@ -16084,9 +16084,6 @@ { "$ref": "https://schema.management.azure.com/schemas/2022-11-01/Microsoft.MobileNetwork.json#/resourceDefinitions/simGroups_sims" }, - { - "$ref": "https://schema.management.azure.com/schemas/2021-06-03-preview/Microsoft.Monitor.json#/resourceDefinitions/accounts" - }, { "$ref": "https://schema.management.azure.com/schemas/2017-08-15/Microsoft.NetApp.json#/resourceDefinitions/netAppAccounts" },