Skip to content

Commit 7d87288

Browse files
Release purview microsoft.purview preview/2024 04 01 preview (#28792)
* Initial commit for adding 2024-04-01-preview API version * Changes for 2024-04-01-preview API version * PR Feedback
1 parent 6c4f3c6 commit 7d87288

30 files changed

+4582
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"parameters": {
3+
"subscriptionId": "34adfa4f-cedf-4dc0-ba29-b6d1a69ab345",
4+
"resourceGroupName": "SampleResourceGroup",
5+
"accountName": "account1",
6+
"api-version": "2024-04-01-preview",
7+
"collectionAdminUpdate": {
8+
"objectId": "7e8de0e7-2bfc-4e1f-9659-2a5785e4356f"
9+
}
10+
},
11+
"responses": {
12+
"200": {
13+
"headers": {
14+
"Date": "Wed, 13 Sep 2017 18:04:32 GMT",
15+
"x-ms-request-id": "d5496da4-9c52-402f-b067-83cc9ddea888",
16+
"X-Content-Type-Options": "nosniff",
17+
"x-ms-ratelimit-remaining-tenant-reads": "14999",
18+
"x-ms-correlation-request-id": "25c78f97-0b0a-4fe9-ad39-883a482265cd"
19+
}
20+
}
21+
}
22+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"parameters": {
3+
"checkNameAvailabilityRequest": {
4+
"name": "account1",
5+
"type": "Microsoft.Purview/accounts"
6+
},
7+
"api-version": "2024-04-01-preview",
8+
"subscriptionId": "34adfa4f-cedf-4dc0-ba29-b6d1a69ab345"
9+
},
10+
"responses": {
11+
"200": {
12+
"headers": {
13+
"Date": "Wed, 13 Sep 2017 18:04:32 GMT",
14+
"x-ms-request-id": "d5496da4-9c52-402f-b067-83cc9ddea888",
15+
"X-Content-Type-Options": "nosniff",
16+
"x-ms-ratelimit-remaining-tenant-reads": "14999",
17+
"x-ms-correlation-request-id": "25c78f97-0b0a-4fe9-ad39-883a482265cd"
18+
},
19+
"body": {
20+
"nameAvailable": true
21+
}
22+
}
23+
}
24+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,98 @@
1+
{
2+
"parameters": {
3+
"subscriptionId": "34adfa4f-cedf-4dc0-ba29-b6d1a69ab345",
4+
"resourceGroupName": "SampleResourceGroup",
5+
"accountName": "account1",
6+
"api-version": "2024-04-01-preview",
7+
"account": {
8+
"location": "West US 2"
9+
}
10+
},
11+
"responses": {
12+
"201": {
13+
"headers": {
14+
"Date": "Wed, 13 Sep 2017 18:04:32 GMT",
15+
"x-ms-request-id": "d5496da4-9c52-402f-b067-83cc9ddea888",
16+
"X-Content-Type-Options": "nosniff",
17+
"x-ms-ratelimit-remaining-tenant-reads": "14999",
18+
"x-ms-correlation-request-id": "25c78f97-0b0a-4fe9-ad39-883a482265cd"
19+
},
20+
"body": {
21+
"location": "West US 2",
22+
"id": "/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/SampleResourceGroup/providers/Microsoft.Purview/accounts/account1",
23+
"name": "account1",
24+
"type": "Microsoft.Purview/accounts",
25+
"sku": {
26+
"name": "Standard",
27+
"capacity": 1
28+
},
29+
"properties": {
30+
"friendlyName": "friendly-account1",
31+
"provisioningState": "Creating",
32+
"accountStatus": {
33+
"accountProvisioningState": "Succeeded",
34+
"errorDetails": {}
35+
},
36+
"endpoints": {
37+
"catalog": "https://account1.catalog.purview.azure-test.com",
38+
"scan": "https://account1.scan.purview.azure-test.com"
39+
},
40+
"publicNetworkAccess": "Enabled"
41+
}
42+
}
43+
},
44+
"200": {
45+
"headers": {
46+
"Date": "Wed, 13 Sep 2017 18:04:32 GMT",
47+
"x-ms-request-id": "d5496da4-9c52-402f-b067-83cc9ddea888",
48+
"X-Content-Type-Options": "nosniff",
49+
"x-ms-ratelimit-remaining-tenant-reads": "14999",
50+
"x-ms-correlation-request-id": "25c78f97-0b0a-4fe9-ad39-883a482265cd"
51+
},
52+
"body": {
53+
"location": "West US 2",
54+
"id": "/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/SampleResourceGroup/providers/Microsoft.Purview/accounts/account1",
55+
"name": "account1",
56+
"type": "Microsoft.Purview/accounts",
57+
"sku": {
58+
"name": "Standard",
59+
"capacity": 1
60+
},
61+
"systemData": {
62+
"createdBy": "client-name",
63+
"createdByType": "User",
64+
"createdAt": "2019-11-22T18:39:58.6929344Z",
65+
"lastModifiedBy": "client-name",
66+
"lastModifiedByType": "User",
67+
"lastModifiedAt": "2021-03-16T23:24:34.3430059Z"
68+
},
69+
"properties": {
70+
"friendlyName": "friendly-account1",
71+
"provisioningState": "Succeeded",
72+
"accountStatus": {
73+
"accountProvisioningState": "Succeeded",
74+
"errorDetails": {}
75+
},
76+
"endpoints": {
77+
"catalog": "https://account1.catalog.purview.azure-test.com",
78+
"scan": "https://account1.scan.purview.azure-test.com"
79+
},
80+
"publicNetworkAccess": "Enabled",
81+
"managedResourceGroupName": "custom-rgname",
82+
"managedResourcesPublicNetworkAccess": "Enabled",
83+
"managedResources": {
84+
"resourceGroup": "/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/custom-rgname",
85+
"storageAccount": "/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/custom-rgname/providers/Microsoft.Storage/storageAccounts/scanwestustzaagzr",
86+
"eventHubNamespace": "/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/custom-rgname/providers/Microsoft.EventHub/namespaces/atlas-westusdddnbtp"
87+
},
88+
"ingestionStorage": {
89+
"id": "/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/ingestion-storage-rg-mwjotkl",
90+
"primaryEndpoint": "https://ingestioneastusddnpkar.z31.blob.storage.azure.net/",
91+
"publicNetworkAccess": "Enabled"
92+
},
93+
"tenantEndpointState": "Disabled"
94+
}
95+
}
96+
}
97+
}
98+
}
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
{
2+
"parameters": {
3+
"subscriptionId": "34adfa4f-cedf-4dc0-ba29-b6d1a69ab345",
4+
"resourceGroupName": "SampleResourceGroup",
5+
"accountName": "account1",
6+
"api-version": "2024-04-01-preview"
7+
},
8+
"responses": {
9+
"200": {
10+
"headers": {
11+
"Date": "Wed, 13 Sep 2017 18:04:32 GMT",
12+
"x-ms-request-id": "d5496da4-9c52-402f-b067-83cc9ddea888",
13+
"X-Content-Type-Options": "nosniff",
14+
"x-ms-ratelimit-remaining-tenant-reads": "14999",
15+
"x-ms-correlation-request-id": "25c78f97-0b0a-4fe9-ad39-883a482265cd"
16+
}
17+
},
18+
"202": {
19+
"headers": {
20+
"Date": "Wed, 13 Sep 2017 18:04:32 GMT",
21+
"x-ms-request-id": "d5496da4-9c52-402f-b067-83cc9ddea888",
22+
"X-Content-Type-Options": "nosniff",
23+
"x-ms-ratelimit-remaining-tenant-reads": "14999",
24+
"x-ms-correlation-request-id": "25c78f97-0b0a-4fe9-ad39-883a482265cd",
25+
"x-ms-long-running-operation": true,
26+
"Azure-AsyncOperation": "https://management.azure.com/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/SampleResourceGroup/providers/Microsoft.Purview/accounts/account1/operationResults/dad6baec-3a39-41df-a469-843a9ee94213?api-version=2021-07-01"
27+
}
28+
},
29+
"204": {
30+
"headers": {
31+
"Date": "Wed, 13 Sep 2017 18:04:32 GMT",
32+
"x-ms-request-id": "d5496da4-9c52-402f-b067-83cc9ddea888",
33+
"X-Content-Type-Options": "nosniff",
34+
"x-ms-ratelimit-remaining-tenant-reads": "14999",
35+
"x-ms-correlation-request-id": "25c78f97-0b0a-4fe9-ad39-883a482265cd"
36+
}
37+
}
38+
}
39+
}
Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
{
2+
"parameters": {
3+
"subscriptionId": "12345678-1234-1234-12345678abc",
4+
"resourceGroupName": "SampleResourceGroup",
5+
"accountName": "account1",
6+
"api-version": "2024-04-01-preview"
7+
},
8+
"responses": {
9+
"200": {
10+
"headers": {
11+
"Date": "Wed, 13 Sep 2017 18:04:32 GMT",
12+
"x-ms-request-id": "d5496da4-9c52-402f-b067-83cc9ddea888",
13+
"X-Content-Type-Options": "nosniff",
14+
"x-ms-ratelimit-remaining-tenant-reads": "14999",
15+
"x-ms-correlation-request-id": "25c78f97-0b0a-4fe9-ad39-883a482265cd"
16+
},
17+
"body": {
18+
"location": "West US 2",
19+
"id": "/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/SampleResourceGroup/providers/Microsoft.Purview/accounts/account1",
20+
"name": "account1",
21+
"type": "Microsoft.Purview/accounts",
22+
"sku": {
23+
"name": "Standard",
24+
"capacity": 1
25+
},
26+
"systemData": {
27+
"createdBy": "client-name",
28+
"createdByType": "User",
29+
"createdAt": "2019-11-22T18:39:58.6929344Z",
30+
"lastModifiedBy": "client-name",
31+
"lastModifiedByType": "User",
32+
"lastModifiedAt": "2021-03-16T23:24:34.3430059Z"
33+
},
34+
"properties": {
35+
"friendlyName": "friendly-account1",
36+
"provisioningState": "Succeeded",
37+
"accountStatus": {
38+
"accountProvisioningState": "Succeeded",
39+
"errorDetails": {}
40+
},
41+
"endpoints": {
42+
"catalog": "https://account1.catalog.purview.azure-test.com",
43+
"scan": "https://account1.scan.purview.azure-test.com"
44+
},
45+
"privateEndpointConnections": [
46+
{
47+
"properties": {
48+
"provisioningState": "Succeeded",
49+
"privateEndpoint": {
50+
"id": "/subscriptions/baca8a88-4527-4c35-a13e-b2775ce0d7fc/resourceGroups/nrpResourceGroupName/providers/Microsoft.Network/privateEndpoints/peName"
51+
},
52+
"privateLinkServiceConnectionState": {
53+
"status": "Pending",
54+
"description": "Please approve my connection, thanks.",
55+
"actionsRequired": "None"
56+
}
57+
},
58+
"id": "/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/SampleResourceGroup/providers/Microsoft.Purview/accounts/account1/privateEndpointConnections/peName-8536c337-7b36-4d67-a7ce-081655baf59e",
59+
"name": "peName-8536c337-7b36-4d67-a7ce-081655baf59e",
60+
"type": "Microsoft.Purview/accounts/privateEndpointConnections"
61+
}
62+
],
63+
"publicNetworkAccess": "Enabled",
64+
"managedResourceGroupName": "managed-rg-mwjotkl",
65+
"managedResourcesPublicNetworkAccess": "Enabled",
66+
"managedResources": {
67+
"resourceGroup": "/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/managed-rg-mwjotkl",
68+
"storageAccount": "/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/managed-rg-mwjotkl/providers/Microsoft.Storage/storageAccounts/scanwestustzaagzr",
69+
"eventHubNamespace": "/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/managed-rg-mwjotkl/providers/Microsoft.EventHub/namespaces/atlas-westusdddnbtp"
70+
},
71+
"ingestionStorage": {
72+
"id": "/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/ingestion-storage-rg-mwjotkl",
73+
"primaryEndpoint": "https://ingestioneastusddnpkar.z31.blob.storage.azure.net/",
74+
"publicNetworkAccess": "Enabled"
75+
},
76+
"mergeInfo": {
77+
"accountLocation": "westus2",
78+
"accountName": "otherAccount",
79+
"accountResourceGroupName": "otherAccountRG",
80+
"accountSubscriptionId": "92d4ce06-0032-4e6b-9103-88ba3e159551",
81+
"typeOfAccount": "Secondary",
82+
"mergeStatus": "Succeeded",
83+
"deprovisioned": false
84+
},
85+
"defaultDomain": "account1",
86+
"tenantEndpointState": "Disabled"
87+
}
88+
}
89+
}
90+
}
91+
}

0 commit comments

Comments
 (0)