Skip to content

Commit

Permalink
PR Feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
ddumesnil-microsoft committed May 3, 2024
1 parent 3fd2cf9 commit ecf736f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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
},
Expand Down

0 comments on commit ecf736f

Please sign in to comment.