Skip to content

Commit c6a532c

Browse files
authored
Checkin Microsoft.Dashboard 2022-05-01-preview (#19448)
* checkin Microsoft.Dashboard 2022-05-01-preview * modify readme * Copying previous 2021-09-01-preview version as base * Initial check in 2022-05-01-preview based on previousversion
1 parent 3d9e7c8 commit c6a532c

15 files changed

+1581
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,99 @@
1+
{
2+
"parameters": {
3+
"api-version": "2022-05-01-preview",
4+
"subscriptionId": "00000000-0000-0000-0000-000000000000",
5+
"resourceGroupName": "myResourceGroup",
6+
"workspaceName": "myWorkspace",
7+
"requestBodyParameters": {
8+
"sku": {
9+
"name": "Standard"
10+
},
11+
"properties": {
12+
"publicNetworkAccess": "Enabled",
13+
"zoneRedundancy": "Enabled",
14+
"apiKey": "Enabled",
15+
"deterministicOutboundIP": "Enabled"
16+
},
17+
"identity": {
18+
"type": "SystemAssigned"
19+
},
20+
"tags": {
21+
"Environment": "Dev"
22+
},
23+
"location": "West US"
24+
}
25+
},
26+
"responses": {
27+
"200": {
28+
"body": {
29+
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/grafana/myWorkspace",
30+
"name": "myWorkspace",
31+
"type": "Microsoft.Dashboard/grafana",
32+
"sku": {
33+
"name": "Standard"
34+
},
35+
"properties": {
36+
"provisioningState": "Succeeded",
37+
"grafanaVersion": "8.4.5",
38+
"endpoint": "https://myworkspace-abcdefghijklmnop.wus.grafana.azure.com",
39+
"zoneRedundancy": "Enabled",
40+
"apiKey": "Enabled",
41+
"deterministicOutboundIP": "Enabled",
42+
"outboundIPs": [
43+
"192.168.0.1",
44+
"192.168.0.2"
45+
],
46+
"publicNetworkAccess": "Enabled",
47+
"autoGeneratedDomainNameLabelScope": "TenantReuse"
48+
},
49+
"identity": {
50+
"type": "SystemAssigned"
51+
},
52+
"tags": {
53+
"Environment": "Dev"
54+
},
55+
"location": "West US",
56+
"systemData": {
57+
"createdBy": "string",
58+
"createdByType": "User",
59+
"createdAt": "2020-02-03T01:01:01.1075056Z",
60+
"lastModifiedBy": "string",
61+
"lastModifiedByType": "User",
62+
"lastModifiedAt": "2020-02-04T02:03:01.1974346Z"
63+
}
64+
}
65+
},
66+
"201": {
67+
"body": {
68+
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/grafana/myWorkspace",
69+
"name": "myWorkspace",
70+
"type": "Microsoft.Dashboard/grafana",
71+
"sku": {
72+
"name": "Standard"
73+
},
74+
"properties": {
75+
"provisioningState": "Accepted",
76+
"grafanaVersion": "8.4.5",
77+
"endpoint": "https://myworkspace-abcdefghijklmnop.wus.grafana.azure.com",
78+
"zoneRedundancy": "Enabled",
79+
"apiKey": "Enabled",
80+
"deterministicOutboundIP": "Enabled",
81+
"publicNetworkAccess": "Enabled",
82+
"autoGeneratedDomainNameLabelScope": "TenantReuse"
83+
},
84+
"tags": {
85+
"Environment": "Dev"
86+
},
87+
"location": "West US",
88+
"systemData": {
89+
"createdBy": "string",
90+
"createdByType": "User",
91+
"createdAt": "2020-02-03T01:01:01.1075056Z",
92+
"lastModifiedBy": "string",
93+
"lastModifiedByType": "User",
94+
"lastModifiedAt": "2020-02-04T02:03:01.1974346Z"
95+
}
96+
}
97+
}
98+
}
99+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"parameters": {
3+
"api-version": "2022-05-01-preview",
4+
"subscriptionId": "00000000-0000-0000-0000-000000000000",
5+
"resourceGroupName": "myResourceGroup",
6+
"workspaceName": "myWorkspace"
7+
},
8+
"responses": {
9+
"200": {},
10+
"202": {},
11+
"204": {}
12+
}
13+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
{
2+
"parameters": {
3+
"api-version": "2022-05-01-preview",
4+
"subscriptionId": "00000000-0000-0000-0000-000000000000",
5+
"resourceGroupName": "myResourceGroup",
6+
"workspaceName": "myWorkspace"
7+
},
8+
"responses": {
9+
"200": {
10+
"body": {
11+
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/grafana/myWorkspace",
12+
"name": "myWorkspace",
13+
"type": "Microsoft.Dashboard/grafana",
14+
"sku": {
15+
"name": "Standard"
16+
},
17+
"properties": {
18+
"provisioningState": "Succeeded",
19+
"grafanaVersion": "8.4.5",
20+
"endpoint": "https://myworkspace-abcdefghijklmnop.wus.grafana.azure.com",
21+
"zoneRedundancy": "Enabled",
22+
"apiKey": "Enabled",
23+
"deterministicOutboundIP": "Enabled",
24+
"outboundIPs": [
25+
"192.168.0.1",
26+
"192.168.0.2"
27+
],
28+
"autoGeneratedDomainNameLabelScope": "TenantReuse"
29+
},
30+
"tags": {
31+
"Environment": "Dev"
32+
},
33+
"location": "West US",
34+
"systemData": {
35+
"createdBy": "string",
36+
"createdByType": "User",
37+
"createdAt": "2020-02-03T01:01:01.1075056Z",
38+
"lastModifiedBy": "string",
39+
"lastModifiedByType": "User",
40+
"lastModifiedAt": "2020-02-04T02:03:01.1974346Z"
41+
}
42+
}
43+
}
44+
}
45+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
{
2+
"parameters": {
3+
"api-version": "2022-05-01-preview",
4+
"subscriptionId": "00000000-0000-0000-0000-000000000000"
5+
},
6+
"responses": {
7+
"200": {
8+
"body": {
9+
"value": [
10+
{
11+
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/grafana/myWorkspace",
12+
"name": "myWorkspace",
13+
"type": "Microsoft.Dashboard/grafana",
14+
"sku": {
15+
"name": "Standard"
16+
},
17+
"properties": {
18+
"provisioningState": "Succeeded",
19+
"grafanaVersion": "8.4.5",
20+
"endpoint": "https://myworkspace-abcdefghijklmnop.wus.grafana.azure.com",
21+
"zoneRedundancy": "Enabled",
22+
"apiKey": "Enabled",
23+
"deterministicOutboundIP": "Enabled",
24+
"outboundIPs": [
25+
"192.168.0.1",
26+
"192.168.0.2"
27+
],
28+
"autoGeneratedDomainNameLabelScope": "TenantReuse"
29+
},
30+
"tags": {
31+
"Environment": "Dev"
32+
},
33+
"location": "West US"
34+
}
35+
]
36+
}
37+
}
38+
}
39+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
{
2+
"parameters": {
3+
"api-version": "2022-05-01-preview",
4+
"subscriptionId": "00000000-0000-0000-0000-000000000000",
5+
"resourceGroupName": "myResourceGroup"
6+
},
7+
"responses": {
8+
"200": {
9+
"body": {
10+
"value": [
11+
{
12+
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/grafana/myWorkspace",
13+
"name": "myWorkspace",
14+
"type": "Microsoft.Dashboard/grafana",
15+
"sku": {
16+
"name": "Standard"
17+
},
18+
"properties": {
19+
"provisioningState": "Succeeded",
20+
"grafanaVersion": "8.4.5",
21+
"endpoint": "https://myworkspace-abcdefghijklmnop.wus.grafana.azure.com",
22+
"zoneRedundancy": "Enabled",
23+
"apiKey": "Enabled",
24+
"deterministicOutboundIP": "Enabled",
25+
"outboundIPs": [
26+
"192.168.0.1",
27+
"192.168.0.2"
28+
],
29+
"autoGeneratedDomainNameLabelScope": "TenantReuse"
30+
},
31+
"tags": {
32+
"Environment": "Dev"
33+
},
34+
"location": "West US"
35+
}
36+
]
37+
}
38+
}
39+
}
40+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
{
2+
"parameters": {
3+
"api-version": "2022-05-01-preview",
4+
"subscriptionId": "00000000-0000-0000-0000-000000000000",
5+
"resourceGroupName": "myResourceGroup",
6+
"workspaceName": "myWorkspace",
7+
"requestBodyParameters": {
8+
"tags": {
9+
"Environment": "Dev 2"
10+
},
11+
"properties": {
12+
"apiKey": "Enabled",
13+
"deterministicOutboundIP": "Enabled"
14+
}
15+
}
16+
},
17+
"responses": {
18+
"200": {
19+
"body": {
20+
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/grafana/myWorkspace",
21+
"name": "myWorkspace",
22+
"type": "Microsoft.Dashboard/grafana",
23+
"sku": {
24+
"name": "Standard"
25+
},
26+
"properties": {
27+
"provisioningState": "Succeeded",
28+
"grafanaVersion": "8.4.5",
29+
"endpoint": "https://myworkspace-abcdefghijklmnop.wus.grafana.azure.com",
30+
"zoneRedundancy": "Enabled",
31+
"apiKey": "Enabled",
32+
"deterministicOutboundIP": "Enabled",
33+
"outboundIPs": [
34+
"192.168.0.1",
35+
"192.168.0.2"
36+
],
37+
"autoGeneratedDomainNameLabelScope": "TenantReuse"
38+
},
39+
"tags": {
40+
"Environment": "Dev 2"
41+
},
42+
"location": "West US"
43+
}
44+
}
45+
}
46+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"parameters": {
3+
"api-version": "2022-05-01-preview"
4+
},
5+
"responses": {
6+
"200": {
7+
"body": {
8+
"value": [
9+
{
10+
"name": "Microsoft.Dashboard/grafana/write",
11+
"display": {
12+
"provider": "Microsoft.Dashboard",
13+
"resource": "grafana",
14+
"operation": "write",
15+
"description": "Write grafana workspace resource"
16+
},
17+
"origin": "user",
18+
"actionType": "Internal"
19+
}
20+
],
21+
"nextLink": null
22+
}
23+
}
24+
}
25+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
{
2+
"parameters": {
3+
"api-version": "2022-05-01-preview",
4+
"subscriptionId": "00000000-0000-0000-0000-000000000000",
5+
"resourceGroupName": "myResourceGroup",
6+
"workspaceName": "myWorkspace",
7+
"privateEndpointConnectionName": "myConnection",
8+
"privateEndpointConnection": {
9+
"properties": {
10+
"privateLinkServiceConnectionState": {
11+
"status": "Approved",
12+
"description": "test"
13+
}
14+
}
15+
}
16+
},
17+
"responses": {
18+
"201": {
19+
"body": {
20+
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/Microsoft.Dashboard/grafana/myWorkspace/privateEndpointConnections/myConnection",
21+
"name": "myConnection",
22+
"type": "Microsoft.Dashboard/grafana/privateEndpointConnections",
23+
"properties": {
24+
"provisioningState": "Accepted",
25+
"privateEndpoint": {
26+
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/Microsoft.Network/privateEndpoint/myEndpoint"
27+
},
28+
"privateLinkServiceConnectionState": {
29+
"status": "Approved",
30+
"description": "test",
31+
"actionsRequired": "None"
32+
},
33+
"groupIds": [
34+
"grafana"
35+
]
36+
}
37+
}
38+
}
39+
}
40+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"parameters": {
3+
"api-version": "2022-05-01-preview",
4+
"subscriptionId": "00000000-0000-0000-0000-000000000000",
5+
"resourceGroupName": "myResourceGroup",
6+
"workspaceName": "myWorkspace",
7+
"privateEndpointConnectionName": "myConnection"
8+
},
9+
"responses": {
10+
"202": {},
11+
"204": {}
12+
}
13+
}

0 commit comments

Comments
 (0)