File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -331,13 +331,13 @@ Scripts should no longer make processing decisions based on the values fo these
331331 Passwords are automatically generated, scripts that provided the password:
332332
333333 ``` azurepowershell-interactive
334- New-AzAdSpCredential -ObjectId 00001111-aaaa- 2222-bbbb-3333cccc4444 -Password $secPassword
334+ New-AzAdSpCredential -ObjectId aaaaaaaa-0000-1111- 2222-bbbbbbbbbbbb -Password $secPassword
335335 ```
336336
337337 Should be changed to retrieve the password from the output:
338338
339339 ``` azurepowershell-interactive
340- $credential = New-AzAdSpCredential -ObjectId 00001111-aaaa- 2222-bbbb-3333cccc4444
340+ $credential = New-AzAdSpCredential -ObjectId aaaaaaaa-0000-1111- 2222-bbbbbbbbbbbb
341341 $secPassword = $credential.Secret
342342 ```
343343
Original file line number Diff line number Diff line change @@ -332,13 +332,13 @@ Scripts should no longer make processing decisions based on the values fo these
332332 Passwords are automatically generated, scripts that provided the password:
333333
334334 ``` azurepowershell-interactive
335- New-AzAdSpCredential -ObjectId 00001111-aaaa- 2222-bbbb-3333cccc4444 -Password $secPassword
335+ New-AzAdSpCredential -ObjectId aaaaaaaa-0000-1111- 2222-bbbbbbbbbbbb -Password $secPassword
336336 ```
337337
338338 Should be changed to retrieve the password from the output:
339339
340340 ``` azurepowershell-interactive
341- $credential = New-AzAdSpCredential -ObjectId 00001111-aaaa- 2222-bbbb-3333cccc4444
341+ $credential = New-AzAdSpCredential -ObjectId aaaaaaaa-0000-1111- 2222-bbbbbbbbbbbb
342342 $secPassword = $credential.Secret
343343 ```
344344
Original file line number Diff line number Diff line change @@ -280,7 +280,7 @@ The `-DisplayName` parameter was removed.
280280
281281#### Before
282282``` powershell
283- PS C:\> New-AzManagedServicesDefinition -DisplayName "MyTestDefinition" -ManagedByTenantId 00001111-aaaa-2222-bbbb-3333cccc4444 -RoleDefinitionId acdd72a7-3385-48ef-bd42-f606fba81ae7 -PrincipalId 714160ec-87d5-42bb-8b17-287c0dd7417d
283+ PS C:\> New-AzManagedServicesDefinition -DisplayName "MyTestDefinition" -ManagedByTenantId 00001111-aaaa-2222-bbbb-3333cccc4444 -RoleDefinitionId acdd72a7-3385-48ef-bd42-f606fba81ae7 -PrincipalId aaaaaaaa-bbbb-cccc-1111-222222222222
284284```
285285#### After
286286``` powershell
Original file line number Diff line number Diff line change @@ -332,13 +332,13 @@ Scripts should no longer make processing decisions based on the values fo these
332332 Passwords are automatically generated, scripts that provided the password:
333333
334334 ``` azurepowershell-interactive
335- New-AzAdSpCredential -ObjectId 00001111-aaaa- 2222-bbbb-3333cccc4444 -Password $secPassword
335+ New-AzAdSpCredential -ObjectId aaaaaaaa-0000-1111- 2222-bbbbbbbbbbbb -Password $secPassword
336336 ```
337337
338338 Should be changed to retrieve the password from the output:
339339
340340 ``` azurepowershell-interactive
341- $credential = New-AzAdSpCredential -ObjectId 00001111-aaaa- 2222-bbbb-3333cccc4444
341+ $credential = New-AzAdSpCredential -ObjectId aaaaaaaa-0000-1111- 2222-bbbbbbbbbbbb
342342 $secPassword = $credential.Secret
343343 ```
344344
Original file line number Diff line number Diff line change @@ -280,7 +280,7 @@ The `-DisplayName` parameter was removed.
280280
281281#### Before
282282``` powershell
283- PS C:\> New-AzManagedServicesDefinition -DisplayName "MyTestDefinition" -ManagedByTenantId 00001111-aaaa-2222-bbbb-3333cccc4444 -RoleDefinitionId acdd72a7-3385-48ef-bd42-f606fba81ae7 -PrincipalId 714160ec-87d5-42bb-8b17-287c0dd7417d
283+ PS C:\> New-AzManagedServicesDefinition -DisplayName "MyTestDefinition" -ManagedByTenantId 00001111-aaaa-2222-bbbb-3333cccc4444 -RoleDefinitionId acdd72a7-3385-48ef-bd42-f606fba81ae7 -PrincipalId aaaaaaaa-bbbb-cccc-1111-222222222222
284284```
285285#### After
286286``` powershell
Original file line number Diff line number Diff line change @@ -332,13 +332,13 @@ Scripts should no longer make processing decisions based on the values fo these
332332 Passwords are automatically generated, scripts that provided the password:
333333
334334 ``` azurepowershell-interactive
335- New-AzAdSpCredential -ObjectId 00001111-aaaa- 2222-bbbb-3333cccc4444 -Password $secPassword
335+ New-AzAdSpCredential -ObjectId aaaaaaaa-0000-1111- 2222-bbbbbbbbbbbb -Password $secPassword
336336 ```
337337
338338 Should be changed to retrieve the password from the output:
339339
340340 ``` azurepowershell-interactive
341- $credential = New-AzAdSpCredential -ObjectId 00001111-aaaa- 2222-bbbb-3333cccc4444
341+ $credential = New-AzAdSpCredential -ObjectId aaaaaaaa-0000-1111- 2222-bbbbbbbbbbbb
342342 $secPassword = $credential.Secret
343343 ```
344344
Original file line number Diff line number Diff line change @@ -280,7 +280,7 @@ The `-DisplayName` parameter was removed.
280280
281281#### Before
282282``` powershell
283- PS C:\> New-AzManagedServicesDefinition -DisplayName "MyTestDefinition" -ManagedByTenantId 00001111-aaaa-2222-bbbb-3333cccc4444 -RoleDefinitionId acdd72a7-3385-48ef-bd42-f606fba81ae7 -PrincipalId 714160ec-87d5-42bb-8b17-287c0dd7417d
283+ PS C:\> New-AzManagedServicesDefinition -DisplayName "MyTestDefinition" -ManagedByTenantId 00001111-aaaa-2222-bbbb-3333cccc4444 -RoleDefinitionId acdd72a7-3385-48ef-bd42-f606fba81ae7 -PrincipalId aaaaaaaa-bbbb-cccc-1111-222222222222
284284```
285285#### After
286286``` powershell
You can’t perform that action at this time.
0 commit comments