Skip to content

Commit 36cf4f3

Browse files
GokulPrasad-WorkGokulPrasad KrishnaSwamy (from Dev Box)
andauthored
[Hub Generated] Publish private branch 'GokulPrasad-Work-monitor-Microsoft.Monitor-2023-04-03' (#25300)
* Update description for Microsoft.Monitor APIs * Updating to 'Azure Monitor Workspace' * Typo fix * Fixing the names * Updating delete operation description * Addressing minor comments * Changing the description for the metrics container --------- Co-authored-by: GokulPrasad KrishnaSwamy (from Dev Box) <gokulpk@microsoft.com>
1 parent aa33d41 commit 36cf4f3

File tree

2 files changed

+57
-57
lines changed

2 files changed

+57
-57
lines changed

specification/monitor/resource-manager/Microsoft.Monitor/preview/2021-06-03-preview/monitoringAccounts_API.json

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"tags": [
5252
"AzureMonitorWorkspaces"
5353
],
54-
"description": "Lists all workspaces in the specified resource group",
54+
"description": "Lists all Azure Monitor Workspaces in the specified resource group",
5555
"operationId": "AzureMonitorWorkspaces_ListByResourceGroup",
5656
"produces": [
5757
"application/json"
@@ -85,7 +85,7 @@
8585
"nextLinkName": "nextLink"
8686
},
8787
"x-ms-examples": {
88-
"List monitor workspaces by resource group": {
88+
"List Azure Monitor Workspaces by resource group": {
8989
"$ref": "./examples/AzureMonitorWorkspacesListByResourceGroup.json"
9090
}
9191
}
@@ -96,7 +96,7 @@
9696
"tags": [
9797
"AzureMonitorWorkspaces"
9898
],
99-
"description": "Lists all workspaces in the specified subscription",
99+
"description": "Lists all Azure Monitor Workspaces in the specified subscription",
100100
"operationId": "AzureMonitorWorkspaces_ListBySubscription",
101101
"produces": [
102102
"application/json"
@@ -127,7 +127,7 @@
127127
"nextLinkName": "nextLink"
128128
},
129129
"x-ms-examples": {
130-
"List workspaces by subscription": {
130+
"List Azure Monitor Workspaces by subscription": {
131131
"$ref": "./examples/AzureMonitorWorkspacesListBySubscription.json"
132132
}
133133
}
@@ -138,7 +138,7 @@
138138
"tags": [
139139
"AzureMonitorWorkspaces"
140140
],
141-
"description": "Returns the specific Azure Monitor workspace",
141+
"description": "Returns the specified Azure Monitor Workspace",
142142
"operationId": "AzureMonitorWorkspaces_Get",
143143
"produces": [
144144
"application/json"
@@ -172,7 +172,7 @@
172172
}
173173
},
174174
"x-ms-examples": {
175-
"Get workspace": {
175+
"Get Azure Monitor Workspace": {
176176
"$ref": "./examples/AzureMonitorWorkspacesGet.json"
177177
}
178178
}
@@ -181,7 +181,7 @@
181181
"tags": [
182182
"AzureMonitorWorkspaces"
183183
],
184-
"description": "Create or update a workspace",
184+
"description": "Creates or updates an Azure Monitor Workspace",
185185
"operationId": "AzureMonitorWorkspaces_Create",
186186
"consumes": [
187187
"application/json"
@@ -205,7 +205,7 @@
205205
{
206206
"in": "body",
207207
"name": "azureMonitorWorkspaceProperties",
208-
"description": "Properties that need to be specified to create a new workspace",
208+
"description": "Properties that need to be specified to create a new Azure Monitor Workspace",
209209
"required": true,
210210
"schema": {
211211
"$ref": "#/definitions/AzureMonitorWorkspaceResource"
@@ -214,13 +214,13 @@
214214
],
215215
"responses": {
216216
"200": {
217-
"description": "Azure Monitor workspace was successfully updated",
217+
"description": "Azure Monitor Workspace was successfully updated",
218218
"schema": {
219219
"$ref": "#/definitions/AzureMonitorWorkspaceResource"
220220
}
221221
},
222222
"201": {
223-
"description": "Azure Monitor workspace was successfully created",
223+
"description": "Azure Monitor Workspace was successfully created",
224224
"schema": {
225225
"$ref": "#/definitions/AzureMonitorWorkspaceResource"
226226
}
@@ -233,7 +233,7 @@
233233
}
234234
},
235235
"x-ms-examples": {
236-
"Create or update workspace": {
236+
"Create or update an Azure Monitor Workspace": {
237237
"$ref": "./examples/AzureMonitorWorkspacesCreate.json"
238238
}
239239
}
@@ -242,7 +242,7 @@
242242
"tags": [
243243
"AzureMonitorWorkspaces"
244244
],
245-
"description": "Updates part of a workspace",
245+
"description": "Updates part of an Azure Monitor Workspace",
246246
"operationId": "AzureMonitorWorkspaces_Update",
247247
"consumes": [
248248
"application/json"
@@ -274,7 +274,7 @@
274274
],
275275
"responses": {
276276
"200": {
277-
"description": "Monitor workspace was successfully updated",
277+
"description": "Azure Monitor Workspace was successfully updated",
278278
"schema": {
279279
"$ref": "#/definitions/AzureMonitorWorkspaceResource"
280280
}
@@ -287,7 +287,7 @@
287287
}
288288
},
289289
"x-ms-examples": {
290-
"Update workspace": {
290+
"Update an Azure Monitor Workspace": {
291291
"$ref": "./examples/AzureMonitorWorkspacesUpdate.json"
292292
}
293293
}
@@ -296,7 +296,7 @@
296296
"tags": [
297297
"AzureMonitorWorkspaces"
298298
],
299-
"description": "Delete a workspace",
299+
"description": "Deletes an Azure Monitor Workspace",
300300
"operationId": "AzureMonitorWorkspaces_Delete",
301301
"produces": [
302302
"application/json"
@@ -317,10 +317,10 @@
317317
],
318318
"responses": {
319319
"200": {
320-
"description": "Workspace was successfully deleted"
320+
"description": "Azure Monitor Workspace was successfully deleted"
321321
},
322322
"204": {
323-
"description": "Workspace did not exist"
323+
"description": "Azure Monitor Workspace does not exist"
324324
},
325325
"default": {
326326
"description": "Error",
@@ -330,7 +330,7 @@
330330
}
331331
},
332332
"x-ms-examples": {
333-
"Delete workspace": {
333+
"Delete an Azure Monitor Workspace": {
334334
"$ref": "./examples/AzureMonitorWorkspacesDelete.json"
335335
}
336336
}
@@ -339,11 +339,11 @@
339339
},
340340
"definitions": {
341341
"Metrics": {
342-
"description": "Information about metrics for the workspace",
342+
"description": "Properties related to the metrics container in the Azure Monitor Workspace",
343343
"type": "object",
344344
"properties": {
345345
"prometheusQueryEndpoint": {
346-
"description": "The Prometheus query endpoint for the workspace",
346+
"description": "The Prometheus query endpoint for the Azure Monitor Workspace",
347347
"type": "string",
348348
"readOnly": true,
349349
"x-ms-mutability": [
@@ -365,15 +365,15 @@
365365
"type": "object",
366366
"properties": {
367367
"dataCollectionRuleResourceId": {
368-
"description": "The Azure resource Id of the default data collection rule for this workspace.",
368+
"description": "The Azure resource Id of the default data collection rule for this Azure Monitor Workspace.",
369369
"type": "string",
370370
"readOnly": true,
371371
"x-ms-mutability": [
372372
"read"
373373
]
374374
},
375375
"dataCollectionEndpointResourceId": {
376-
"description": "The Azure resource Id of the default data collection endpoint for this workspace.",
376+
"description": "The Azure resource Id of the default data collection endpoint for this Azure Monitor Workspace.",
377377
"type": "string",
378378
"readOnly": true,
379379
"x-ms-mutability": [
@@ -383,19 +383,19 @@
383383
}
384384
},
385385
"AzureMonitorWorkspace": {
386-
"description": "Properties of an Azure Monitor workspace",
386+
"description": "Properties of an Azure Monitor Workspace",
387387
"type": "object",
388388
"properties": {
389389
"accountId": {
390-
"description": "The immutable ID of the Azure Monitor workspace. This property is read-only.",
390+
"description": "The immutable Id of the Azure Monitor Workspace. This property is read-only.",
391391
"type": "string",
392392
"readOnly": true,
393393
"x-ms-mutability": [
394394
"read"
395395
]
396396
},
397397
"metrics": {
398-
"description": "Information about metrics for the Azure Monitor workspace",
398+
"description": "Properties related to the metrics container in the Azure Monitor Workspace",
399399
"allOf": [
400400
{
401401
"$ref": "#/definitions/Metrics"
@@ -407,7 +407,7 @@
407407
]
408408
},
409409
"provisioningState": {
410-
"description": "The provisioning state of the Azure Monitor workspace. Set to Succeeded if everything is healthy.",
410+
"description": "The provisioning state of the Azure Monitor Workspace. Set to Succeeded if everything is healthy.",
411411
"enum": [
412412
"Creating",
413413
"Succeeded",
@@ -492,7 +492,7 @@
492492
}
493493
},
494494
"AzureMonitorWorkspaceResourceForUpdate": {
495-
"description": "Definition of ARM tracked top level resource properties for update operation",
495+
"description": "Definition of ARM tracked top level resource properties for the Update operation",
496496
"type": "object",
497497
"properties": {
498498
"tags": {
@@ -509,7 +509,7 @@
509509
"AzureMonitorWorkspaceNameParameter": {
510510
"in": "path",
511511
"name": "azureMonitorWorkspaceName",
512-
"description": "The name of the Azure Monitor workspace. The name is case insensitive",
512+
"description": "The name of the Azure Monitor Workspace. The name is case insensitive",
513513
"required": true,
514514
"type": "string",
515515
"pattern": "^(?!-)[a-zA-Z0-9-]+[^-]$",

0 commit comments

Comments
 (0)