From ecf736f5936839b8ca4c48d5541a92c12a35954a Mon Sep 17 00:00:00 2001 From: Dillon Dumesnil Date: Fri, 3 May 2024 14:47:04 -0700 Subject: [PATCH] PR Feedback --- .../2024-04-01-preview/examples/Accounts_Get.json | 10 ++++++++++ .../preview/2024-04-01-preview/purview.json | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/specification/purview/resource-manager/Microsoft.Purview/preview/2024-04-01-preview/examples/Accounts_Get.json b/specification/purview/resource-manager/Microsoft.Purview/preview/2024-04-01-preview/examples/Accounts_Get.json index e3f55c0a93ac..0c6543391a1b 100644 --- a/specification/purview/resource-manager/Microsoft.Purview/preview/2024-04-01-preview/examples/Accounts_Get.json +++ b/specification/purview/resource-manager/Microsoft.Purview/preview/2024-04-01-preview/examples/Accounts_Get.json @@ -73,6 +73,16 @@ "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" } } diff --git a/specification/purview/resource-manager/Microsoft.Purview/preview/2024-04-01-preview/purview.json b/specification/purview/resource-manager/Microsoft.Purview/preview/2024-04-01-preview/purview.json index 9391fc29883d..4e6d9614bb85 100644 --- a/specification/purview/resource-manager/Microsoft.Purview/preview/2024-04-01-preview/purview.json +++ b/specification/purview/resource-manager/Microsoft.Purview/preview/2024-04-01-preview/purview.json @@ -1674,7 +1674,7 @@ } }, "typeOfAccount": { - "description": "The type of account this account is for the merge operation.", + "description": "The account's type for the merge operation.", "enum": [ "Primary", "Secondary" @@ -1721,7 +1721,7 @@ "readOnly": true }, "defaultDomain": { - "description": "Gets or sets the default domain in the account.", + "description": "Gets the default domain in the account.", "type": "string", "readOnly": true },