-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
1 parent
6c4f3c6
commit 7d87288
Showing
30 changed files
with
4,582 additions
and
2 deletions.
There are no files selected for viewing
22 changes: 22 additions & 0 deletions
22
...icrosoft.Purview/preview/2024-04-01-preview/examples/Accounts_AddRootCollectionAdmin.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "34adfa4f-cedf-4dc0-ba29-b6d1a69ab345", | ||
"resourceGroupName": "SampleResourceGroup", | ||
"accountName": "account1", | ||
"api-version": "2024-04-01-preview", | ||
"collectionAdminUpdate": { | ||
"objectId": "7e8de0e7-2bfc-4e1f-9659-2a5785e4356f" | ||
} | ||
}, | ||
"responses": { | ||
"200": { | ||
"headers": { | ||
"Date": "Wed, 13 Sep 2017 18:04:32 GMT", | ||
"x-ms-request-id": "d5496da4-9c52-402f-b067-83cc9ddea888", | ||
"X-Content-Type-Options": "nosniff", | ||
"x-ms-ratelimit-remaining-tenant-reads": "14999", | ||
"x-ms-correlation-request-id": "25c78f97-0b0a-4fe9-ad39-883a482265cd" | ||
} | ||
} | ||
} | ||
} |
24 changes: 24 additions & 0 deletions
24
...Microsoft.Purview/preview/2024-04-01-preview/examples/Accounts_CheckNameAvailability.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"parameters": { | ||
"checkNameAvailabilityRequest": { | ||
"name": "account1", | ||
"type": "Microsoft.Purview/accounts" | ||
}, | ||
"api-version": "2024-04-01-preview", | ||
"subscriptionId": "34adfa4f-cedf-4dc0-ba29-b6d1a69ab345" | ||
}, | ||
"responses": { | ||
"200": { | ||
"headers": { | ||
"Date": "Wed, 13 Sep 2017 18:04:32 GMT", | ||
"x-ms-request-id": "d5496da4-9c52-402f-b067-83cc9ddea888", | ||
"X-Content-Type-Options": "nosniff", | ||
"x-ms-ratelimit-remaining-tenant-reads": "14999", | ||
"x-ms-correlation-request-id": "25c78f97-0b0a-4fe9-ad39-883a482265cd" | ||
}, | ||
"body": { | ||
"nameAvailable": true | ||
} | ||
} | ||
} | ||
} |
98 changes: 98 additions & 0 deletions
98
...anager/Microsoft.Purview/preview/2024-04-01-preview/examples/Accounts_CreateOrUpdate.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,98 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "34adfa4f-cedf-4dc0-ba29-b6d1a69ab345", | ||
"resourceGroupName": "SampleResourceGroup", | ||
"accountName": "account1", | ||
"api-version": "2024-04-01-preview", | ||
"account": { | ||
"location": "West US 2" | ||
} | ||
}, | ||
"responses": { | ||
"201": { | ||
"headers": { | ||
"Date": "Wed, 13 Sep 2017 18:04:32 GMT", | ||
"x-ms-request-id": "d5496da4-9c52-402f-b067-83cc9ddea888", | ||
"X-Content-Type-Options": "nosniff", | ||
"x-ms-ratelimit-remaining-tenant-reads": "14999", | ||
"x-ms-correlation-request-id": "25c78f97-0b0a-4fe9-ad39-883a482265cd" | ||
}, | ||
"body": { | ||
"location": "West US 2", | ||
"id": "/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/SampleResourceGroup/providers/Microsoft.Purview/accounts/account1", | ||
"name": "account1", | ||
"type": "Microsoft.Purview/accounts", | ||
"sku": { | ||
"name": "Standard", | ||
"capacity": 1 | ||
}, | ||
"properties": { | ||
"friendlyName": "friendly-account1", | ||
"provisioningState": "Creating", | ||
"accountStatus": { | ||
"accountProvisioningState": "Succeeded", | ||
"errorDetails": {} | ||
}, | ||
"endpoints": { | ||
"catalog": "https://account1.catalog.purview.azure-test.com", | ||
"scan": "https://account1.scan.purview.azure-test.com" | ||
}, | ||
"publicNetworkAccess": "Enabled" | ||
} | ||
} | ||
}, | ||
"200": { | ||
"headers": { | ||
"Date": "Wed, 13 Sep 2017 18:04:32 GMT", | ||
"x-ms-request-id": "d5496da4-9c52-402f-b067-83cc9ddea888", | ||
"X-Content-Type-Options": "nosniff", | ||
"x-ms-ratelimit-remaining-tenant-reads": "14999", | ||
"x-ms-correlation-request-id": "25c78f97-0b0a-4fe9-ad39-883a482265cd" | ||
}, | ||
"body": { | ||
"location": "West US 2", | ||
"id": "/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/SampleResourceGroup/providers/Microsoft.Purview/accounts/account1", | ||
"name": "account1", | ||
"type": "Microsoft.Purview/accounts", | ||
"sku": { | ||
"name": "Standard", | ||
"capacity": 1 | ||
}, | ||
"systemData": { | ||
"createdBy": "client-name", | ||
"createdByType": "User", | ||
"createdAt": "2019-11-22T18:39:58.6929344Z", | ||
"lastModifiedBy": "client-name", | ||
"lastModifiedByType": "User", | ||
"lastModifiedAt": "2021-03-16T23:24:34.3430059Z" | ||
}, | ||
"properties": { | ||
"friendlyName": "friendly-account1", | ||
"provisioningState": "Succeeded", | ||
"accountStatus": { | ||
"accountProvisioningState": "Succeeded", | ||
"errorDetails": {} | ||
}, | ||
"endpoints": { | ||
"catalog": "https://account1.catalog.purview.azure-test.com", | ||
"scan": "https://account1.scan.purview.azure-test.com" | ||
}, | ||
"publicNetworkAccess": "Enabled", | ||
"managedResourceGroupName": "custom-rgname", | ||
"managedResourcesPublicNetworkAccess": "Enabled", | ||
"managedResources": { | ||
"resourceGroup": "/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/custom-rgname", | ||
"storageAccount": "/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/custom-rgname/providers/Microsoft.Storage/storageAccounts/scanwestustzaagzr", | ||
"eventHubNamespace": "/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/custom-rgname/providers/Microsoft.EventHub/namespaces/atlas-westusdddnbtp" | ||
}, | ||
"ingestionStorage": { | ||
"id": "/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/ingestion-storage-rg-mwjotkl", | ||
"primaryEndpoint": "https://ingestioneastusddnpkar.z31.blob.storage.azure.net/", | ||
"publicNetworkAccess": "Enabled" | ||
}, | ||
"tenantEndpointState": "Disabled" | ||
} | ||
} | ||
} | ||
} | ||
} |
39 changes: 39 additions & 0 deletions
39
...source-manager/Microsoft.Purview/preview/2024-04-01-preview/examples/Accounts_Delete.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "34adfa4f-cedf-4dc0-ba29-b6d1a69ab345", | ||
"resourceGroupName": "SampleResourceGroup", | ||
"accountName": "account1", | ||
"api-version": "2024-04-01-preview" | ||
}, | ||
"responses": { | ||
"200": { | ||
"headers": { | ||
"Date": "Wed, 13 Sep 2017 18:04:32 GMT", | ||
"x-ms-request-id": "d5496da4-9c52-402f-b067-83cc9ddea888", | ||
"X-Content-Type-Options": "nosniff", | ||
"x-ms-ratelimit-remaining-tenant-reads": "14999", | ||
"x-ms-correlation-request-id": "25c78f97-0b0a-4fe9-ad39-883a482265cd" | ||
} | ||
}, | ||
"202": { | ||
"headers": { | ||
"Date": "Wed, 13 Sep 2017 18:04:32 GMT", | ||
"x-ms-request-id": "d5496da4-9c52-402f-b067-83cc9ddea888", | ||
"X-Content-Type-Options": "nosniff", | ||
"x-ms-ratelimit-remaining-tenant-reads": "14999", | ||
"x-ms-correlation-request-id": "25c78f97-0b0a-4fe9-ad39-883a482265cd", | ||
"x-ms-long-running-operation": true, | ||
"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" | ||
} | ||
}, | ||
"204": { | ||
"headers": { | ||
"Date": "Wed, 13 Sep 2017 18:04:32 GMT", | ||
"x-ms-request-id": "d5496da4-9c52-402f-b067-83cc9ddea888", | ||
"X-Content-Type-Options": "nosniff", | ||
"x-ms-ratelimit-remaining-tenant-reads": "14999", | ||
"x-ms-correlation-request-id": "25c78f97-0b0a-4fe9-ad39-883a482265cd" | ||
} | ||
} | ||
} | ||
} |
91 changes: 91 additions & 0 deletions
91
.../resource-manager/Microsoft.Purview/preview/2024-04-01-preview/examples/Accounts_Get.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,91 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "12345678-1234-1234-12345678abc", | ||
"resourceGroupName": "SampleResourceGroup", | ||
"accountName": "account1", | ||
"api-version": "2024-04-01-preview" | ||
}, | ||
"responses": { | ||
"200": { | ||
"headers": { | ||
"Date": "Wed, 13 Sep 2017 18:04:32 GMT", | ||
"x-ms-request-id": "d5496da4-9c52-402f-b067-83cc9ddea888", | ||
"X-Content-Type-Options": "nosniff", | ||
"x-ms-ratelimit-remaining-tenant-reads": "14999", | ||
"x-ms-correlation-request-id": "25c78f97-0b0a-4fe9-ad39-883a482265cd" | ||
}, | ||
"body": { | ||
"location": "West US 2", | ||
"id": "/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/SampleResourceGroup/providers/Microsoft.Purview/accounts/account1", | ||
"name": "account1", | ||
"type": "Microsoft.Purview/accounts", | ||
"sku": { | ||
"name": "Standard", | ||
"capacity": 1 | ||
}, | ||
"systemData": { | ||
"createdBy": "client-name", | ||
"createdByType": "User", | ||
"createdAt": "2019-11-22T18:39:58.6929344Z", | ||
"lastModifiedBy": "client-name", | ||
"lastModifiedByType": "User", | ||
"lastModifiedAt": "2021-03-16T23:24:34.3430059Z" | ||
}, | ||
"properties": { | ||
"friendlyName": "friendly-account1", | ||
"provisioningState": "Succeeded", | ||
"accountStatus": { | ||
"accountProvisioningState": "Succeeded", | ||
"errorDetails": {} | ||
}, | ||
"endpoints": { | ||
"catalog": "https://account1.catalog.purview.azure-test.com", | ||
"scan": "https://account1.scan.purview.azure-test.com" | ||
}, | ||
"privateEndpointConnections": [ | ||
{ | ||
"properties": { | ||
"provisioningState": "Succeeded", | ||
"privateEndpoint": { | ||
"id": "/subscriptions/baca8a88-4527-4c35-a13e-b2775ce0d7fc/resourceGroups/nrpResourceGroupName/providers/Microsoft.Network/privateEndpoints/peName" | ||
}, | ||
"privateLinkServiceConnectionState": { | ||
"status": "Pending", | ||
"description": "Please approve my connection, thanks.", | ||
"actionsRequired": "None" | ||
} | ||
}, | ||
"id": "/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/SampleResourceGroup/providers/Microsoft.Purview/accounts/account1/privateEndpointConnections/peName-8536c337-7b36-4d67-a7ce-081655baf59e", | ||
"name": "peName-8536c337-7b36-4d67-a7ce-081655baf59e", | ||
"type": "Microsoft.Purview/accounts/privateEndpointConnections" | ||
} | ||
], | ||
"publicNetworkAccess": "Enabled", | ||
"managedResourceGroupName": "managed-rg-mwjotkl", | ||
"managedResourcesPublicNetworkAccess": "Enabled", | ||
"managedResources": { | ||
"resourceGroup": "/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/managed-rg-mwjotkl", | ||
"storageAccount": "/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/managed-rg-mwjotkl/providers/Microsoft.Storage/storageAccounts/scanwestustzaagzr", | ||
"eventHubNamespace": "/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/managed-rg-mwjotkl/providers/Microsoft.EventHub/namespaces/atlas-westusdddnbtp" | ||
}, | ||
"ingestionStorage": { | ||
"id": "/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/ingestion-storage-rg-mwjotkl", | ||
"primaryEndpoint": "https://ingestioneastusddnpkar.z31.blob.storage.azure.net/", | ||
"publicNetworkAccess": "Enabled" | ||
}, | ||
"mergeInfo": { | ||
"accountLocation": "westus2", | ||
"accountName": "otherAccount", | ||
"accountResourceGroupName": "otherAccountRG", | ||
"accountSubscriptionId": "92d4ce06-0032-4e6b-9103-88ba3e159551", | ||
"typeOfAccount": "Secondary", | ||
"mergeStatus": "Succeeded", | ||
"deprovisioned": false | ||
}, | ||
"defaultDomain": "account1", | ||
"tenantEndpointState": "Disabled" | ||
} | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.