Skip to content

Commit

Permalink
Update Update-AzPurviewAccount.md (#25561)
Browse files Browse the repository at this point in the history
  • Loading branch information
BethanyZhou authored Jul 17, 2024
1 parent 11b4962 commit 5eeb96b
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions src/Purview/Purview/help/Update-AzPurviewAccount.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@ Update-AzPurviewAccount -Name test-pa -ResourceGroupName test-rg -Tag @{"k"="v"}
```output
CloudConnectorAwsExternalId : xxxxxxxxxx-d074-4f8f-9d7f-10811b250738
CreatedAt : 8/17/2021 6:18:57 AM
CreatedBy : xxxxx.Zhou@microsoft.com
CreatedBy : xxxxx.xxxxx@microsoft.com
CreatedByObjectId : xxxxxxx-5be9-4f43-abd2-04561777c8b0
EndpointCatalog : https://test-pa.catalog.purview.azure.com
EndpointGuardian : https://test-pa.guardian.purview.azure.com
EndpointScan : https://test-pa.scan.purview.azure.com
FriendlyName : test-pa
Id : /subscriptions/xxxxxxxx-1bf0-4dda-aec3-cb9272f09590/resourceGroups/bez-rg/providers/Microsoft.Purview/a
ccounts/bez-pa
Id : /subscriptions/xxxxxxxx-1bf0-4dda-aec3-cb9272f09590/resourceGroups/test-rg/providers/Microsoft.Purview/a
ccounts/test-pa
Identity : {
"principalId": "xxxxxxxx-7956-4978-87e8-9ddd82cfe2b7",
"tenantId": "xxxxxxxx-38d6-4fb2-bad9-b7b93a3e9c5a",
Expand All @@ -72,17 +72,17 @@ SkuCapacity : 1
SkuName : Standard
SystemData : {
"createdAt": "2021-08-17T06:18:57.7274115Z",
"createdBy": "xxxxx.Zhou@microsoft.com",
"createdBy": "xxxxx.xxxxx@microsoft.com",
"createdByType": "User",
"lastModifiedAt": "xxxxxx-08-17T06:18:57.7274115Z",
"lastModifiedBy": "Beisi.Zhou@microsoft.com",
"lastModifiedBy": "xxxxx.xxxxx@microsoft.com",
"lastModifiedByType": "User"
}
SystemDataCreatedAt : 8/17/2021 6:18:57 AM
SystemDataCreatedBy : xxxxx.Zhou@microsoft.com
SystemDataCreatedBy : xxxxx.xxxxx@microsoft.com
SystemDataCreatedByType : User
SystemDataLastModifiedAt : 8/17/2021 6:18:57 AM
SystemDataLastModifiedBy : xxxxxx.Zhou@microsoft.com
SystemDataLastModifiedBy : xxxxxx.xxxxx@microsoft.com
SystemDataLastModifiedByType : User
Tag : {
"k": "v"
Expand All @@ -101,14 +101,14 @@ Update-AzPurviewAccount -InputObject $get -Tag @{"k"="v"}
```output
CloudConnectorAwsExternalId : xxxxxxxxxx-d074-4f8f-9d7f-10811b250738
CreatedAt : 8/17/2021 6:18:57 AM
CreatedBy : xxxxx.Zhou@microsoft.com
CreatedBy : xxxxx.xxxxx@microsoft.com
CreatedByObjectId : xxxxxxx-5be9-4f43-abd2-04561777c8b0
EndpointCatalog : https://test-pa.catalog.purview.azure.com
EndpointGuardian : https://test-pa.guardian.purview.azure.com
EndpointScan : https://test-pa.scan.purview.azure.com
FriendlyName : test-pa
Id : /subscriptions/xxxxxxxx-1bf0-4dda-aec3-cb9272f09590/resourceGroups/bez-rg/providers/Microsoft.Purview/a
ccounts/bez-pa
Id : /subscriptions/xxxxxxxx-1bf0-4dda-aec3-cb9272f09590/resourceGroups/test-rg/providers/Microsoft.Purview/a
ccounts/test-pa
Identity : {
"principalId": "xxxxxxxx-7956-4978-87e8-9ddd82cfe2b7",
"tenantId": "xxxxxxxx-38d6-4fb2-bad9-b7b93a3e9c5a",
Expand All @@ -133,17 +133,17 @@ SkuCapacity : 1
SkuName : Standard
SystemData : {
"createdAt": "2021-08-17T06:18:57.7274115Z",
"createdBy": "xxxxx.Zhou@microsoft.com",
"createdBy": "xxxxx.xxxxx@microsoft.com",
"createdByType": "User",
"lastModifiedAt": "xxxxxx-08-17T06:18:57.7274115Z",
"lastModifiedBy": "Beisi.Zhou@microsoft.com",
"lastModifiedBy": "xxxxx.xxxxx@microsoft.com",
"lastModifiedByType": "User"
}
SystemDataCreatedAt : 8/17/2021 6:18:57 AM
SystemDataCreatedBy : xxxxx.Zhou@microsoft.com
SystemDataCreatedBy : xxxxx.xxxxx@microsoft.com
SystemDataCreatedByType : User
SystemDataLastModifiedAt : 8/17/2021 6:18:57 AM
SystemDataLastModifiedBy : xxxxxx.Zhou@microsoft.com
SystemDataLastModifiedBy : xxxxxx.xxxxx@microsoft.com
SystemDataLastModifiedByType : User
Tag : {
"k": "v"
Expand Down

0 comments on commit 5eeb96b

Please sign in to comment.