Skip to content

Commit ecf736f

Browse files
PR Feedback
1 parent 3fd2cf9 commit ecf736f

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

specification/purview/resource-manager/Microsoft.Purview/preview/2024-04-01-preview/examples/Accounts_Get.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,16 @@
7373
"primaryEndpoint": "https://ingestioneastusddnpkar.z31.blob.storage.azure.net/",
7474
"publicNetworkAccess": "Enabled"
7575
},
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",
7686
"tenantEndpointState": "Disabled"
7787
}
7888
}

specification/purview/resource-manager/Microsoft.Purview/preview/2024-04-01-preview/purview.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1674,7 +1674,7 @@
16741674
}
16751675
},
16761676
"typeOfAccount": {
1677-
"description": "The type of account this account is for the merge operation.",
1677+
"description": "The account's type for the merge operation.",
16781678
"enum": [
16791679
"Primary",
16801680
"Secondary"
@@ -1721,7 +1721,7 @@
17211721
"readOnly": true
17221722
},
17231723
"defaultDomain": {
1724-
"description": "Gets or sets the default domain in the account.",
1724+
"description": "Gets the default domain in the account.",
17251725
"type": "string",
17261726
"readOnly": true
17271727
},

0 commit comments

Comments
 (0)