Skip to content

Commit dd7975c

Browse files
sureleojovannikolov-msft
authored andcommitted
Adding 2021-11-01 version for Microsoft.AzureArcData (Azure#16275)
* Adding API Version 2021-11-01 * Updating example and naming * Remove password * Update field description
1 parent f35cb57 commit dd7975c

24 files changed

+3834
-11
lines changed

specification/azurearcdata/resource-manager/Microsoft.AzureArcData/stable/2021-11-01/azurearcdata.json

Lines changed: 2037 additions & 0 deletions
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,166 @@
1+
{
2+
"parameters": {
3+
"subscriptionId": "00000000-1111-2222-3333-444444444444",
4+
"resourceGroupName": "testrg",
5+
"dataControllerName": "testdataController",
6+
"api-version": "2021-11-01",
7+
"dataControllerResource": {
8+
"location": "northeurope",
9+
"tags": {
10+
"mytag": "myval"
11+
},
12+
"extendedLocation": {
13+
"type": "CustomLocation",
14+
"name": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg/providers/Microsoft.ExtendedLocation/customLocations/arclocation"
15+
},
16+
"properties": {
17+
"onPremiseProperty": {
18+
"id": "12345678-1234-1234-ab12-1a2b3c4d5e6f",
19+
"publicSigningKey": "publicOnPremSigningKey"
20+
},
21+
"basicLoginInformation": {
22+
"username": "username",
23+
"password": "********"
24+
},
25+
"metricsDashboardCredential": {
26+
"username": "username",
27+
"password": "********"
28+
},
29+
"logsDashboardCredential": {
30+
"username": "username",
31+
"password": "********"
32+
},
33+
"logAnalyticsWorkspaceConfig": {
34+
"workspaceId": "00000000-1111-2222-3333-444444444444",
35+
"primaryKey": "********"
36+
},
37+
"uploadServicePrincipal": {
38+
"clientId": "00000000-1111-2222-3333-444444444444",
39+
"tenantId": "00000000-1111-2222-3333-444444444444",
40+
"authority": "https://login.microsoftonline.com/",
41+
"clientSecret": "********"
42+
},
43+
"uploadWatermark": {
44+
"metrics": "2020-01-01T17:18:19.1234567Z",
45+
"logs": "2020-01-01T17:18:19.1234567Z",
46+
"usages": "2020-01-01T17:18:19.1234567Z"
47+
},
48+
"clusterId": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg/providers/Microsoft.Kubernetes/connectedClusters/connectedk8s",
49+
"extensionId": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg/providers/Microsoft.Kubernetes/connectedClusters/connectedk8s/providers/Microsoft.KubernetesConfiguration/extensions/extension",
50+
"infrastructure": "onpremises"
51+
}
52+
}
53+
},
54+
"responses": {
55+
"200": {
56+
"body": {
57+
"properties": {
58+
"onPremiseProperty": {
59+
"id": "12345678-1234-1234-ab12-1a2b3c4d5e6f",
60+
"publicSigningKey": "publicOnPremSigningKey",
61+
"signingCertificateThumbprint": "Unique thumbprint returned to customer to verify the certificate being uploaded"
62+
},
63+
"basicLoginInformation": {
64+
"username": "username"
65+
},
66+
"metricsDashboardCredential": {
67+
"username": "username"
68+
},
69+
"logsDashboardCredential": {
70+
"username": "username"
71+
},
72+
"logAnalyticsWorkspaceConfig": {
73+
"workspaceId": "00000000-1111-2222-3333-444444444444"
74+
},
75+
"uploadServicePrincipal": {
76+
"clientId": "00000000-1111-2222-3333-444444444444",
77+
"tenantId": "00000000-1111-2222-3333-444444444444",
78+
"authority": "https://login.microsoftonline.com/"
79+
},
80+
"uploadWatermark": {
81+
"metrics": "2020-01-01T17:18:19.1234567Z",
82+
"logs": "2020-01-01T17:18:19.1234567Z",
83+
"usages": "2020-01-01T17:18:19.1234567Z"
84+
},
85+
"clusterId": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg/providers/Microsoft.Kubernetes/connectedClusters/connectedk8s",
86+
"extensionId": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg/providers/Microsoft.Kubernetes/connectedClusters/connectedk8s/providers/Microsoft.KubernetesConfiguration/extensions/extension",
87+
"infrastructure": "onpremises"
88+
},
89+
"extendedLocation": {
90+
"type": "CustomLocation",
91+
"name": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg/providers/Microsoft.ExtendedLocation/customLocations/arclocation"
92+
},
93+
"systemData": {
94+
"createdBy": "user1",
95+
"createdByType": "User",
96+
"createdAt": "2020-01-01T17:18:19.1234567Z",
97+
"lastModifiedBy": "user2",
98+
"lastModifiedByType": "User",
99+
"lastModifiedAt": "2020-01-02T17:18:19.1234567Z"
100+
},
101+
"location": "northeurope",
102+
"tags": {
103+
"mytag": "myval"
104+
},
105+
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg/providers/Microsoft.AzureArcData/dataControllers/testdataController",
106+
"name": "testdataController",
107+
"type": "Microsoft.AzureArcData/dataControllers"
108+
}
109+
},
110+
"201": {
111+
"body": {
112+
"properties": {
113+
"onPremiseProperty": {
114+
"id": "12345678-1234-1234-ab12-1a2b3c4d5e6f",
115+
"publicSigningKey": "publicOnPremSigningKey",
116+
"signingCertificateThumbprint": "Unique thumbprint returned to customer to verify the certificate being uploaded"
117+
},
118+
"basicLoginInformation": {
119+
"username": "username"
120+
},
121+
"metricsDashboardCredential": {
122+
"username": "username"
123+
},
124+
"logsDashboardCredential": {
125+
"username": "username"
126+
},
127+
"logAnalyticsWorkspaceConfig": {
128+
"workspaceId": "00000000-1111-2222-3333-444444444444"
129+
},
130+
"uploadServicePrincipal": {
131+
"clientId": "00000000-1111-2222-3333-444444444444",
132+
"tenantId": "00000000-1111-2222-3333-444444444444",
133+
"authority": "https://login.microsoftonline.com/"
134+
},
135+
"uploadWatermark": {
136+
"metrics": "2020-01-01T17:18:19.1234567Z",
137+
"logs": "2020-01-01T17:18:19.1234567Z",
138+
"usages": "2020-01-01T17:18:19.1234567Z"
139+
},
140+
"clusterId": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg/providers/Microsoft.Kubernetes/connectedClusters/connectedk8s",
141+
"extensionId": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg/providers/Microsoft.Kubernetes/connectedClusters/connectedk8s/providers/Microsoft.KubernetesConfiguration/extensions/extension",
142+
"infrastructure": "onpremises"
143+
},
144+
"extendedLocation": {
145+
"type": "CustomLocation",
146+
"name": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg/providers/Microsoft.ExtendedLocation/customLocations/arclocation"
147+
},
148+
"location": "northeurope",
149+
"systemData": {
150+
"createdBy": "user1",
151+
"createdByType": "User",
152+
"createdAt": "2020-01-01T17:18:19.1234567Z",
153+
"lastModifiedBy": "user2",
154+
"lastModifiedByType": "User",
155+
"lastModifiedAt": "2020-01-02T17:18:19.1234567Z"
156+
},
157+
"tags": {
158+
"mytag": "myval"
159+
},
160+
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg/providers/Microsoft.AzureArcData/dataControllers/testdataController",
161+
"name": "testdataController",
162+
"type": "Microsoft.AzureArcData/dataControllers"
163+
}
164+
}
165+
}
166+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,181 @@
1+
{
2+
"parameters": {
3+
"subscriptionId": "00000000-1111-2222-3333-444444444444",
4+
"resourceGroupName": "testrg",
5+
"sqlManagedInstanceName": "testsqlManagedInstance",
6+
"api-version": "2021-11-01",
7+
"sqlManagedInstance": {
8+
"location": "northeurope",
9+
"tags": {
10+
"mytag": "myval"
11+
},
12+
"extendedLocation": {
13+
"type": "CustomLocation",
14+
"name": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg/providers/Microsoft.ExtendedLocation/customLocations/arclocation"
15+
},
16+
"sku": {
17+
"name": "vCore",
18+
"tier": "GeneralPurpose",
19+
"dev": true
20+
},
21+
"properties": {
22+
"admin": "Admin user",
23+
"startTime": "Instance start time",
24+
"endTime": "Instance end time",
25+
"basicLoginInformation": {
26+
"username": "username",
27+
"password": "********"
28+
},
29+
"licenseType": "LicenseIncluded",
30+
"clusterId": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg/providers/Microsoft.Kubernetes/connectedClusters/connectedk8s",
31+
"extensionId": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg/providers/Microsoft.Kubernetes/connectedClusters/connectedk8s/providers/Microsoft.KubernetesConfiguration/extensions/extension",
32+
"k8sRaw": {
33+
"additionalProperty": 1234,
34+
"spec": {
35+
"replicas": 1,
36+
"scheduling": {
37+
"default": {
38+
"resources": {
39+
"requests": {
40+
"cpu": "1",
41+
"memory": "8Gi",
42+
"additionalProperty": "additionalValue"
43+
},
44+
"limits": {
45+
"cpu": "1",
46+
"memory": "8Gi",
47+
"additionalProperty": "additionalValue"
48+
}
49+
}
50+
}
51+
}
52+
}
53+
}
54+
}
55+
}
56+
},
57+
"responses": {
58+
"200": {
59+
"body": {
60+
"properties": {
61+
"admin": "Admin user",
62+
"startTime": "Instance start time",
63+
"endTime": "Instance end time",
64+
"basicLoginInformation": {
65+
"username": "username"
66+
},
67+
"licenseType": "LicenseIncluded",
68+
"clusterId": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg/providers/Microsoft.Kubernetes/connectedClusters/connectedk8s",
69+
"extensionId": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg/providers/Microsoft.Kubernetes/connectedClusters/connectedk8s/providers/Microsoft.KubernetesConfiguration/extensions/extension",
70+
"k8sRaw": {
71+
"additionalProperty": 1234,
72+
"spec": {
73+
"replicas": 1,
74+
"scheduling": {
75+
"default": {
76+
"resources": {
77+
"requests": {
78+
"cpu": "1",
79+
"memory": "8Gi",
80+
"additionalProperty": "additionalValue"
81+
},
82+
"limits": {
83+
"cpu": "1",
84+
"memory": "8Gi",
85+
"additionalProperty": "additionalValue"
86+
}
87+
}
88+
}
89+
}
90+
}
91+
}
92+
},
93+
"location": "northeurope",
94+
"extendedLocation": {
95+
"type": "CustomLocation",
96+
"name": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg/providers/Microsoft.ExtendedLocation/customLocations/arclocation"
97+
},
98+
"systemData": {
99+
"createdBy": "user1",
100+
"createdByType": "User",
101+
"createdAt": "2020-01-01T17:18:19.1234567Z",
102+
"lastModifiedBy": "user2",
103+
"lastModifiedByType": "User",
104+
"lastModifiedAt": "2020-01-02T17:18:19.1234567Z"
105+
},
106+
"tags": {
107+
"mytag": "myval"
108+
},
109+
"sku": {
110+
"name": "vCore",
111+
"tier": "GeneralPurpose",
112+
"dev": true
113+
},
114+
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg/providers/Microsoft.AzureArcData/sqlManagedInstances/testsqlManagedInstance",
115+
"name": "testsqlManagedInstance",
116+
"type": "Microsoft.AzureArcData/sqlManagedInstances"
117+
}
118+
},
119+
"201": {
120+
"body": {
121+
"properties": {
122+
"admin": "Admin user",
123+
"startTime": "Instance start time",
124+
"endTime": "Instance end time",
125+
"basicLoginInformation": {
126+
"username": "username"
127+
},
128+
"licenseType": "LicenseIncluded",
129+
"clusterId": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg/providers/Microsoft.Kubernetes/connectedClusters/connectedk8s",
130+
"extensionId": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg/providers/Microsoft.Kubernetes/connectedClusters/connectedk8s/providers/Microsoft.KubernetesConfiguration/extensions/extension",
131+
"k8sRaw": {
132+
"additionalProperty": 1234,
133+
"spec": {
134+
"replicas": 1,
135+
"scheduling": {
136+
"default": {
137+
"resources": {
138+
"requests": {
139+
"cpu": "1",
140+
"memory": "8Gi",
141+
"additionalProperty": "additionalValue"
142+
},
143+
"limits": {
144+
"cpu": "1",
145+
"memory": "8Gi",
146+
"additionalProperty": "additionalValue"
147+
}
148+
}
149+
}
150+
}
151+
}
152+
}
153+
},
154+
"location": "northeurope",
155+
"extendedLocation": {
156+
"type": "CustomLocation",
157+
"name": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg/providers/Microsoft.ExtendedLocation/customLocations/arclocation"
158+
},
159+
"systemData": {
160+
"createdBy": "user1",
161+
"createdByType": "User",
162+
"createdAt": "2020-01-01T17:18:19.1234567Z",
163+
"lastModifiedBy": "user2",
164+
"lastModifiedByType": "User",
165+
"lastModifiedAt": "2020-01-02T17:18:19.1234567Z"
166+
},
167+
"tags": {
168+
"mytag": "myval"
169+
},
170+
"sku": {
171+
"name": "vCore",
172+
"tier": "GeneralPurpose",
173+
"dev": true
174+
},
175+
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg/providers/Microsoft.AzureArcData/sqlManagedInstances/testsqlManagedInstance",
176+
"name": "testsqlManagedInstance",
177+
"type": "Microsoft.AzureArcData/sqlManagedInstances"
178+
}
179+
}
180+
}
181+
}

0 commit comments

Comments
 (0)