From 26caf5785acf03e915b7d46da2b402473f30d244 Mon Sep 17 00:00:00 2001 From: "GokulPrasad KrishnaSwamy (from Dev Box)" Date: Wed, 2 Aug 2023 11:09:06 -0700 Subject: [PATCH 1/7] Update description for Microsoft.Monitor APIs --- .../preview/2021-06-03-preview/monitoringAccounts_API.json | 6 +++--- .../stable/2023-04-03/monitoringAccounts_API.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/specification/monitor/resource-manager/Microsoft.Monitor/preview/2021-06-03-preview/monitoringAccounts_API.json b/specification/monitor/resource-manager/Microsoft.Monitor/preview/2021-06-03-preview/monitoringAccounts_API.json index 86745aa2fac0..144ae36d6f18 100644 --- a/specification/monitor/resource-manager/Microsoft.Monitor/preview/2021-06-03-preview/monitoringAccounts_API.json +++ b/specification/monitor/resource-manager/Microsoft.Monitor/preview/2021-06-03-preview/monitoringAccounts_API.json @@ -138,7 +138,7 @@ "tags": [ "AzureMonitorWorkspaces" ], - "description": "Returns the specific Azure Monitor workspace", + "description": "Returns the specified workspace", "operationId": "AzureMonitorWorkspaces_Get", "produces": [ "application/json" @@ -181,7 +181,7 @@ "tags": [ "AzureMonitorWorkspaces" ], - "description": "Create or update a workspace", + "description": "Creates or updates a workspace", "operationId": "AzureMonitorWorkspaces_Create", "consumes": [ "application/json" @@ -296,7 +296,7 @@ "tags": [ "AzureMonitorWorkspaces" ], - "description": "Delete a workspace", + "description": "Deletes a workspace", "operationId": "AzureMonitorWorkspaces_Delete", "produces": [ "application/json" diff --git a/specification/monitor/resource-manager/Microsoft.Monitor/stable/2023-04-03/monitoringAccounts_API.json b/specification/monitor/resource-manager/Microsoft.Monitor/stable/2023-04-03/monitoringAccounts_API.json index 2a4f36743165..08d572516559 100644 --- a/specification/monitor/resource-manager/Microsoft.Monitor/stable/2023-04-03/monitoringAccounts_API.json +++ b/specification/monitor/resource-manager/Microsoft.Monitor/stable/2023-04-03/monitoringAccounts_API.json @@ -138,7 +138,7 @@ "tags": [ "AzureMonitorWorkspaces" ], - "description": "Returns the specific Azure Monitor workspace", + "description": "Returns the specified workspace", "operationId": "AzureMonitorWorkspaces_Get", "produces": [ "application/json" @@ -181,7 +181,7 @@ "tags": [ "AzureMonitorWorkspaces" ], - "description": "Create or update a workspace", + "description": "Creates or updates a workspace", "operationId": "AzureMonitorWorkspaces_Create", "consumes": [ "application/json" @@ -296,7 +296,7 @@ "tags": [ "AzureMonitorWorkspaces" ], - "description": "Delete a workspace", + "description": "Deletes a workspace", "operationId": "AzureMonitorWorkspaces_Delete", "produces": [ "application/json" From f7d893d4284a56457a45bef66bbf4ee51ee90f5d Mon Sep 17 00:00:00 2001 From: "GokulPrasad KrishnaSwamy (from Dev Box)" Date: Wed, 2 Aug 2023 12:04:11 -0700 Subject: [PATCH 2/7] Updating to 'Azure Monitor Workspace' --- .../monitoringAccounts_API.json | 52 +++++++++--------- .../2023-04-03/monitoringAccounts_API.json | 54 +++++++++---------- 2 files changed, 53 insertions(+), 53 deletions(-) diff --git a/specification/monitor/resource-manager/Microsoft.Monitor/preview/2021-06-03-preview/monitoringAccounts_API.json b/specification/monitor/resource-manager/Microsoft.Monitor/preview/2021-06-03-preview/monitoringAccounts_API.json index 144ae36d6f18..214ad5e1d112 100644 --- a/specification/monitor/resource-manager/Microsoft.Monitor/preview/2021-06-03-preview/monitoringAccounts_API.json +++ b/specification/monitor/resource-manager/Microsoft.Monitor/preview/2021-06-03-preview/monitoringAccounts_API.json @@ -51,7 +51,7 @@ "tags": [ "AzureMonitorWorkspaces" ], - "description": "Lists all workspaces in the specified resource group", + "description": "Lists all Azure Monitor Workspaces in the specified resource group", "operationId": "AzureMonitorWorkspaces_ListByResourceGroup", "produces": [ "application/json" @@ -85,7 +85,7 @@ "nextLinkName": "nextLink" }, "x-ms-examples": { - "List monitor workspaces by resource group": { + "List Azure Monitor Workspaces by resource group": { "$ref": "./examples/AzureMonitorWorkspacesListByResourceGroup.json" } } @@ -96,7 +96,7 @@ "tags": [ "AzureMonitorWorkspaces" ], - "description": "Lists all workspaces in the specified subscription", + "description": "Lists all Azure Monitor Workspaces in the specified subscription", "operationId": "AzureMonitorWorkspaces_ListBySubscription", "produces": [ "application/json" @@ -127,7 +127,7 @@ "nextLinkName": "nextLink" }, "x-ms-examples": { - "List workspaces by subscription": { + "List Azure Monitor Workspaces by subscription": { "$ref": "./examples/AzureMonitorWorkspacesListBySubscription.json" } } @@ -138,7 +138,7 @@ "tags": [ "AzureMonitorWorkspaces" ], - "description": "Returns the specified workspace", + "description": "Returns the specified Azure Monitor Workspace", "operationId": "AzureMonitorWorkspaces_Get", "produces": [ "application/json" @@ -172,7 +172,7 @@ } }, "x-ms-examples": { - "Get workspace": { + "Get Azure Monitor Workspace": { "$ref": "./examples/AzureMonitorWorkspacesGet.json" } } @@ -181,7 +181,7 @@ "tags": [ "AzureMonitorWorkspaces" ], - "description": "Creates or updates a workspace", + "description": "Creates or updates an Azure Monitor Workspace", "operationId": "AzureMonitorWorkspaces_Create", "consumes": [ "application/json" @@ -214,13 +214,13 @@ ], "responses": { "200": { - "description": "Azure Monitor workspace was successfully updated", + "description": "Azure Monitor Workspace was successfully updated", "schema": { "$ref": "#/definitions/AzureMonitorWorkspaceResource" } }, "201": { - "description": "Azure Monitor workspace was successfully created", + "description": "Azure Monitor Workspace was successfully created", "schema": { "$ref": "#/definitions/AzureMonitorWorkspaceResource" } @@ -233,7 +233,7 @@ } }, "x-ms-examples": { - "Create or update workspace": { + "Create or update Azure Monitor workspace": { "$ref": "./examples/AzureMonitorWorkspacesCreate.json" } } @@ -242,7 +242,7 @@ "tags": [ "AzureMonitorWorkspaces" ], - "description": "Updates part of a workspace", + "description": "Updates part of an Azure Monitor Workspace", "operationId": "AzureMonitorWorkspaces_Update", "consumes": [ "application/json" @@ -274,7 +274,7 @@ ], "responses": { "200": { - "description": "Monitor workspace was successfully updated", + "description": "Azure Monitor Workspace was successfully updated", "schema": { "$ref": "#/definitions/AzureMonitorWorkspaceResource" } @@ -287,7 +287,7 @@ } }, "x-ms-examples": { - "Update workspace": { + "Update Azure Monitor Workspace": { "$ref": "./examples/AzureMonitorWorkspacesUpdate.json" } } @@ -296,7 +296,7 @@ "tags": [ "AzureMonitorWorkspaces" ], - "description": "Deletes a workspace", + "description": "Deletes an Azure Monitor Workspace", "operationId": "AzureMonitorWorkspaces_Delete", "produces": [ "application/json" @@ -317,10 +317,10 @@ ], "responses": { "200": { - "description": "Workspace was successfully deleted" + "description": "Azure Monitor Workspace was successfully deleted" }, "204": { - "description": "Workspace did not exist" + "description": "Azure Monitor Workspace did not exist" }, "default": { "description": "Error", @@ -330,7 +330,7 @@ } }, "x-ms-examples": { - "Delete workspace": { + "Delete Azure Monitor Workspace": { "$ref": "./examples/AzureMonitorWorkspacesDelete.json" } } @@ -339,11 +339,11 @@ }, "definitions": { "Metrics": { - "description": "Information about metrics for the workspace", + "description": "Information about metrics for the Azure Monitor Workspace", "type": "object", "properties": { "prometheusQueryEndpoint": { - "description": "The Prometheus query endpoint for the workspace", + "description": "The Prometheus query endpoint for the Azure Monitor Workspace", "type": "string", "readOnly": true, "x-ms-mutability": [ @@ -365,7 +365,7 @@ "type": "object", "properties": { "dataCollectionRuleResourceId": { - "description": "The Azure resource Id of the default data collection rule for this workspace.", + "description": "The Azure resource Id of the default data collection rule for this Azure Monitor Workspace.", "type": "string", "readOnly": true, "x-ms-mutability": [ @@ -373,7 +373,7 @@ ] }, "dataCollectionEndpointResourceId": { - "description": "The Azure resource Id of the default data collection endpoint for this workspace.", + "description": "The Azure resource Id of the default data collection endpoint for this Azure Monitor Workspace.", "type": "string", "readOnly": true, "x-ms-mutability": [ @@ -383,11 +383,11 @@ } }, "AzureMonitorWorkspace": { - "description": "Properties of an Azure Monitor workspace", + "description": "Properties of an Azure Monitor Workspace", "type": "object", "properties": { "accountId": { - "description": "The immutable ID of the Azure Monitor workspace. This property is read-only.", + "description": "The immutable ID of the Azure Monitor Workspace. This property is read-only.", "type": "string", "readOnly": true, "x-ms-mutability": [ @@ -395,7 +395,7 @@ ] }, "metrics": { - "description": "Information about metrics for the Azure Monitor workspace", + "description": "Information about metrics for the Azure Monitor Workspace", "allOf": [ { "$ref": "#/definitions/Metrics" @@ -407,7 +407,7 @@ ] }, "provisioningState": { - "description": "The provisioning state of the Azure Monitor workspace. Set to Succeeded if everything is healthy.", + "description": "The provisioning state of the Azure Monitor Workspace. Set to Succeeded if everything is healthy.", "enum": [ "Creating", "Succeeded", @@ -509,7 +509,7 @@ "AzureMonitorWorkspaceNameParameter": { "in": "path", "name": "azureMonitorWorkspaceName", - "description": "The name of the Azure Monitor workspace. The name is case insensitive", + "description": "The name of the Azure Monitor Workspace. The name is case insensitive", "required": true, "type": "string", "pattern": "^(?!-)[a-zA-Z0-9-]+[^-]$", diff --git a/specification/monitor/resource-manager/Microsoft.Monitor/stable/2023-04-03/monitoringAccounts_API.json b/specification/monitor/resource-manager/Microsoft.Monitor/stable/2023-04-03/monitoringAccounts_API.json index 08d572516559..8ec9aeba5cee 100644 --- a/specification/monitor/resource-manager/Microsoft.Monitor/stable/2023-04-03/monitoringAccounts_API.json +++ b/specification/monitor/resource-manager/Microsoft.Monitor/stable/2023-04-03/monitoringAccounts_API.json @@ -51,7 +51,7 @@ "tags": [ "AzureMonitorWorkspaces" ], - "description": "Lists all workspaces in the specified resource group", + "description": "Lists all Azure Monitor Workspaces in the specified resource group", "operationId": "AzureMonitorWorkspaces_ListByResourceGroup", "produces": [ "application/json" @@ -85,7 +85,7 @@ "nextLinkName": "nextLink" }, "x-ms-examples": { - "List monitor workspaces by resource group": { + "List Azure Monitor Workspaces by resource group": { "$ref": "./examples/AzureMonitorWorkspacesListByResourceGroup.json" } } @@ -96,7 +96,7 @@ "tags": [ "AzureMonitorWorkspaces" ], - "description": "Lists all workspaces in the specified subscription", + "description": "Lists all Azure Monitor Workspaces in the specified subscription", "operationId": "AzureMonitorWorkspaces_ListBySubscription", "produces": [ "application/json" @@ -127,7 +127,7 @@ "nextLinkName": "nextLink" }, "x-ms-examples": { - "List workspaces by subscription": { + "List Azure Monitor Workspaces by subscription": { "$ref": "./examples/AzureMonitorWorkspacesListBySubscription.json" } } @@ -138,7 +138,7 @@ "tags": [ "AzureMonitorWorkspaces" ], - "description": "Returns the specified workspace", + "description": "Returns the specified Azure Monitor Workspace", "operationId": "AzureMonitorWorkspaces_Get", "produces": [ "application/json" @@ -172,7 +172,7 @@ } }, "x-ms-examples": { - "Get workspace": { + "Get Azure Monitor Workspace": { "$ref": "./examples/AzureMonitorWorkspacesGet.json" } } @@ -181,7 +181,7 @@ "tags": [ "AzureMonitorWorkspaces" ], - "description": "Creates or updates a workspace", + "description": "Creates or updates an Azure Monitor Workspace", "operationId": "AzureMonitorWorkspaces_Create", "consumes": [ "application/json" @@ -214,13 +214,13 @@ ], "responses": { "200": { - "description": "Azure Monitor workspace was successfully updated", + "description": "Azure Monitor Workspace was successfully updated", "schema": { "$ref": "#/definitions/AzureMonitorWorkspaceResource" } }, "201": { - "description": "Azure Monitor workspace was successfully created", + "description": "Azure Monitor Workspace was successfully created", "schema": { "$ref": "#/definitions/AzureMonitorWorkspaceResource" } @@ -233,7 +233,7 @@ } }, "x-ms-examples": { - "Create or update workspace": { + "Create or update Azure Monitor workspace": { "$ref": "./examples/AzureMonitorWorkspacesCreate.json" } } @@ -242,7 +242,7 @@ "tags": [ "AzureMonitorWorkspaces" ], - "description": "Updates part of a workspace", + "description": "Updates part of an Azure Monitor Workspace", "operationId": "AzureMonitorWorkspaces_Update", "consumes": [ "application/json" @@ -274,7 +274,7 @@ ], "responses": { "200": { - "description": "Monitor workspace was successfully updated", + "description": "Azure Monitor Workspace was successfully updated", "schema": { "$ref": "#/definitions/AzureMonitorWorkspaceResource" } @@ -287,7 +287,7 @@ } }, "x-ms-examples": { - "Update workspace": { + "Update Azure Monitor Workspace": { "$ref": "./examples/AzureMonitorWorkspacesUpdate.json" } } @@ -296,7 +296,7 @@ "tags": [ "AzureMonitorWorkspaces" ], - "description": "Deletes a workspace", + "description": "Deletes an Azure Monitor Workspace", "operationId": "AzureMonitorWorkspaces_Delete", "produces": [ "application/json" @@ -317,7 +317,7 @@ ], "responses": { "202": { - "description": "Workspace was successfully deleted", + "description": "Azure Monitor Workspace was successfully deleted", "headers": { "Azure-AsyncOperation": { "type": "string" @@ -328,7 +328,7 @@ } }, "204": { - "description": "Workspace did not exist" + "description": "Azure Monitor Workspace did not exist" }, "default": { "description": "Error", @@ -338,7 +338,7 @@ } }, "x-ms-examples": { - "Delete workspace": { + "Delete Azure Monitor Workspace": { "$ref": "./examples/AzureMonitorWorkspacesDelete.json" } }, @@ -351,11 +351,11 @@ }, "definitions": { "Metrics": { - "description": "Information about metrics for the workspace", + "description": "Information about metrics for the Azure Monitor Workspace", "type": "object", "properties": { "prometheusQueryEndpoint": { - "description": "The Prometheus query endpoint for the workspace", + "description": "The Prometheus query endpoint for the Azure Monitor Workspace", "type": "string", "readOnly": true, "x-ms-mutability": [ @@ -377,7 +377,7 @@ "type": "object", "properties": { "dataCollectionRuleResourceId": { - "description": "The Azure resource Id of the default data collection rule for this workspace.", + "description": "The Azure resource Id of the default data collection rule for this Azure Monitor Workspace.", "type": "string", "readOnly": true, "x-ms-mutability": [ @@ -385,7 +385,7 @@ ] }, "dataCollectionEndpointResourceId": { - "description": "The Azure resource Id of the default data collection endpoint for this workspace.", + "description": "The Azure resource Id of the default data collection endpoint for this Azure Monitor Workspace.", "type": "string", "readOnly": true, "x-ms-mutability": [ @@ -395,11 +395,11 @@ } }, "AzureMonitorWorkspace": { - "description": "Properties of an Azure Monitor workspace", + "description": "Properties of an Azure Monitor Workspace", "type": "object", "properties": { "accountId": { - "description": "The immutable ID of the Azure Monitor workspace. This property is read-only.", + "description": "The immutable ID of the Azure Monitor Workspace. This property is read-only.", "type": "string", "readOnly": true, "x-ms-mutability": [ @@ -407,7 +407,7 @@ ] }, "metrics": { - "description": "Information about metrics for the Azure Monitor workspace", + "description": "Information about metrics for the Azure Monitor Workspace", "allOf": [ { "$ref": "#/definitions/Metrics" @@ -419,7 +419,7 @@ ] }, "provisioningState": { - "description": "The provisioning state of the Azure Monitor workspace. Set to Succeeded if everything is healthy.", + "description": "The provisioning state of the Azure Monitor Workspace. Set to Succeeded if everything is healthy.", "enum": [ "Creating", "Succeeded", @@ -464,7 +464,7 @@ ] }, "publicNetworkAccess": { - "description": "Gets or sets allow or disallow public network access to workspace", + "description": "Gets or sets allow or disallow public network access to Azure Monitor Workspace", "enum": [ "Enabled", "Disabled" @@ -551,7 +551,7 @@ "AzureMonitorWorkspaceNameParameter": { "in": "path", "name": "azureMonitorWorkspaceName", - "description": "The name of the Azure Monitor workspace. The name is case insensitive", + "description": "The name of the Azure Monitor Workspace. The name is case insensitive", "required": true, "type": "string", "pattern": "^(?!-)[a-zA-Z0-9-]+[^-]$", From 949e7a91085f8a90dcf7452aa7da3411ce7fbd8a Mon Sep 17 00:00:00 2001 From: "GokulPrasad KrishnaSwamy (from Dev Box)" Date: Wed, 2 Aug 2023 12:25:47 -0700 Subject: [PATCH 3/7] Typo fix --- .../monitoringAccounts_API.json | 54 +++++++++---------- .../2023-04-03/monitoringAccounts_API.json | 50 ++++++++--------- 2 files changed, 52 insertions(+), 52 deletions(-) diff --git a/specification/monitor/resource-manager/Microsoft.Monitor/preview/2021-06-03-preview/monitoringAccounts_API.json b/specification/monitor/resource-manager/Microsoft.Monitor/preview/2021-06-03-preview/monitoringAccounts_API.json index 214ad5e1d112..2ef5c0221d49 100644 --- a/specification/monitor/resource-manager/Microsoft.Monitor/preview/2021-06-03-preview/monitoringAccounts_API.json +++ b/specification/monitor/resource-manager/Microsoft.Monitor/preview/2021-06-03-preview/monitoringAccounts_API.json @@ -2,7 +2,7 @@ "swagger": "2.0", "info": { "title": "Azure Monitor Workspaces Control Plane API", - "description": "Provides operations for working with Azure Monitor Workspaces", + "description": "Provides operations for working with Azure Monitor workspaces", "version": "2021-06-03-preview", "x-ms-code-generation-settings": { "name": "MonitorManagementClient" @@ -51,7 +51,7 @@ "tags": [ "AzureMonitorWorkspaces" ], - "description": "Lists all Azure Monitor Workspaces in the specified resource group", + "description": "Lists all Azure Monitor workspaces in the specified resource group", "operationId": "AzureMonitorWorkspaces_ListByResourceGroup", "produces": [ "application/json" @@ -85,7 +85,7 @@ "nextLinkName": "nextLink" }, "x-ms-examples": { - "List Azure Monitor Workspaces by resource group": { + "List Azure Monitor workspaces by resource group": { "$ref": "./examples/AzureMonitorWorkspacesListByResourceGroup.json" } } @@ -96,7 +96,7 @@ "tags": [ "AzureMonitorWorkspaces" ], - "description": "Lists all Azure Monitor Workspaces in the specified subscription", + "description": "Lists all Azure Monitor workspaces in the specified subscription", "operationId": "AzureMonitorWorkspaces_ListBySubscription", "produces": [ "application/json" @@ -127,7 +127,7 @@ "nextLinkName": "nextLink" }, "x-ms-examples": { - "List Azure Monitor Workspaces by subscription": { + "List Azure Monitor workspaces by subscription": { "$ref": "./examples/AzureMonitorWorkspacesListBySubscription.json" } } @@ -138,7 +138,7 @@ "tags": [ "AzureMonitorWorkspaces" ], - "description": "Returns the specified Azure Monitor Workspace", + "description": "Returns the specified Azure Monitor workspace", "operationId": "AzureMonitorWorkspaces_Get", "produces": [ "application/json" @@ -172,7 +172,7 @@ } }, "x-ms-examples": { - "Get Azure Monitor Workspace": { + "Get Azure Monitor workspace": { "$ref": "./examples/AzureMonitorWorkspacesGet.json" } } @@ -181,7 +181,7 @@ "tags": [ "AzureMonitorWorkspaces" ], - "description": "Creates or updates an Azure Monitor Workspace", + "description": "Creates or updates an Azure Monitor workspace", "operationId": "AzureMonitorWorkspaces_Create", "consumes": [ "application/json" @@ -214,13 +214,13 @@ ], "responses": { "200": { - "description": "Azure Monitor Workspace was successfully updated", + "description": "Azure Monitor workspace was successfully updated", "schema": { "$ref": "#/definitions/AzureMonitorWorkspaceResource" } }, "201": { - "description": "Azure Monitor Workspace was successfully created", + "description": "Azure Monitor workspace was successfully created", "schema": { "$ref": "#/definitions/AzureMonitorWorkspaceResource" } @@ -242,7 +242,7 @@ "tags": [ "AzureMonitorWorkspaces" ], - "description": "Updates part of an Azure Monitor Workspace", + "description": "Updates part of an Azure Monitor workspace", "operationId": "AzureMonitorWorkspaces_Update", "consumes": [ "application/json" @@ -274,7 +274,7 @@ ], "responses": { "200": { - "description": "Azure Monitor Workspace was successfully updated", + "description": "Azure Monitor workspace was successfully updated", "schema": { "$ref": "#/definitions/AzureMonitorWorkspaceResource" } @@ -287,7 +287,7 @@ } }, "x-ms-examples": { - "Update Azure Monitor Workspace": { + "Update Azure Monitor workspace": { "$ref": "./examples/AzureMonitorWorkspacesUpdate.json" } } @@ -296,7 +296,7 @@ "tags": [ "AzureMonitorWorkspaces" ], - "description": "Deletes an Azure Monitor Workspace", + "description": "Deletes an Azure Monitor workspace", "operationId": "AzureMonitorWorkspaces_Delete", "produces": [ "application/json" @@ -317,10 +317,10 @@ ], "responses": { "200": { - "description": "Azure Monitor Workspace was successfully deleted" + "description": "Azure Monitor workspace was successfully deleted" }, "204": { - "description": "Azure Monitor Workspace did not exist" + "description": "Azure Monitor workspace did not exist" }, "default": { "description": "Error", @@ -330,7 +330,7 @@ } }, "x-ms-examples": { - "Delete Azure Monitor Workspace": { + "Delete Azure Monitor workspace": { "$ref": "./examples/AzureMonitorWorkspacesDelete.json" } } @@ -339,11 +339,11 @@ }, "definitions": { "Metrics": { - "description": "Information about metrics for the Azure Monitor Workspace", + "description": "Information about metrics for the Azure Monitor workspace", "type": "object", "properties": { "prometheusQueryEndpoint": { - "description": "The Prometheus query endpoint for the Azure Monitor Workspace", + "description": "The Prometheus query endpoint for the Azure Monitor workspace", "type": "string", "readOnly": true, "x-ms-mutability": [ @@ -365,7 +365,7 @@ "type": "object", "properties": { "dataCollectionRuleResourceId": { - "description": "The Azure resource Id of the default data collection rule for this Azure Monitor Workspace.", + "description": "The Azure resource Id of the default data collection rule for this Azure Monitor workspace.", "type": "string", "readOnly": true, "x-ms-mutability": [ @@ -373,7 +373,7 @@ ] }, "dataCollectionEndpointResourceId": { - "description": "The Azure resource Id of the default data collection endpoint for this Azure Monitor Workspace.", + "description": "The Azure resource Id of the default data collection endpoint for this Azure Monitor workspace.", "type": "string", "readOnly": true, "x-ms-mutability": [ @@ -383,11 +383,11 @@ } }, "AzureMonitorWorkspace": { - "description": "Properties of an Azure Monitor Workspace", + "description": "Properties of an Azure Monitor workspace", "type": "object", "properties": { "accountId": { - "description": "The immutable ID of the Azure Monitor Workspace. This property is read-only.", + "description": "The immutable ID of the Azure Monitor workspace. This property is read-only.", "type": "string", "readOnly": true, "x-ms-mutability": [ @@ -395,7 +395,7 @@ ] }, "metrics": { - "description": "Information about metrics for the Azure Monitor Workspace", + "description": "Information about metrics for the Azure Monitor workspace", "allOf": [ { "$ref": "#/definitions/Metrics" @@ -407,7 +407,7 @@ ] }, "provisioningState": { - "description": "The provisioning state of the Azure Monitor Workspace. Set to Succeeded if everything is healthy.", + "description": "The provisioning state of the Azure Monitor workspace. Set to Succeeded if everything is healthy.", "enum": [ "Creating", "Succeeded", @@ -440,7 +440,7 @@ } }, "AzureMonitorWorkspaceResource": { - "description": "An Azure Monitor Workspace definition", + "description": "An Azure Monitor workspace definition", "required": [ "location" ], @@ -509,7 +509,7 @@ "AzureMonitorWorkspaceNameParameter": { "in": "path", "name": "azureMonitorWorkspaceName", - "description": "The name of the Azure Monitor Workspace. The name is case insensitive", + "description": "The name of the Azure Monitor workspace. The name is case insensitive", "required": true, "type": "string", "pattern": "^(?!-)[a-zA-Z0-9-]+[^-]$", diff --git a/specification/monitor/resource-manager/Microsoft.Monitor/stable/2023-04-03/monitoringAccounts_API.json b/specification/monitor/resource-manager/Microsoft.Monitor/stable/2023-04-03/monitoringAccounts_API.json index 8ec9aeba5cee..5ca520ad1947 100644 --- a/specification/monitor/resource-manager/Microsoft.Monitor/stable/2023-04-03/monitoringAccounts_API.json +++ b/specification/monitor/resource-manager/Microsoft.Monitor/stable/2023-04-03/monitoringAccounts_API.json @@ -2,7 +2,7 @@ "swagger": "2.0", "info": { "title": "Azure Monitor Workspaces Control Plane API", - "description": "Provides operations for working with Azure Monitor Workspaces", + "description": "Provides operations for working with Azure Monitor workspaces", "version": "2023-04-03", "x-ms-code-generation-settings": { "name": "MonitorManagementClient" @@ -51,7 +51,7 @@ "tags": [ "AzureMonitorWorkspaces" ], - "description": "Lists all Azure Monitor Workspaces in the specified resource group", + "description": "Lists all Azure Monitor workspaces in the specified resource group", "operationId": "AzureMonitorWorkspaces_ListByResourceGroup", "produces": [ "application/json" @@ -85,7 +85,7 @@ "nextLinkName": "nextLink" }, "x-ms-examples": { - "List Azure Monitor Workspaces by resource group": { + "List Azure Monitor workspaces by resource group": { "$ref": "./examples/AzureMonitorWorkspacesListByResourceGroup.json" } } @@ -96,7 +96,7 @@ "tags": [ "AzureMonitorWorkspaces" ], - "description": "Lists all Azure Monitor Workspaces in the specified subscription", + "description": "Lists all Azure Monitor workspaces in the specified subscription", "operationId": "AzureMonitorWorkspaces_ListBySubscription", "produces": [ "application/json" @@ -127,7 +127,7 @@ "nextLinkName": "nextLink" }, "x-ms-examples": { - "List Azure Monitor Workspaces by subscription": { + "List Azure Monitor workspaces by subscription": { "$ref": "./examples/AzureMonitorWorkspacesListBySubscription.json" } } @@ -138,7 +138,7 @@ "tags": [ "AzureMonitorWorkspaces" ], - "description": "Returns the specified Azure Monitor Workspace", + "description": "Returns the specified Azure Monitor workspace", "operationId": "AzureMonitorWorkspaces_Get", "produces": [ "application/json" @@ -172,7 +172,7 @@ } }, "x-ms-examples": { - "Get Azure Monitor Workspace": { + "Get Azure Monitor workspace": { "$ref": "./examples/AzureMonitorWorkspacesGet.json" } } @@ -181,7 +181,7 @@ "tags": [ "AzureMonitorWorkspaces" ], - "description": "Creates or updates an Azure Monitor Workspace", + "description": "Creates or updates an Azure Monitor workspace", "operationId": "AzureMonitorWorkspaces_Create", "consumes": [ "application/json" @@ -214,13 +214,13 @@ ], "responses": { "200": { - "description": "Azure Monitor Workspace was successfully updated", + "description": "Azure Monitor workspace was successfully updated", "schema": { "$ref": "#/definitions/AzureMonitorWorkspaceResource" } }, "201": { - "description": "Azure Monitor Workspace was successfully created", + "description": "Azure Monitor workspace was successfully created", "schema": { "$ref": "#/definitions/AzureMonitorWorkspaceResource" } @@ -296,7 +296,7 @@ "tags": [ "AzureMonitorWorkspaces" ], - "description": "Deletes an Azure Monitor Workspace", + "description": "Deletes an Azure Monitor workspace", "operationId": "AzureMonitorWorkspaces_Delete", "produces": [ "application/json" @@ -317,7 +317,7 @@ ], "responses": { "202": { - "description": "Azure Monitor Workspace was successfully deleted", + "description": "Azure Monitor workspace was successfully deleted", "headers": { "Azure-AsyncOperation": { "type": "string" @@ -328,7 +328,7 @@ } }, "204": { - "description": "Azure Monitor Workspace did not exist" + "description": "Azure Monitor workspace did not exist" }, "default": { "description": "Error", @@ -338,7 +338,7 @@ } }, "x-ms-examples": { - "Delete Azure Monitor Workspace": { + "Delete Azure Monitor workspace": { "$ref": "./examples/AzureMonitorWorkspacesDelete.json" } }, @@ -351,11 +351,11 @@ }, "definitions": { "Metrics": { - "description": "Information about metrics for the Azure Monitor Workspace", + "description": "Information about metrics for the Azure Monitor workspace", "type": "object", "properties": { "prometheusQueryEndpoint": { - "description": "The Prometheus query endpoint for the Azure Monitor Workspace", + "description": "The Prometheus query endpoint for the Azure Monitor workspace", "type": "string", "readOnly": true, "x-ms-mutability": [ @@ -377,7 +377,7 @@ "type": "object", "properties": { "dataCollectionRuleResourceId": { - "description": "The Azure resource Id of the default data collection rule for this Azure Monitor Workspace.", + "description": "The Azure resource Id of the default data collection rule for this Azure Monitor workspace.", "type": "string", "readOnly": true, "x-ms-mutability": [ @@ -385,7 +385,7 @@ ] }, "dataCollectionEndpointResourceId": { - "description": "The Azure resource Id of the default data collection endpoint for this Azure Monitor Workspace.", + "description": "The Azure resource Id of the default data collection endpoint for this Azure Monitor workspace.", "type": "string", "readOnly": true, "x-ms-mutability": [ @@ -395,11 +395,11 @@ } }, "AzureMonitorWorkspace": { - "description": "Properties of an Azure Monitor Workspace", + "description": "Properties of an Azure Monitor workspace", "type": "object", "properties": { "accountId": { - "description": "The immutable ID of the Azure Monitor Workspace. This property is read-only.", + "description": "The immutable ID of the Azure Monitor workspace. This property is read-only.", "type": "string", "readOnly": true, "x-ms-mutability": [ @@ -407,7 +407,7 @@ ] }, "metrics": { - "description": "Information about metrics for the Azure Monitor Workspace", + "description": "Information about metrics for the Azure Monitor workspace", "allOf": [ { "$ref": "#/definitions/Metrics" @@ -419,7 +419,7 @@ ] }, "provisioningState": { - "description": "The provisioning state of the Azure Monitor Workspace. Set to Succeeded if everything is healthy.", + "description": "The provisioning state of the Azure Monitor workspace. Set to Succeeded if everything is healthy.", "enum": [ "Creating", "Succeeded", @@ -464,7 +464,7 @@ ] }, "publicNetworkAccess": { - "description": "Gets or sets allow or disallow public network access to Azure Monitor Workspace", + "description": "Gets or sets allow or disallow public network access to Azure Monitor workspace", "enum": [ "Enabled", "Disabled" @@ -482,7 +482,7 @@ } }, "AzureMonitorWorkspaceResource": { - "description": "An Azure Monitor Workspace definition", + "description": "An Azure Monitor workspace definition", "required": [ "location" ], @@ -551,7 +551,7 @@ "AzureMonitorWorkspaceNameParameter": { "in": "path", "name": "azureMonitorWorkspaceName", - "description": "The name of the Azure Monitor Workspace. The name is case insensitive", + "description": "The name of the Azure Monitor workspace. The name is case insensitive", "required": true, "type": "string", "pattern": "^(?!-)[a-zA-Z0-9-]+[^-]$", From 60f047f5c8ffbb1ea417df8f47d2b35725aa407b Mon Sep 17 00:00:00 2001 From: "GokulPrasad KrishnaSwamy (from Dev Box)" Date: Thu, 3 Aug 2023 10:36:34 -0700 Subject: [PATCH 4/7] Fixing the names --- .../monitoringAccounts_API.json | 56 +++++++++---------- .../2023-04-03/monitoringAccounts_API.json | 54 +++++++++--------- 2 files changed, 55 insertions(+), 55 deletions(-) diff --git a/specification/monitor/resource-manager/Microsoft.Monitor/preview/2021-06-03-preview/monitoringAccounts_API.json b/specification/monitor/resource-manager/Microsoft.Monitor/preview/2021-06-03-preview/monitoringAccounts_API.json index 2ef5c0221d49..591acfbf4984 100644 --- a/specification/monitor/resource-manager/Microsoft.Monitor/preview/2021-06-03-preview/monitoringAccounts_API.json +++ b/specification/monitor/resource-manager/Microsoft.Monitor/preview/2021-06-03-preview/monitoringAccounts_API.json @@ -2,7 +2,7 @@ "swagger": "2.0", "info": { "title": "Azure Monitor Workspaces Control Plane API", - "description": "Provides operations for working with Azure Monitor workspaces", + "description": "Provides operations for working with Azure Monitor Workspaces", "version": "2021-06-03-preview", "x-ms-code-generation-settings": { "name": "MonitorManagementClient" @@ -51,7 +51,7 @@ "tags": [ "AzureMonitorWorkspaces" ], - "description": "Lists all Azure Monitor workspaces in the specified resource group", + "description": "Lists all Azure Monitor Workspaces in the specified resource group", "operationId": "AzureMonitorWorkspaces_ListByResourceGroup", "produces": [ "application/json" @@ -85,7 +85,7 @@ "nextLinkName": "nextLink" }, "x-ms-examples": { - "List Azure Monitor workspaces by resource group": { + "List Azure Monitor Workspaces by resource group": { "$ref": "./examples/AzureMonitorWorkspacesListByResourceGroup.json" } } @@ -96,7 +96,7 @@ "tags": [ "AzureMonitorWorkspaces" ], - "description": "Lists all Azure Monitor workspaces in the specified subscription", + "description": "Lists all Azure Monitor Workspaces in the specified subscription", "operationId": "AzureMonitorWorkspaces_ListBySubscription", "produces": [ "application/json" @@ -127,7 +127,7 @@ "nextLinkName": "nextLink" }, "x-ms-examples": { - "List Azure Monitor workspaces by subscription": { + "List Azure Monitor Workspaces by subscription": { "$ref": "./examples/AzureMonitorWorkspacesListBySubscription.json" } } @@ -138,7 +138,7 @@ "tags": [ "AzureMonitorWorkspaces" ], - "description": "Returns the specified Azure Monitor workspace", + "description": "Returns the specified Azure Monitor Workspace", "operationId": "AzureMonitorWorkspaces_Get", "produces": [ "application/json" @@ -172,7 +172,7 @@ } }, "x-ms-examples": { - "Get Azure Monitor workspace": { + "Get Azure Monitor Workspace": { "$ref": "./examples/AzureMonitorWorkspacesGet.json" } } @@ -181,7 +181,7 @@ "tags": [ "AzureMonitorWorkspaces" ], - "description": "Creates or updates an Azure Monitor workspace", + "description": "Creates or updates an Azure Monitor Workspace", "operationId": "AzureMonitorWorkspaces_Create", "consumes": [ "application/json" @@ -214,13 +214,13 @@ ], "responses": { "200": { - "description": "Azure Monitor workspace was successfully updated", + "description": "Azure Monitor Workspace was successfully updated", "schema": { "$ref": "#/definitions/AzureMonitorWorkspaceResource" } }, "201": { - "description": "Azure Monitor workspace was successfully created", + "description": "Azure Monitor Workspace was successfully created", "schema": { "$ref": "#/definitions/AzureMonitorWorkspaceResource" } @@ -233,7 +233,7 @@ } }, "x-ms-examples": { - "Create or update Azure Monitor workspace": { + "Create or update an Azure Monitor Workspace": { "$ref": "./examples/AzureMonitorWorkspacesCreate.json" } } @@ -242,7 +242,7 @@ "tags": [ "AzureMonitorWorkspaces" ], - "description": "Updates part of an Azure Monitor workspace", + "description": "Updates part of an Azure Monitor Workspace", "operationId": "AzureMonitorWorkspaces_Update", "consumes": [ "application/json" @@ -274,7 +274,7 @@ ], "responses": { "200": { - "description": "Azure Monitor workspace was successfully updated", + "description": "Azure Monitor Workspace was successfully updated", "schema": { "$ref": "#/definitions/AzureMonitorWorkspaceResource" } @@ -287,7 +287,7 @@ } }, "x-ms-examples": { - "Update Azure Monitor workspace": { + "Update an Azure Monitor Workspace": { "$ref": "./examples/AzureMonitorWorkspacesUpdate.json" } } @@ -296,7 +296,7 @@ "tags": [ "AzureMonitorWorkspaces" ], - "description": "Deletes an Azure Monitor workspace", + "description": "Deletes an Azure Monitor Workspace", "operationId": "AzureMonitorWorkspaces_Delete", "produces": [ "application/json" @@ -317,10 +317,10 @@ ], "responses": { "200": { - "description": "Azure Monitor workspace was successfully deleted" + "description": "Azure Monitor Workspace was successfully deleted" }, "204": { - "description": "Azure Monitor workspace did not exist" + "description": "Azure Monitor Workspace does not exist" }, "default": { "description": "Error", @@ -330,7 +330,7 @@ } }, "x-ms-examples": { - "Delete Azure Monitor workspace": { + "Delete an Azure Monitor Workspace": { "$ref": "./examples/AzureMonitorWorkspacesDelete.json" } } @@ -339,11 +339,11 @@ }, "definitions": { "Metrics": { - "description": "Information about metrics for the Azure Monitor workspace", + "description": "Information about metrics for the Azure Monitor Workspace", "type": "object", "properties": { "prometheusQueryEndpoint": { - "description": "The Prometheus query endpoint for the Azure Monitor workspace", + "description": "The Prometheus query endpoint for the Azure Monitor Workspace", "type": "string", "readOnly": true, "x-ms-mutability": [ @@ -365,7 +365,7 @@ "type": "object", "properties": { "dataCollectionRuleResourceId": { - "description": "The Azure resource Id of the default data collection rule for this Azure Monitor workspace.", + "description": "The Azure resource Id of the default data collection rule for this Azure Monitor Workspace.", "type": "string", "readOnly": true, "x-ms-mutability": [ @@ -373,7 +373,7 @@ ] }, "dataCollectionEndpointResourceId": { - "description": "The Azure resource Id of the default data collection endpoint for this Azure Monitor workspace.", + "description": "The Azure resource Id of the default data collection endpoint for this Azure Monitor Workspace.", "type": "string", "readOnly": true, "x-ms-mutability": [ @@ -383,11 +383,11 @@ } }, "AzureMonitorWorkspace": { - "description": "Properties of an Azure Monitor workspace", + "description": "Properties of an Azure Monitor Workspace", "type": "object", "properties": { "accountId": { - "description": "The immutable ID of the Azure Monitor workspace. This property is read-only.", + "description": "The immutable ID of the Azure Monitor Workspace. This property is read-only.", "type": "string", "readOnly": true, "x-ms-mutability": [ @@ -395,7 +395,7 @@ ] }, "metrics": { - "description": "Information about metrics for the Azure Monitor workspace", + "description": "Information about metrics for the Azure Monitor Workspace", "allOf": [ { "$ref": "#/definitions/Metrics" @@ -407,7 +407,7 @@ ] }, "provisioningState": { - "description": "The provisioning state of the Azure Monitor workspace. Set to Succeeded if everything is healthy.", + "description": "The provisioning state of the Azure Monitor Workspace. Set to Succeeded if everything is healthy.", "enum": [ "Creating", "Succeeded", @@ -440,7 +440,7 @@ } }, "AzureMonitorWorkspaceResource": { - "description": "An Azure Monitor workspace definition", + "description": "An Azure Monitor Workspace definition", "required": [ "location" ], @@ -509,7 +509,7 @@ "AzureMonitorWorkspaceNameParameter": { "in": "path", "name": "azureMonitorWorkspaceName", - "description": "The name of the Azure Monitor workspace. The name is case insensitive", + "description": "The name of the Azure Monitor Workspace. The name is case insensitive", "required": true, "type": "string", "pattern": "^(?!-)[a-zA-Z0-9-]+[^-]$", diff --git a/specification/monitor/resource-manager/Microsoft.Monitor/stable/2023-04-03/monitoringAccounts_API.json b/specification/monitor/resource-manager/Microsoft.Monitor/stable/2023-04-03/monitoringAccounts_API.json index 5ca520ad1947..49a387cac2c2 100644 --- a/specification/monitor/resource-manager/Microsoft.Monitor/stable/2023-04-03/monitoringAccounts_API.json +++ b/specification/monitor/resource-manager/Microsoft.Monitor/stable/2023-04-03/monitoringAccounts_API.json @@ -2,7 +2,7 @@ "swagger": "2.0", "info": { "title": "Azure Monitor Workspaces Control Plane API", - "description": "Provides operations for working with Azure Monitor workspaces", + "description": "Provides operations for working with Azure Monitor Workspaces", "version": "2023-04-03", "x-ms-code-generation-settings": { "name": "MonitorManagementClient" @@ -51,7 +51,7 @@ "tags": [ "AzureMonitorWorkspaces" ], - "description": "Lists all Azure Monitor workspaces in the specified resource group", + "description": "Lists all Azure Monitor Workspaces in the specified resource group", "operationId": "AzureMonitorWorkspaces_ListByResourceGroup", "produces": [ "application/json" @@ -85,7 +85,7 @@ "nextLinkName": "nextLink" }, "x-ms-examples": { - "List Azure Monitor workspaces by resource group": { + "List Azure Monitor Workspaces by resource group": { "$ref": "./examples/AzureMonitorWorkspacesListByResourceGroup.json" } } @@ -96,7 +96,7 @@ "tags": [ "AzureMonitorWorkspaces" ], - "description": "Lists all Azure Monitor workspaces in the specified subscription", + "description": "Lists all Azure Monitor Workspaces in the specified subscription", "operationId": "AzureMonitorWorkspaces_ListBySubscription", "produces": [ "application/json" @@ -127,7 +127,7 @@ "nextLinkName": "nextLink" }, "x-ms-examples": { - "List Azure Monitor workspaces by subscription": { + "List Azure Monitor Workspaces by subscription": { "$ref": "./examples/AzureMonitorWorkspacesListBySubscription.json" } } @@ -138,7 +138,7 @@ "tags": [ "AzureMonitorWorkspaces" ], - "description": "Returns the specified Azure Monitor workspace", + "description": "Returns the specified Azure Monitor Workspace", "operationId": "AzureMonitorWorkspaces_Get", "produces": [ "application/json" @@ -172,7 +172,7 @@ } }, "x-ms-examples": { - "Get Azure Monitor workspace": { + "Get Azure Monitor Workspace": { "$ref": "./examples/AzureMonitorWorkspacesGet.json" } } @@ -181,7 +181,7 @@ "tags": [ "AzureMonitorWorkspaces" ], - "description": "Creates or updates an Azure Monitor workspace", + "description": "Creates or updates an Azure Monitor Workspace", "operationId": "AzureMonitorWorkspaces_Create", "consumes": [ "application/json" @@ -214,13 +214,13 @@ ], "responses": { "200": { - "description": "Azure Monitor workspace was successfully updated", + "description": "Azure Monitor Workspace was successfully updated", "schema": { "$ref": "#/definitions/AzureMonitorWorkspaceResource" } }, "201": { - "description": "Azure Monitor workspace was successfully created", + "description": "Azure Monitor Workspace was successfully created", "schema": { "$ref": "#/definitions/AzureMonitorWorkspaceResource" } @@ -233,7 +233,7 @@ } }, "x-ms-examples": { - "Create or update Azure Monitor workspace": { + "Create or update an Azure Monitor Workspace": { "$ref": "./examples/AzureMonitorWorkspacesCreate.json" } } @@ -287,7 +287,7 @@ } }, "x-ms-examples": { - "Update Azure Monitor Workspace": { + "Update an Azure Monitor Workspace": { "$ref": "./examples/AzureMonitorWorkspacesUpdate.json" } } @@ -296,7 +296,7 @@ "tags": [ "AzureMonitorWorkspaces" ], - "description": "Deletes an Azure Monitor workspace", + "description": "Deletes an Azure Monitor Workspace", "operationId": "AzureMonitorWorkspaces_Delete", "produces": [ "application/json" @@ -317,7 +317,7 @@ ], "responses": { "202": { - "description": "Azure Monitor workspace was successfully deleted", + "description": "Azure Monitor Workspace was successfully deleted", "headers": { "Azure-AsyncOperation": { "type": "string" @@ -328,7 +328,7 @@ } }, "204": { - "description": "Azure Monitor workspace did not exist" + "description": "Azure Monitor Workspace did not exist" }, "default": { "description": "Error", @@ -338,7 +338,7 @@ } }, "x-ms-examples": { - "Delete Azure Monitor workspace": { + "Delete an Azure Monitor Workspace": { "$ref": "./examples/AzureMonitorWorkspacesDelete.json" } }, @@ -351,11 +351,11 @@ }, "definitions": { "Metrics": { - "description": "Information about metrics for the Azure Monitor workspace", + "description": "Information about metrics for the Azure Monitor Workspace", "type": "object", "properties": { "prometheusQueryEndpoint": { - "description": "The Prometheus query endpoint for the Azure Monitor workspace", + "description": "The Prometheus query endpoint for the Azure Monitor Workspace", "type": "string", "readOnly": true, "x-ms-mutability": [ @@ -377,7 +377,7 @@ "type": "object", "properties": { "dataCollectionRuleResourceId": { - "description": "The Azure resource Id of the default data collection rule for this Azure Monitor workspace.", + "description": "The Azure resource Id of the default data collection rule for this Azure Monitor Workspace.", "type": "string", "readOnly": true, "x-ms-mutability": [ @@ -385,7 +385,7 @@ ] }, "dataCollectionEndpointResourceId": { - "description": "The Azure resource Id of the default data collection endpoint for this Azure Monitor workspace.", + "description": "The Azure resource Id of the default data collection endpoint for this Azure Monitor Workspace.", "type": "string", "readOnly": true, "x-ms-mutability": [ @@ -395,11 +395,11 @@ } }, "AzureMonitorWorkspace": { - "description": "Properties of an Azure Monitor workspace", + "description": "Properties of an Azure Monitor Workspace", "type": "object", "properties": { "accountId": { - "description": "The immutable ID of the Azure Monitor workspace. This property is read-only.", + "description": "The immutable ID of the Azure Monitor Workspace. This property is read-only.", "type": "string", "readOnly": true, "x-ms-mutability": [ @@ -407,7 +407,7 @@ ] }, "metrics": { - "description": "Information about metrics for the Azure Monitor workspace", + "description": "Information about metrics for the Azure Monitor Workspace", "allOf": [ { "$ref": "#/definitions/Metrics" @@ -419,7 +419,7 @@ ] }, "provisioningState": { - "description": "The provisioning state of the Azure Monitor workspace. Set to Succeeded if everything is healthy.", + "description": "The provisioning state of the Azure Monitor Workspace. Set to Succeeded if everything is healthy.", "enum": [ "Creating", "Succeeded", @@ -464,7 +464,7 @@ ] }, "publicNetworkAccess": { - "description": "Gets or sets allow or disallow public network access to Azure Monitor workspace", + "description": "Gets or sets allow or disallow public network access to Azure Monitor Workspace", "enum": [ "Enabled", "Disabled" @@ -482,7 +482,7 @@ } }, "AzureMonitorWorkspaceResource": { - "description": "An Azure Monitor workspace definition", + "description": "An Azure Monitor Workspace definition", "required": [ "location" ], @@ -551,7 +551,7 @@ "AzureMonitorWorkspaceNameParameter": { "in": "path", "name": "azureMonitorWorkspaceName", - "description": "The name of the Azure Monitor workspace. The name is case insensitive", + "description": "The name of the Azure Monitor Workspace. The name is case insensitive", "required": true, "type": "string", "pattern": "^(?!-)[a-zA-Z0-9-]+[^-]$", From 0de3f8269f686096fb2e6a87010c4e17789efbee Mon Sep 17 00:00:00 2001 From: "GokulPrasad KrishnaSwamy (from Dev Box)" Date: Thu, 3 Aug 2023 10:45:57 -0700 Subject: [PATCH 5/7] Updating delete operation description --- .../stable/2023-04-03/monitoringAccounts_API.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specification/monitor/resource-manager/Microsoft.Monitor/stable/2023-04-03/monitoringAccounts_API.json b/specification/monitor/resource-manager/Microsoft.Monitor/stable/2023-04-03/monitoringAccounts_API.json index 49a387cac2c2..bceb5a54ee21 100644 --- a/specification/monitor/resource-manager/Microsoft.Monitor/stable/2023-04-03/monitoringAccounts_API.json +++ b/specification/monitor/resource-manager/Microsoft.Monitor/stable/2023-04-03/monitoringAccounts_API.json @@ -317,7 +317,7 @@ ], "responses": { "202": { - "description": "Azure Monitor Workspace was successfully deleted", + "description": "Azure Monitor Workspace delete operation has been accepted and will complete asynchronously", "headers": { "Azure-AsyncOperation": { "type": "string" @@ -328,7 +328,7 @@ } }, "204": { - "description": "Azure Monitor Workspace did not exist" + "description": "Azure Monitor Workspace does not exist" }, "default": { "description": "Error", From ff55be6e288df9ac26432bf12ed01f0c2cb98b9e Mon Sep 17 00:00:00 2001 From: "GokulPrasad KrishnaSwamy (from Dev Box)" Date: Thu, 3 Aug 2023 14:51:51 -0700 Subject: [PATCH 6/7] Addressing minor comments --- .../2021-06-03-preview/monitoringAccounts_API.json | 8 ++++---- .../stable/2023-04-03/monitoringAccounts_API.json | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/specification/monitor/resource-manager/Microsoft.Monitor/preview/2021-06-03-preview/monitoringAccounts_API.json b/specification/monitor/resource-manager/Microsoft.Monitor/preview/2021-06-03-preview/monitoringAccounts_API.json index 591acfbf4984..4cef74fcce33 100644 --- a/specification/monitor/resource-manager/Microsoft.Monitor/preview/2021-06-03-preview/monitoringAccounts_API.json +++ b/specification/monitor/resource-manager/Microsoft.Monitor/preview/2021-06-03-preview/monitoringAccounts_API.json @@ -205,7 +205,7 @@ { "in": "body", "name": "azureMonitorWorkspaceProperties", - "description": "Properties that need to be specified to create a new workspace", + "description": "Properties that need to be specified to create a new Azure Monitor Workspace", "required": true, "schema": { "$ref": "#/definitions/AzureMonitorWorkspaceResource" @@ -387,7 +387,7 @@ "type": "object", "properties": { "accountId": { - "description": "The immutable ID of the Azure Monitor Workspace. This property is read-only.", + "description": "The immutable Id of the Azure Monitor Workspace. This property is read-only.", "type": "string", "readOnly": true, "x-ms-mutability": [ @@ -492,7 +492,7 @@ } }, "AzureMonitorWorkspaceResourceForUpdate": { - "description": "Definition of ARM tracked top level resource properties for update operation", + "description": "Definition of ARM tracked top level resource properties for the Update operation", "type": "object", "properties": { "tags": { @@ -509,7 +509,7 @@ "AzureMonitorWorkspaceNameParameter": { "in": "path", "name": "azureMonitorWorkspaceName", - "description": "The name of the Azure Monitor Workspace. The name is case insensitive", + "description": "The name of the Azure Monitor Workspace. The name is case insensitive", "required": true, "type": "string", "pattern": "^(?!-)[a-zA-Z0-9-]+[^-]$", diff --git a/specification/monitor/resource-manager/Microsoft.Monitor/stable/2023-04-03/monitoringAccounts_API.json b/specification/monitor/resource-manager/Microsoft.Monitor/stable/2023-04-03/monitoringAccounts_API.json index bceb5a54ee21..2a09e8d34d62 100644 --- a/specification/monitor/resource-manager/Microsoft.Monitor/stable/2023-04-03/monitoringAccounts_API.json +++ b/specification/monitor/resource-manager/Microsoft.Monitor/stable/2023-04-03/monitoringAccounts_API.json @@ -205,7 +205,7 @@ { "in": "body", "name": "azureMonitorWorkspaceProperties", - "description": "Properties that need to be specified to create a new workspace", + "description": "Properties that need to be specified to create a new Azure Monitor Workspace", "required": true, "schema": { "$ref": "#/definitions/AzureMonitorWorkspaceResource" @@ -399,7 +399,7 @@ "type": "object", "properties": { "accountId": { - "description": "The immutable ID of the Azure Monitor Workspace. This property is read-only.", + "description": "The immutable Id of the Azure Monitor Workspace. This property is read-only.", "type": "string", "readOnly": true, "x-ms-mutability": [ @@ -534,7 +534,7 @@ } }, "AzureMonitorWorkspaceResourceForUpdate": { - "description": "Definition of ARM tracked top level resource properties for update operation", + "description": "Definition of ARM tracked top level resource properties for the Update operation", "type": "object", "properties": { "tags": { @@ -551,7 +551,7 @@ "AzureMonitorWorkspaceNameParameter": { "in": "path", "name": "azureMonitorWorkspaceName", - "description": "The name of the Azure Monitor Workspace. The name is case insensitive", + "description": "The name of the Azure Monitor Workspace. The name is case insensitive", "required": true, "type": "string", "pattern": "^(?!-)[a-zA-Z0-9-]+[^-]$", From d652abc3ecdc476024d9e104ba72e5dc1156ce7b Mon Sep 17 00:00:00 2001 From: "GokulPrasad KrishnaSwamy (from Dev Box)" Date: Mon, 7 Aug 2023 11:08:18 -0700 Subject: [PATCH 7/7] Changing the description for the metrics container --- .../preview/2021-06-03-preview/monitoringAccounts_API.json | 4 ++-- .../stable/2023-04-03/monitoringAccounts_API.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/specification/monitor/resource-manager/Microsoft.Monitor/preview/2021-06-03-preview/monitoringAccounts_API.json b/specification/monitor/resource-manager/Microsoft.Monitor/preview/2021-06-03-preview/monitoringAccounts_API.json index 4cef74fcce33..336bde0b2d58 100644 --- a/specification/monitor/resource-manager/Microsoft.Monitor/preview/2021-06-03-preview/monitoringAccounts_API.json +++ b/specification/monitor/resource-manager/Microsoft.Monitor/preview/2021-06-03-preview/monitoringAccounts_API.json @@ -339,7 +339,7 @@ }, "definitions": { "Metrics": { - "description": "Information about metrics for the Azure Monitor Workspace", + "description": "Properties related to the metrics container in the Azure Monitor Workspace", "type": "object", "properties": { "prometheusQueryEndpoint": { @@ -395,7 +395,7 @@ ] }, "metrics": { - "description": "Information about metrics for the Azure Monitor Workspace", + "description": "Properties related to the metrics container in the Azure Monitor Workspace", "allOf": [ { "$ref": "#/definitions/Metrics" diff --git a/specification/monitor/resource-manager/Microsoft.Monitor/stable/2023-04-03/monitoringAccounts_API.json b/specification/monitor/resource-manager/Microsoft.Monitor/stable/2023-04-03/monitoringAccounts_API.json index 2a09e8d34d62..34714889e771 100644 --- a/specification/monitor/resource-manager/Microsoft.Monitor/stable/2023-04-03/monitoringAccounts_API.json +++ b/specification/monitor/resource-manager/Microsoft.Monitor/stable/2023-04-03/monitoringAccounts_API.json @@ -351,7 +351,7 @@ }, "definitions": { "Metrics": { - "description": "Information about metrics for the Azure Monitor Workspace", + "description": "Properties related to the metrics container in the Azure Monitor Workspace", "type": "object", "properties": { "prometheusQueryEndpoint": { @@ -407,7 +407,7 @@ ] }, "metrics": { - "description": "Information about metrics for the Azure Monitor Workspace", + "description": "Properties related to the metrics container in the Azure Monitor Workspace", "allOf": [ { "$ref": "#/definitions/Metrics"