Skip to content

Commit 82874d5

Browse files
curiekim0kazrael2119
authored andcommitted
Curiekim0 databricks microsoft.databricks 2024 05 01 (Azure#28156)
* Adds base for updating Microsoft.Databricks from version preview/2023-09-15-preview to version 2024-05-01 * Updates readme * Updates API version in new specs and examples * Add swagger spec for default storage firewall (Azure#28152) * Add custom npip boolean parameter (Azure#28286) * Add custom npip boolean parameter * modify npip paramter name * Force deletion change (Azure#28414) * modify retainUCData parameter name * ucdata to forcedeletion * add default value for Force Deletion (Azure#28418) * fix merge errors (Azure#28423) * add access connector (Azure#28445) * add access connector to the 20240501 version and add referedBy property * Create sdk-suppressions.yaml * fix WorkspaceNoPublicIPBooleanParameter type (Azure#28582) * Update sdk-suppressions.yaml * Address Comments - use plain English and fix Capitalization (Azure#28917) * capitalize Azure Databricks Access Connector * modify to Access Connector * undo breaking of SystemAssigned and UserAssigned (Azure#28918) * modify type to commontype (Azure#28939) * modify subscriptionId format in examples (Azure#28951) * modify commontype reference to be direct (Azure#28954) * remove required parameter in workspacenNoPublicIpBooleanpParameter (Azure#28967) * add back the required parameter and remove default (Azure#28968) --------- Co-authored-by: kazrael2119 <[email protected]>
1 parent 4459948 commit 82874d5

Some content is hidden

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

41 files changed

+5498
-38
lines changed

specification/databricks/resource-manager/Microsoft.Databricks/stable/2024-05-01/accessconnector.json

Lines changed: 413 additions & 0 deletions
Large diffs are not rendered by default.

specification/databricks/resource-manager/Microsoft.Databricks/stable/2024-05-01/databricks.json

Lines changed: 1990 additions & 0 deletions
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
{
2+
"parameters": {
3+
"subscriptionId": "11111111-1111-1111-1111-111111111111",
4+
"resourceGroupName": "rg",
5+
"connectorName": "myAccessConnector",
6+
"api-version": "2024-05-01",
7+
"identity": {
8+
"type": "SystemAssigned"
9+
},
10+
"parameters": {
11+
"location": "westus"
12+
}
13+
},
14+
"responses": {
15+
"200": {
16+
"body": {
17+
"name": "myAccessConnector",
18+
"id": "/subscriptions/11111111-1111-1111-1111-111111111111/resourceGroups/rg/providers/Microsoft.Databricks/accessConnectors/myAccessConnector2",
19+
"type": "Microsoft.Databricks/accessConnectors",
20+
"location": "West US",
21+
"tags": {
22+
"key1": "value1"
23+
},
24+
"properties": {
25+
"provisioningState": "Succeeded",
26+
"referedBy": []
27+
},
28+
"identity": {
29+
"principalId": "5619ff16-afe1-47e5-ae67-8393c6c3223d",
30+
"tenantId": "e3fe3f22-4b98-4c04-82cc-d8817d1b17da",
31+
"type": "SystemAssigned"
32+
}
33+
}
34+
},
35+
"201": {
36+
"body": {
37+
"name": "myAccessConnector",
38+
"id": "/subscriptions/11111111-1111-1111-1111-111111111111/resourceGroups/rg/providers/Microsoft.Databricks/accessConnectors/myAccessConnector",
39+
"type": "Microsoft.Databricks/accessConnectors",
40+
"location": "West US",
41+
"tags": {},
42+
"properties": {
43+
"provisioningState": "Succeeded",
44+
"referedBy": []
45+
},
46+
"identity": {
47+
"principalId": "5619ff16-afe1-47e5-ae67-8393c6c3223d",
48+
"tenantId": "e3fe3f22-4b98-4c04-82cc-d8817d1b17da",
49+
"type": "SystemAssigned"
50+
}
51+
}
52+
}
53+
}
54+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
{
2+
"parameters": {
3+
"subscriptionId": "11111111-1111-1111-1111-111111111111",
4+
"resourceGroupName": "rg",
5+
"connectorName": "myAccessConnector",
6+
"api-version": "2024-05-01",
7+
"identity": {
8+
"type": "UserAssigned",
9+
"userAssignedIdentities": {
10+
"/subscriptions/11111111-1111-1111-1111-111111111111/resourcegroups/rg1/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testuseridentity": {}
11+
}
12+
},
13+
"parameters": {
14+
"location": "westus"
15+
}
16+
},
17+
"responses": {
18+
"200": {
19+
"body": {
20+
"name": "myAccessConnector",
21+
"id": "/subscriptions/11111111-1111-1111-1111-111111111111/resourceGroups/rg/providers/Microsoft.Databricks/accessConnectors/myAccessConnector2",
22+
"type": "Microsoft.Databricks/accessConnectors",
23+
"location": "West US",
24+
"tags": {
25+
"key1": "value1"
26+
},
27+
"properties": {
28+
"provisioningState": "Succeeded",
29+
"referedBy": []
30+
},
31+
"identity": {
32+
"type": "UserAssigned",
33+
"userAssignedIdentities": {
34+
"/subscriptions/11111111-1111-1111-1111-111111111111/resourcegroups/rg1/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testuseridentity": {
35+
"principalId": "329429bc-adec-4dce-9568-25a6d486e468",
36+
"clientId": "329419bc-adec-4dce-9568-25a6d486e468"
37+
}
38+
}
39+
}
40+
}
41+
},
42+
"201": {
43+
"body": {
44+
"name": "myAccessConnector",
45+
"id": "/subscriptions/11111111-1111-1111-1111-111111111111/resourceGroups/rg/providers/Microsoft.Databricks/accessConnectors/myAccessConnector",
46+
"type": "Microsoft.Databricks/accessConnectors",
47+
"location": "West US",
48+
"tags": {},
49+
"properties": {
50+
"provisioningState": "Succeeded",
51+
"referedBy": []
52+
},
53+
"identity": {
54+
"type": "UserAssigned",
55+
"userAssignedIdentities": {
56+
"/subscriptions/11111111-1111-1111-1111-111111111111/resourcegroups/rg1/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testuseridentity": {
57+
"principalId": "329429bc-adec-4dce-9568-25a6d486e468",
58+
"clientId": "329419bc-adec-4dce-9568-25a6d486e468"
59+
}
60+
}
61+
}
62+
}
63+
}
64+
}
65+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"parameters": {
3+
"connectorName": "myAccessConnector",
4+
"resourceGroupName": "rg",
5+
"api-version": "2024-05-01",
6+
"subscriptionId": "11111111-1111-1111-1111-111111111111"
7+
},
8+
"responses": {
9+
"202": {
10+
"headers": {
11+
"Retry-After": "10",
12+
"Azure-AsyncOperation": "/subscriptions/77777777-b0c6-47a2-b37c-d8e65a629c18/resourceGroups/HelloWorld/providers/Microsoft.Databricks/accessConnectors/swaggerExample/operationStatus/YWUzNDFkMzQtZmM5OS00MmUyLWEzNDMtZGJkMDIxZjlmZjgzOzdmYzBiMzhmLTc2NmItNDM5NS05OWQ1LTVmOGEzNzg4MWQzNA==?api-version=2023-05-01",
13+
"Location": "/subscriptions/77777777-b0c6-47a2-b37c-d8e65a629c18/resourceGroups/HelloWorld/providers/Microsoft.Databricks/accessConnectors/swaggerExample/operationResults/YWUzNDFkMzQtZmM5OS00MmUyLWEzNDMtZGJkMDIxZjlmZjgzOzdmYzBiMzhmLTc2NmItNDM5NS05OWQ1LTVmOGEzNzg4MWQzNA==?api-version=2023-05-01"
14+
}
15+
},
16+
"200": {},
17+
"204": {}
18+
}
19+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"parameters": {
3+
"subscriptionId": "11111111-1111-1111-1111-111111111111",
4+
"resourceGroupName": "rg",
5+
"connectorName": "myAccessConnector",
6+
"api-version": "2024-05-01"
7+
},
8+
"responses": {
9+
"200": {
10+
"headers": {},
11+
"body": {
12+
"name": "myAccessConnector",
13+
"id": "/subscriptions/11111111-1111-1111-1111-111111111111/resourceGroups/rg/providers/Microsoft.Databricks/accessConnectors/myAccessConnector",
14+
"type": "Microsoft.Databricks/accessConnectors",
15+
"location": "West US",
16+
"tags": {
17+
"key1": "value1"
18+
},
19+
"properties": {
20+
"provisioningState": "Succeeded",
21+
"referedBy": []
22+
},
23+
"identity": {
24+
"principalId": "5619ff16-afe1-47e5-ae67-8393c6c3223d",
25+
"tenantId": "e3fe3f22-4b98-4c04-82cc-d8817d1b17da",
26+
"type": "SystemAssigned"
27+
}
28+
}
29+
}
30+
}
31+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
"parameters": {
3+
"subscriptionId": "11111111-1111-1111-1111-111111111111",
4+
"resourceGroupName": "rg",
5+
"connectorName": "myAccessConnector",
6+
"api-version": "2024-05-01",
7+
"parameters": {
8+
"tags": {
9+
"key1": "value1"
10+
}
11+
}
12+
},
13+
"responses": {
14+
"202": {
15+
"headers": {
16+
"Retry-After": "10",
17+
"Azure-AsyncOperation": "/subscriptions/77777777-b0c6-47a2-b37c-d8e65a629c18/resourceGroups/HelloWorld/providers/Microsoft.Databricks/accessConnectors/swaggerExample/operationStatus/YWUzNDFkMzQtZmM5OS00MmUyLWEzNDMtZGJkMDIxZjlmZjgzOzdmYzBiMzhmLTc2NmItNDM5NS05OWQ1LTVmOGEzNzg4MWQzNA==?api-version=2023-05-01",
18+
"Location": "/subscriptions/77777777-b0c6-47a2-b37c-d8e65a629c18/resourceGroups/HelloWorld/providers/Microsoft.Databricks/accessConnectors/swaggerExample/operationResults/YWUzNDFkMzQtZmM5OS00MmUyLWEzNDMtZGJkMDIxZjlmZjgzOzdmYzBiMzhmLTc2NmItNDM5NS05OWQ1LTVmOGEzNzg4MWQzNA==?api-version=2023-05-01"
19+
}
20+
},
21+
"200": {
22+
"body": {
23+
"name": "myAccessConnector",
24+
"id": "/subscriptions/11111111-1111-1111-1111-111111111111/resourceGroups/rg/providers/Microsoft.Databricks/accessConnectors/myAccessConnector",
25+
"type": "Microsoft.Databricks/accessConnectors",
26+
"location": "West US",
27+
"tags": {
28+
"key1": "value1"
29+
},
30+
"properties": {
31+
"provisioningState": "Succeeded",
32+
"referedBy": []
33+
},
34+
"identity": {
35+
"principalId": "5619ff16-afe1-47e5-ae67-8393c6c3223d",
36+
"tenantId": "e3fe3f22-4b98-4c04-82cc-d8817d1b17da",
37+
"type": "SystemAssigned"
38+
}
39+
}
40+
}
41+
}
42+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
{
2+
"parameters": {
3+
"subscriptionId": "11111111-1111-1111-1111-111111111111",
4+
"resourceGroupName": "rg",
5+
"api-version": "2024-05-01"
6+
},
7+
"responses": {
8+
"200": {
9+
"headers": {},
10+
"body": {
11+
"value": [
12+
{
13+
"name": "myAccessConnector1",
14+
"id": "/subscriptions/11111111-1111-1111-1111-111111111111/resourceGroups/rg/providers/Microsoft.Databricks/accessConnectors/myAccessConnector1",
15+
"type": "Microsoft.Databricks/accessConnectors",
16+
"location": "West US",
17+
"tags": {},
18+
"properties": {
19+
"provisioningState": "Succeeded",
20+
"referedBy": []
21+
},
22+
"identity": {
23+
"principalId": "5619ff16-afe1-47e5-ae67-8393c6c3223d",
24+
"tenantId": "e3fe3f22-4b98-4c04-82cc-d8817d1b17da",
25+
"type": "SystemAssigned"
26+
}
27+
},
28+
{
29+
"name": "myAccessConnector",
30+
"id": "/subscriptions/11111111-1111-1111-1111-111111111111/resourceGroups/rg/providers/Microsoft.Databricks/accessConnectors/myAccessConnector2",
31+
"type": "Microsoft.Databricks/accessConnectors",
32+
"location": "West US",
33+
"tags": {},
34+
"properties": {
35+
"provisioningState": "Succeeded",
36+
"referedBy": []
37+
},
38+
"identity": {
39+
"principalId": "7ad2bae1-37d0-413e-91f8-b0b7bef807fc",
40+
"tenantId": "e3fe3f22-4b98-4c04-82cc-d8817d1b17da",
41+
"type": "SystemAssigned"
42+
}
43+
}
44+
]
45+
}
46+
}
47+
}
48+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
{
2+
"parameters": {
3+
"subscriptionId": "11111111-1111-1111-1111-111111111111",
4+
"api-version": "2024-05-01"
5+
},
6+
"responses": {
7+
"200": {
8+
"headers": {},
9+
"body": {
10+
"value": [
11+
{
12+
"name": "myAccessConnector1",
13+
"id": "/subscriptions/11111111-1111-1111-1111-111111111111/resourceGroups/rg1/providers/Microsoft.Databricks/accessConnectors/myAccessConnector1",
14+
"type": "Microsoft.Databricks/accessConnectors",
15+
"location": "West US",
16+
"tags": {},
17+
"properties": {
18+
"provisioningState": "Succeeded",
19+
"referedBy": []
20+
},
21+
"identity": {
22+
"principalId": "7ad2bae1-37d0-413e-91f8-b0b7bef807fc",
23+
"tenantId": "e3fe3f22-4b98-4c04-82cc-d8817d1b17da",
24+
"type": "SystemAssigned"
25+
}
26+
},
27+
{
28+
"name": "myAccessConnector2",
29+
"id": "/subscriptions/11111111-1111-1111-1111-111111111111/resourceGroups/rg1/providers/Microsoft.Databricks/accessConnectors/myAccessConnector2",
30+
"type": "Microsoft.Databricks/accessConnectors",
31+
"location": "West US",
32+
"tags": {},
33+
"properties": {
34+
"provisioningState": "Succeeded",
35+
"referedBy": []
36+
},
37+
"identity": {
38+
"principalId": "5619ff16-afe1-47e5-ae67-8393c6c3223d",
39+
"tenantId": "e3fe3f22-4b98-4c04-82cc-d8817d1b17da",
40+
"type": "SystemAssigned"
41+
}
42+
},
43+
{
44+
"name": "myAccessConnector3",
45+
"id": "/subscriptions/11111111-1111-1111-1111-111111111111/resourceGroups/rg2/providers/Microsoft.Databricks/accessConnectors/myAccessConnector3",
46+
"type": "Microsoft.Databricks/accessConnectors",
47+
"location": "West US",
48+
"tags": {},
49+
"properties": {
50+
"provisioningState": "Succeeded",
51+
"referedBy": []
52+
},
53+
"identity": {
54+
"principalId": "04b25430-8db1-48a0-9c2f-32270ed63eef",
55+
"tenantId": "e3fe3f22-4b98-4c04-82cc-d8817d1b17da",
56+
"type": "SystemAssigned"
57+
}
58+
},
59+
{
60+
"name": "myAccessConnector4",
61+
"id": "/subscriptions/11111111-1111-1111-1111-111111111111/resourceGroups/rg3/providers/Microsoft.Databricks/accessConnectors/myAccessConnector4",
62+
"type": "Microsoft.Databricks/accessConnectors",
63+
"location": "West US",
64+
"tags": {},
65+
"properties": {
66+
"provisioningState": "Succeeded",
67+
"referedBy": []
68+
},
69+
"identity": {
70+
"principalId": "4856ceed-0a99-4df7-b9fc-35603650af06",
71+
"tenantId": "e3fe3f22-4b98-4c04-82cc-d8817d1b17da",
72+
"type": "SystemAssigned"
73+
}
74+
}
75+
]
76+
}
77+
}
78+
}
79+
}

0 commit comments

Comments
 (0)