Skip to content

Commit 0d42b76

Browse files
status (#4183)
Co-authored-by: OpenPublishing.Build <opbuild@microsoft.com>
1 parent a6ecdcf commit 0d42b76

9 files changed

Lines changed: 47 additions & 47 deletions

azps-15.6.0/Az.Resources/Get-AzPrivateLinkAssociation.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,45 +26,45 @@ The Get-AzPrivateLinkAssociation cmdlet gets all of resource management private
2626

2727
### Example 1
2828
```powershell
29-
Get-AzPrivateLinkAssociation -ManagementGroupId fc096d27-0434-4460-a3ea-110df0422a2d | Format-List
29+
Get-AzPrivateLinkAssociation -ManagementGroupId aaaabbbb-0000-cccc-1111-dddd2222eeee | Format-List
3030
```
3131

3232
```output
33-
Id : /providers/Microsoft.Management/managementGroups/fc096d27-0434-4460-a3ea-110df0422a2d/providers/Microsoft.
33+
Id : /providers/Microsoft.Management/managementGroups/aaaabbbb-0000-cccc-1111-dddd2222eeee/providers/Microsoft.
3434
Authorization/privateLinkAssociations/7afcb623-ff23-591c-8cdd-57f5357711f4
3535
Type : Microsoft.Authorization/privateLinkAssociations
3636
Name : 7afcb623-ff23-591c-8cdd-57f5357711f4
3737
Properties : {"privateLink":"/subscriptions/aeb49941-36c3-4e7c-9ffd-16ba89d33ec4/resourceGroups/nrp-validate/providers/
3838
Microsoft.Authorization/resourceManagementPrivateLinks/DeepDiveRMPL","publicNetworkAccess":"Enabled","tena
39-
ntID":"fc096d27-0434-4460-a3ea-110df0422a2d","scope":"/providers/Microsoft.Management/managementGroups/24f
39+
ntID":"aaaabbbb-0000-cccc-1111-dddd2222eeee","scope":"/providers/Microsoft.Management/managementGroups/24f
4040
15700-370c-45bc-86a7-aee1b0c4eb8a"}
4141
42-
Id : /providers/Microsoft.Management/managementGroups/fc096d27-0434-4460-a3ea-110df0422a2d/providers/Microsoft.
42+
Id : /providers/Microsoft.Management/managementGroups/aaaabbbb-0000-cccc-1111-dddd2222eeee/providers/Microsoft.
4343
Authorization/privateLinkAssociations/1d7942d1-288b-48de-8d0f-2d2aa8e03ad4
4444
Type : Microsoft.Authorization/privateLinkAssociations
4545
Name : 1d7942d1-288b-48de-8d0f-2d2aa8e03ad4
4646
Properties : {"privateLink":"/subscriptions/aeb49941-36c3-4e7c-9ffd-16ba89d33ec4/resourceGroups/nrp-validate/providers/
4747
Microsoft.Authorization/resourceManagementPrivateLinks/DeepDiveRMPL","publicNetworkAc
48-
cess":"Enabled","tenantID":"fc096d27-0434-4460-a3ea-110df0422a2d","scope":"/providers/Microsoft.Management
49-
/managementGroups/fc096d27-0434-4460-a3ea-110df0422a2d"}
48+
cess":"Enabled","tenantID":"aaaabbbb-0000-cccc-1111-dddd2222eeee","scope":"/providers/Microsoft.Management
49+
/managementGroups/aaaabbbb-0000-cccc-1111-dddd2222eeee"}
5050
```
5151

5252
Get all the private link associations at the management group scope.
5353

5454
### Example 2
5555
```powershell
56-
Get-AzPrivateLinkAssociation -ManagementGroupId fc096d27-0434-4460-a3ea-110df0422a2d -Name 1d7942d1-288b-48de-8d0f-2d2aa8e03ad4 | Format-List
56+
Get-AzPrivateLinkAssociation -ManagementGroupId aaaabbbb-0000-cccc-1111-dddd2222eeee -Name 1d7942d1-288b-48de-8d0f-2d2aa8e03ad4 | Format-List
5757
```
5858

5959
```output
60-
Id : /providers/Microsoft.Management/managementGroups/fc096d27-0434-4460-a3ea-110df0422a2d/providers/Microsoft.
60+
Id : /providers/Microsoft.Management/managementGroups/aaaabbbb-0000-cccc-1111-dddd2222eeee/providers/Microsoft.
6161
Authorization/privateLinkAssociations/1d7942d1-288b-48de-8d0f-2d2aa8e03ad4
6262
Type : Microsoft.Authorization/privateLinkAssociations
6363
Name : 1d7942d1-288b-48de-8d0f-2d2aa8e03ad4
6464
Properties : {"privateLink":"/subscriptions/aeb49941-36c3-4e7c-9ffd-16ba89d33ec4/resourceGroups/nrp-validate/providers/
6565
Microsoft.Authorization/resourceManagementPrivateLinks/DeepDiveRMPL","publicNetworkAc
66-
cess":"Enabled","tenantID":"fc096d27-0434-4460-a3ea-110df0422a2d","scope":"/providers/Microsoft.Management
67-
/managementGroups/fc096d27-0434-4460-a3ea-110df0422a2d"}
66+
cess":"Enabled","tenantID":"aaaabbbb-0000-cccc-1111-dddd2222eeee","scope":"/providers/Microsoft.Management
67+
/managementGroups/aaaabbbb-0000-cccc-1111-dddd2222eeee"}
6868
```
6969

7070
Get the specific private link associations at the management group scope.

azps-15.6.0/Az.Resources/New-AzADAppFederatedCredential.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Create federatedIdentityCredential for applications.
2727

2828
### Example 1: Create federated identity credential for application
2929
```powershell
30-
New-AzADAppFederatedCredential -ApplicationObjectId $appObjectId -Audience api://AzureADTokenExchange -Issuer https://login.microsoftonline.com/3d1e2be9-a10a-4a0c-8380-7ce190f98ed9/v2.0 -name 'test-cred' -Subject 'subject'
30+
New-AzADAppFederatedCredential -ApplicationObjectId $appObjectId -Audience api://AzureADTokenExchange -Issuer https://login.microsoftonline.com/aaaabbbb-0000-cccc-1111-dddd2222eeee/v2.0 -name 'test-cred' -Subject 'subject'
3131
```
3232

3333
Create federated identity credential for application

azps-15.6.0/Az.Resources/New-AzADServicePrincipalAppRoleAssignment.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,26 +49,26 @@ Create new navigation property to appRoleAssignments for servicePrincipals
4949

5050
### Example 1: ObjectIdWithResourceIdParameterSet
5151
```powershell
52-
New-AzADServicePrincipalAppRoleAssignment -ServicePrincipalId 71beb965-8347-495d-a589-c21cdde7a722 -ResourceId 351fa797-c81a-4998-9720-4c2ecb6c7abc -AppRoleId 649ae968-bdf9-4f22-bb2c-2aa1b4af0a83
52+
New-AzADServicePrincipalAppRoleAssignment -ServicePrincipalId aaaaaaaa-bbbb-cccc-1111-222222222222 -ResourceId a0a0a0a0-bbbb-cccc-dddd-e1e1e1e1e1e1 -AppRoleId b1b1b1b1-cccc-dddd-eeee-f2f2f2f2f2f2
5353
```
5454

5555
```output
5656
Id AppRoleId PrincipalDisplayName PrincipalId CreatedDateTime
5757
-- --------- -------------------- ----------- ---------------
58-
Zbm-cUeDXUmlicIc3eenIkgIm8kv9kJPj4MFhepACNE 649ae968-bdf9-4f22-bb2c-2aa1b4af0a83 funapp1214 71beb965-8347-495d-a589-c21cdde7a722 12/14/2023 7:04:28 AM
58+
Zbm-cUeDXUmlicIc3eenIkgIm8kv9kJPj4MFhepACNE b1b1b1b1-cccc-dddd-eeee-f2f2f2f2f2f2 funapp1214 aaaaaaaa-bbbb-cccc-1111-222222222222 12/14/2023 7:04:28 AM
5959
```
6060

6161
Create an appRoleAssignment using ServicePrincipalId and ResourceId.
6262

6363
### Example 2: SPNWithResourceDisplayNameParameterSet
6464
```powershell
65-
New-AzADServicePrincipalAppRoleAssignment -ServicePrincipalDisplayName funapp1214 -ResourceDisplayName nori-sp -AppRoleId 649ae968-bdf9-4f22-bb2c-2aa1b4af0a83
65+
New-AzADServicePrincipalAppRoleAssignment -ServicePrincipalDisplayName funapp1214 -ResourceDisplayName nori-sp -AppRoleId b1b1b1b1-cccc-dddd-eeee-f2f2f2f2f2f2
6666
```
6767

6868
```output
6969
Id AppRoleId PrincipalDisplayName PrincipalId CreatedDateTime
7070
-- --------- -------------------- ----------- ---------------
71-
Zbm-cUeDXUmlicIc3eenIlqgWRlWp2hFrXIJiqP2j78 649ae968-bdf9-4f22-bb2c-2aa1b4af0a83 funapp1214 71beb965-8347-495d-a589-c21cdde7a722 12/14/2023 7:07:16 AM
71+
Zbm-cUeDXUmlicIc3eenIlqgWRlWp2hFrXIJiqP2j78 b1b1b1b1-cccc-dddd-eeee-f2f2f2f2f2f2 funapp1214 aaaaaaaa-bbbb-cccc-1111-222222222222 12/14/2023 7:07:16 AM
7272
```
7373

7474
Create an appRoleAssignment for service principal using ServicePrincipal DisplayName and Resource DisplayName.

azps-15.6.0/Az.Resources/New-AzManagementGroup.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ New-AzManagementGroup -GroupName "TestGroup"
4242
Id : /providers/Microsoft.Management/managementGroups/TestGroup
4343
Type : /providers/Microsoft.Management/managementGroups
4444
Name : TestGroup
45-
TenantId : 00001111-aaaa-2222-bbbb-3333cccc4444
45+
TenantId : aaaabbbb-0000-cccc-1111-dddd2222eeee
4646
DisplayName : TestGroup
4747
UpdatedTime : 2/1/2018 11:06:27 AM
4848
UpdatedBy : 00001111-aaaa-2222-bbbb-3333cccc4444
@@ -62,7 +62,7 @@ New-AzManagementGroup -GroupName "TestGroup" -DisplayName "TestGroupDisplayName"
6262
Id : /providers/Microsoft.Management/managementGroups/TestGroup
6363
Type : /providers/Microsoft.Management/managementGroups
6464
Name : TestGroup
65-
TenantId : 00001111-aaaa-2222-bbbb-3333cccc4444
65+
TenantId : aaaabbbb-0000-cccc-1111-dddd2222eeee
6666
DisplayName : TestGroup
6767
UpdatedTime : 2/1/2018 11:06:27 AM
6868
UpdatedBy : 00001111-aaaa-2222-bbbb-3333cccc4444
@@ -82,7 +82,7 @@ New-AzManagementGroup -GroupName "TestGroup" -DisplayName "TestGroupDisplayName"
8282
Id : /providers/Microsoft.Management/managementGroups/TestGroup
8383
Type : /providers/Microsoft.Management/managementGroups
8484
Name : TestGroup
85-
TenantId : 00001111-aaaa-2222-bbbb-3333cccc4444
85+
TenantId : aaaabbbb-0000-cccc-1111-dddd2222eeee
8686
DisplayName : TestGroupDisplayName
8787
UpdatedTime : 2/1/2018 11:16:12 AM
8888
UpdatedBy : 00001111-aaaa-2222-bbbb-3333cccc4444
@@ -101,7 +101,7 @@ New-AzManagementGroup -GroupName "TestGroup" -ParentObject $parentObject
101101
Id : /providers/Microsoft.Management/managementGroups/TestGroup
102102
Type : /providers/Microsoft.Management/managementGroups
103103
Name : TestGroup
104-
TenantId : 00001111-aaaa-2222-bbbb-3333cccc4444
104+
TenantId : aaaabbbb-0000-cccc-1111-dddd2222eeee
105105
DisplayName : TestGroupDisplayName
106106
UpdatedTime : 2/1/2018 11:16:12 AM
107107
UpdatedBy : 00001111-aaaa-2222-bbbb-3333cccc4444

azps-15.6.0/Az.Resources/New-AzManagementGroupHierarchySetting.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ New-AzManagementGroupHierarchySetting -GroupName c7a87cda-9a66-4920-b0f8-869baa0
4242
Id : /providers/Microsoft.Management/managementGroups/c7a87cda-9a66-4920-b0f8-869baa04efe0/settings/default
4343
Type : Microsoft.Management/managementGroups/settings
4444
Name : default
45-
TenantId : 00001111-aaaa-2222-bbbb-3333cccc4444
45+
TenantId : aaaabbbb-0000-cccc-1111-dddd2222eeee
4646
RequireAuthorizationForGroupCreation : true
4747
DefaultManagementGroup :
4848
```
@@ -56,7 +56,7 @@ New-AzManagementGroupHierarchySetting -GroupName c7a87cda-9a66-4920-b0f8-869baa0
5656
Id : /providers/Microsoft.Management/managementGroups/c7a87cda-9a66-4920-b0f8-869baa04efe0/settings/default
5757
Type : Microsoft.Management/managementGroups/settings
5858
Name : default
59-
TenantId : 00001111-aaaa-2222-bbbb-3333cccc4444
59+
TenantId : aaaabbbb-0000-cccc-1111-dddd2222eeee
6060
RequireAuthorizationForGroupCreation : false
6161
DefaultManagementGroup : TestGroup
6262
```
@@ -70,7 +70,7 @@ New-AzManagementGroupHierarchySetting -GroupName c7a87cda-9a66-4920-b0f8-869baa0
7070
Id : /providers/Microsoft.Management/managementGroups/c7a87cda-9a66-4920-b0f8-869baa04efe0/settings/default
7171
Type : Microsoft.Management/managementGroups/settings
7272
Name : default
73-
TenantId : 00001111-aaaa-2222-bbbb-3333cccc4444
73+
TenantId : aaaabbbb-0000-cccc-1111-dddd2222eeee
7474
RequireAuthorizationForGroupCreation : true
7575
DefaultManagementGroup : TestGroup
7676
```

azps-15.6.0/Az.Resources/New-AzManagementGroupSubscription.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ The **New-AzManagementGroupSubscription** cmdlet adds a Subscription to a Manage
2727

2828
### Example 1: Add Subscription to a Management Group
2929
```powershell
30-
New-AzManagementGroupSubscription -GroupName "TestGroup" -SubscriptionId 5602fbd9-fb0d-4fbb-98b3-10c8ea20b6de
30+
New-AzManagementGroupSubscription -GroupName "TestGroup" -SubscriptionId aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e
3131
```
3232

3333
```output
34-
Name : 5602fbd9-fb0d-4fbb-98b3-10c8ea20b6de
34+
Name : aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e
3535
Type : Microsoft.Management/managementGroups/subscriptions
36-
Id : /providers/Microsoft.Management/managementGroups/TestGroup/subscriptions/5602fbd9-fb0d-4fbb-98b3-10c8ea20b6de
37-
TenantId : 00001111-aaaa-2222-bbbb-3333cccc4444
36+
Id : /providers/Microsoft.Management/managementGroups/TestGroup/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e
37+
TenantId : aaaabbbb-0000-cccc-1111-dddd2222eeee
3838
DisplayName : Visual Studio Enterprise Subscription
3939
ParentId : /providers/Microsoft.Management/managementGroups/TestGroup
4040
State : Active

azps-15.6.0/Az.Resources/New-AzPrivateLinkAssociation.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,18 @@ The New-AzPrivateLinkAssociation cmdlet creates the private link association at
2727

2828
### Example 1
2929
```powershell
30-
New-AzPrivateLinkAssociation -ManagementGroupId fc096d27-0434-4460-a3ea-110df0422a2d -Name 1d7942d1-288b-48de-8d0f-2d2aa8e03ad4 | Format-List
30+
New-AzPrivateLinkAssociation -ManagementGroupId aaaabbbb-0000-cccc-1111-dddd2222eeee -Name 1d7942d1-288b-48de-8d0f-2d2aa8e03ad4 | Format-List
3131
```
3232

3333
```output
34-
Id : /providers/Microsoft.Management/managementGroups/fc096d27-0434-4460-a3ea-110df0422a2d/providers/Microsoft.
34+
Id : /providers/Microsoft.Management/managementGroups/aaaabbbb-0000-cccc-1111-dddd2222eeee/providers/Microsoft.
3535
Authorization/privateLinkAssociations/1d7942d1-288b-48de-8d0f-2d2aa8e03ad4
3636
Type : Microsoft.Authorization/privateLinkAssociations
3737
Name : 1d7942d1-288b-48de-8d0f-2d2aa8e03ad4
3838
Properties : {"privateLink":"/subscriptions/aeb49941-36c3-4e7c-9ffd-16ba89d33ec4/resourceGroups/nrp-validate/providers/
3939
Microsoft.Authorization/resourceManagementPrivateLinks/DeepDiveRMPL","publicNetworkAc
40-
cess":"Enabled","tenantID":"fc096d27-0434-4460-a3ea-110df0422a2d","scope":"/providers/Microsoft.Management
41-
/managementGroups/fc096d27-0434-4460-a3ea-110df0422a2d"}
40+
cess":"Enabled","tenantID":"aaaabbbb-0000-cccc-1111-dddd2222eeee","scope":"/providers/Microsoft.Management
41+
/managementGroups/aaaabbbb-0000-cccc-1111-dddd2222eeee"}
4242
```
4343

4444
Creates the specific private link associations at the management group scope.

azps-15.6.0/Az.Resources/New-AzRoleAssignment.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,9 @@ Get-AzADGroup -SearchString "Christine Koch Team"
151151
152152
DisplayName Type Id
153153
----------- ---- --------
154-
Christine Koch Team 2f9d4375-cbf1-48e8-83c9-2a0be4cb33fb
154+
Christine Koch Team aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb
155155
156-
New-AzRoleAssignment -ObjectId 2f9d4375-cbf1-48e8-83c9-2a0be4cb33fb -RoleDefinitionName Contributor -ResourceGroupName rg1
156+
New-AzRoleAssignment -ObjectId aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb -RoleDefinitionName Contributor -ResourceGroupName rg1
157157
```
158158

159159
Grant access to a security group
@@ -167,7 +167,7 @@ Grant access to a user at a resource (website)
167167

168168
### Example 4
169169
```powershell
170-
New-AzRoleAssignment -ObjectId 00001111-aaaa-2222-bbbb-3333cccc4444 -RoleDefinitionName "Virtual Machine Contributor" -ResourceName Devices-Engineering-ProjectRND -ResourceType Microsoft.Network/virtualNetworks/subnets -ParentResource virtualNetworks/VNET-EASTUS-01 -ResourceGroupName Network
170+
New-AzRoleAssignment -ObjectId aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb -RoleDefinitionName "Virtual Machine Contributor" -ResourceName Devices-Engineering-ProjectRND -ResourceType Microsoft.Network/virtualNetworks/subnets -ParentResource virtualNetworks/VNET-EASTUS-01 -ResourceGroupName Network
171171
```
172172

173173
Grant access to a group at a nested resource (subnet)
@@ -207,7 +207,7 @@ $DelegationParams = @{
207207
Condition = $Condition
208208
Scope = "/subscriptions/11112222-bbbb-3333-cccc-4444dddd5555"
209209
RoleDefinitionName = 'User Access Administrator'
210-
ObjectId = "00001111-aaaa-2222-bbbb-3333cccc4444"
210+
ObjectId = "aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb"
211211
}
212212
213213
New-AzRoleAssignment @DelegationParams
@@ -247,7 +247,7 @@ $DelegationParams = @{
247247
Condition = $Condition
248248
Scope = "/subscriptions/11112222-bbbb-3333-cccc-4444dddd5555"
249249
RoleDefinitionName = 'User Access Administrator'
250-
ObjectId = "00001111-aaaa-2222-bbbb-3333cccc4444"
250+
ObjectId = "aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb"
251251
}
252252
253253
New-AzRoleAssignment @DelegationParams

0 commit comments

Comments
 (0)