Skip to content

Commit 72cee8d

Browse files
jamlaisebader
andauthored
Updates to Microsoft.Monitor 2025-05-03-preview (#37374)
Updates and cleanup to the Microsoft.Monitor 2025-05-03-preview api version 1. Combine microsoft.monitor/accounts/issues typespec and spec into the parent microsoft.monitor/accounts spec 2. Add specs for microsoft.monitor/accounts/healthmodels --------- Co-authored-by: Sebastian <[email protected]> Co-authored-by: Sebastian Bader <[email protected]>
1 parent 77f044b commit 72cee8d

File tree

100 files changed

+8919
-1789
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

100 files changed

+8919
-1789
lines changed

specification/monitor/Microsoft.Monitor.Accounts.Management/main.tsp

Lines changed: 0 additions & 3 deletions
This file was deleted.

specification/monitor/Microsoft.Monitor.Issues.Management/main.tsp

Lines changed: 0 additions & 1 deletion
This file was deleted.

specification/monitor/Microsoft.Monitor.Issues.Management/tspconfig.yaml

Lines changed: 0 additions & 53 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
{
2+
"title": "AuthenticationSettings_CreateOrUpdate",
3+
"operationId": "AuthenticationSettings_CreateOrUpdate",
4+
"parameters": {
5+
"api-version": "2025-05-03-preview",
6+
"subscriptionId": "00000000-0000-0000-0000-000000000000",
7+
"resourceGroupName": "myResourceGroup",
8+
"azureMonitorWorkspaceName": "myWorkspace",
9+
"healthModelName": "myHealthModel",
10+
"authenticationSettingName": "myAuthSetting",
11+
"resource": {
12+
"properties": {
13+
"managedIdentityName": "SystemAssigned",
14+
"displayName": "myDisplayName",
15+
"authenticationKind": "ManagedIdentity"
16+
}
17+
}
18+
},
19+
"responses": {
20+
"200": {
21+
"body": {
22+
"properties": {
23+
"managedIdentityName": "SystemAssigned",
24+
"provisioningState": "Succeeded",
25+
"displayName": "myDisplayName",
26+
"authenticationKind": "ManagedIdentity"
27+
},
28+
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Monitor/accounts/myWorkspace/healthModels/myHealthModel/authenticationSettings/myAuthSetting",
29+
"name": "myAuthSetting",
30+
"type": "Microsoft.Monitor/accounts/healthModels/authenticationSettings",
31+
"systemData": {
32+
"createdBy": "myCreatedBy",
33+
"createdByType": "User",
34+
"createdAt": "2023-09-18T14:04:09.327Z",
35+
"lastModifiedBy": "myLastModifiedBy",
36+
"lastModifiedByType": "User",
37+
"lastModifiedAt": "2023-09-18T14:04:09.328Z"
38+
}
39+
}
40+
},
41+
"201": {
42+
"body": {
43+
"properties": {
44+
"managedIdentityName": "SystemAssigned",
45+
"provisioningState": "Succeeded",
46+
"displayName": "myDisplayName",
47+
"authenticationKind": "ManagedIdentity"
48+
},
49+
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Monitor/accounts/myWorkspace/healthModels/myHealthModel/authenticationSettings/myAuthSetting",
50+
"name": "myAuthSetting",
51+
"type": "Microsoft.Monitor/accounts/healthModels/authenticationSettings",
52+
"systemData": {
53+
"createdBy": "myCreatedBy",
54+
"createdByType": "User",
55+
"createdAt": "2023-09-18T14:04:09.327Z",
56+
"lastModifiedBy": "myLastModifiedBy",
57+
"lastModifiedByType": "User",
58+
"lastModifiedAt": "2023-09-18T14:04:09.328Z"
59+
}
60+
}
61+
}
62+
}
63+
}

0 commit comments

Comments
 (0)