Skip to content

Commit a336898

Browse files
status
1 parent 4b58bcf commit a336898

7 files changed

Lines changed: 11 additions & 11 deletions

File tree

docs-conceptual/azps-0.10.0/migrate-az-1.0.0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

docs-conceptual/azps-14.6.0/migrate-az-1.0.0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

docs-conceptual/azps-14.6.0/migrate-az-7.0.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

docs-conceptual/azps-15.1.0/migrate-az-1.0.0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

docs-conceptual/azps-15.1.0/migrate-az-7.0.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

docs-conceptual/azps-15.2.0/migrate-az-1.0.0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

docs-conceptual/azps-15.2.0/migrate-az-7.0.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)