Skip to content

Commit

Permalink
CodeGen from PR 22182 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge af865fadb2ddb02d904431e45829bc2818d7797e into db511f9fb764f11d9fe17422ea56a6db87477b37
  • Loading branch information
SDKAuto committed Jan 12, 2023
1 parent 72c7c76 commit 2c7eb9c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions schemas/2021-06-03-preview/Microsoft.Monitor.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
},
"name": {
"type": "string",
"description": "The name of the monitoring account. The name is case insensitive"
"description": "The name of the Azure Monitor workspace. The name is case insensitive"
},
"properties": {
"oneOf": [
{
"$ref": "#/definitions/MonitoringAccountResourceProperties"
"$ref": "#/definitions/MonitorWorkspaceResourceProperties"
},
{
"$ref": "https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"
Expand Down Expand Up @@ -65,7 +65,7 @@
}
},
"definitions": {
"MonitoringAccountResourceProperties": {
"MonitorWorkspaceResourceProperties": {
"type": "object",
"properties": {},
"description": "Resource properties"
Expand Down

0 comments on commit 2c7eb9c

Please sign in to comment.