Skip to content

Commit 4681328

Browse files
authored
Updated guids to approved versions (Azure#25730)
Co-authored-by: Mike F. Robbins <mikefrobbins@users.noreply.github.com>
1 parent 9b9d498 commit 4681328

File tree

83 files changed

+254
-254
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

83 files changed

+254
-254
lines changed

src/ApiManagement/ApiManagement/help/Backup-AzApiManagement.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ $resourceGroupName="contosogroup2";
4444
$apiManagementName="contosoapi";
4545
$containerName="apimbackupcontainer";
4646
$backupName="test-sdk-backup-1";
47-
$msiClientId="a6270d0c-7d86-478b-8cbe-dc9047ba54f7"
47+
$msiClientId="00001111-aaaa-2222-bbbb-3333cccc4444"
4848
Backup-AzApiManagement -ResourceGroupName $resourceGroupName -Name $apiManagementName -StorageContext $storageContext -TargetContainerName $containerName -TargetBlobName $backupName -AccessType "UserAssignedManagedIdentity" -IdentityClientId $msiClientId -PassThru
4949
```
5050

src/ApiManagement/ApiManagement/help/Get-AzApiManagementIdentityProvider.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Get-AzApiManagementIdentityProvider -Context $context -Type AadB2C
7171

7272
```output
7373
Type : AadB2C
74-
ClientId : f02dafe2-b8b8-48ec-a38e-27e5c16c51e5
74+
ClientId : 00001111-aaaa-2222-bbbb-3333cccc4444
7575
ClientSecret : xxxxxx
7676
AllowedTenants : {contosoaadb2c.onmicrosoft.com}
7777
Authority : login.microsoftonline.com

src/ApiManagement/ApiManagement/help/New-AzApiManagementIdentityProvider.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ This takes as input the ClientId and ClientSecret of the Facebook app.
3737
### Example 2: Configures adB2C as an identity Provider for Developer Portal Logins
3838
```powershell
3939
$apimContext = New-AzApiManagementContext -ResourceGroupName "Api-Default-WestUS" -ServiceName "contoso"
40-
New-AzApiManagementIdentityProvider -Context $context -Type AadB2C -ClientId 6b1fc750-9e68-450c-97d2-ba6acd0fbc20 -ClientSecret "foobar" -AllowedTenants 'samirtestbc.onmicrosoft.com' -SignupPolicyName B2C_1_signup-policy
40+
New-AzApiManagementIdentityProvider -Context $context -Type AadB2C -ClientId 00001111-aaaa-2222-bbbb-3333cccc4444 -ClientSecret "foobar" -AllowedTenants 'samirtestbc.onmicrosoft.com' -SignupPolicyName B2C_1_signup-policy
4141
```
4242

4343
```output
4444
Type : AadB2C
45-
ClientId : 6b1fc750-9e68-450c-97d2-ba6acd0fbc20
45+
ClientId : 00001111-aaaa-2222-bbbb-3333cccc4444
4646
ClientSecret : foobar
4747
AllowedTenants : {samirtestbc.onmicrosoft.com}
4848
Authority : login.microsoftonline.com

src/ApiManagement/ApiManagement/help/Restore-AzApiManagement.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ $resourceGroupName="ContosoGroup02";
4444
$apiManagementName="contosoapi";
4545
$containerName="apimbackupcontainer";
4646
$backupName="test-sdk-backup-1";
47-
$msiClientId="a6270d0c-7d86-478b-8cbe-dc9047ba54f7"
47+
$msiClientId="00001111-aaaa-2222-bbbb-3333cccc4444"
4848
Restore-AzApiManagement -ResourceGroupName $resourceGroupName -Name $apiManagementName -StorageContext $storageContext -SourceContainerName $containerName -SourceBlobName $backupName -AccessType "UserAssignedManagedIdentity" -IdentityClientId $msiClientId -PassThru
4949
```
5050

src/ApplicationInsights/ApplicationInsights/help/Get-AzApplicationInsightsApiKey.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Get Api Keys for an application insights resource
4545

4646
### Example 2: Get specific API key for an application insights resource
4747
```powershell
48-
Get-AzApplicationInsightsApiKey -ResourceGroupName "testGroup" -Name "test" -ApiKeyId 7c4c61dc-b392-4aa4-992f-ee92b84e5dee
48+
Get-AzApplicationInsightsApiKey -ResourceGroupName "testGroup" -Name "test" -ApiKeyId 00001111-aaaa-2222-bbbb-3333cccc4444
4949
```
5050

5151
Get specific API key for an application insights resource

src/ApplicationInsights/ApplicationInsights/help/Remove-AzApplicationInsightsApiKey.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Delete an API Key of an Application Insights component.
3232

3333
### Example 1: Remove an application insights api key for an application insights resource
3434
```powershell
35-
Remove-AzApplicationInsightsApiKey -ResourceGroupName "testGroup" -Name "test" -ApiKeyId dd173f38-4fd1-4c75-8af5-99c29aa0f867
35+
Remove-AzApplicationInsightsApiKey -ResourceGroupName "testGroup" -Name "test" -ApiKeyId 00001111-aaaa-2222-bbbb-3333cccc4444
3636
```
3737

3838
Remove an application insights api key for an application insights resource

src/Automation/Automation/help/New-AzAutomationConnection.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ The command uses the connection field values in $FieldValues.
3737
### Example 2: Create a connection for ConnectionTypeName=AzureServicePrincipal
3838
```powershell
3939
$Thumbprint = "0SZTNJ34TCCMUJ5MJZGR8XQD3S0RVHJBA33Z8ZXV"
40-
$TenantId = "4cd76576-b611-43d0-8f2b-adcb139531bf"
41-
$ApplicationId = "3794a65a-e4e4-493d-ac1d-f04308d712dd"
40+
$TenantId = "00001111-aaaa-2222-bbbb-3333cccc4444"
41+
$ApplicationId = "00001111-aaaa-2222-bbbb-3333cccc4444"
4242
$SubscriptionId = "81b59010-dc55-45b7-89cd-5ca26db62472"
4343
$RunAsAccountConnectionFieldValues = @{"ApplicationId" = $ApplicationId; "TenantId" = $TenantId; "CertificateThumbprint" = $Thumbprint; "SubscriptionId" = $SubscriptionId}
4444
New-AzAutomationConnection -Name "Connection13" -ConnectionTypeName AzureServicePrincipal -ConnectionFieldValues $RunAsAccountConnectionFieldValues -ResourceGroupName "ResourceGroup01" -AutomationAccountName "AutomationAccount01"

src/BillingBenefits/BillingBenefits/help/Invoke-AzBillingBenefitsElevateSavingPlanOrder.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Invoke-AzBillingBenefitsElevateSavingPlanOrder -SavingsPlanOrderId "e0b1f446-568
3737
```output
3838
Name PrincipalId RoleDefinitionId Scope
3939
---- ----------- ---------------- -----
40-
5c545baf-2ef5-4016-9c31-6e0e23c397a0 067e7443-3a55-40b6-a2d8-0a7a12a9da2d /providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635 /providers/Microsoft.BillingBenefits/savingsplanorders/e45905d2-9207-4f24-8549-f615c203b49b
40+
00001111-aaaa-2222-bbbb-3333cccc4444 067e7443-3a55-40b6-a2d8-0a7a12a9da2d /providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635 /providers/Microsoft.BillingBenefits/savingsplanorders/e45905d2-9207-4f24-8549-f615c203b49b
4141
```
4242

4343
Elevate savings plan order
@@ -54,7 +54,7 @@ $response = Invoke-AzBillingBenefitsElevateSavingPlanOrder -InputObject $identit
5454
```output
5555
Name PrincipalId RoleDefinitionId Scope
5656
---- ----------- ---------------- -----
57-
5c545baf-2ef5-4016-9c31-6e0e23c397a0 067e7443-3a55-40b6-a2d8-0a7a12a9da2d /providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635 /providers/Microsoft.BillingBenefits/savingsplanorders/e45905d2-9207-4f24-8549-f615c203b49b
57+
00001111-aaaa-2222-bbbb-3333cccc4444 067e7443-3a55-40b6-a2d8-0a7a12a9da2d /providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635 /providers/Microsoft.BillingBenefits/savingsplanorders/e45905d2-9207-4f24-8549-f615c203b49b
5858
```
5959

6060
Elevate savings plan order

src/BotService/BotService/help/New-AzBotService.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Returns a BotService specified by the parameters.
3535

3636
### Example 1: Create a new bot
3737
```powershell
38-
New-AzBotService -resourcegroupname BotTest-rg -name BotTest1 -ApplicationId "af5fce4d-ee68-4b25-be09-f3222582e133" -Location global -Sku F0 -Description "123134" -Registration
38+
New-AzBotService -resourcegroupname BotTest-rg -name BotTest1 -ApplicationId "00001111-aaaa-2222-bbbb-3333cccc4444" -Location global -Sku F0 -Description "123134" -Registration
3939
```
4040

4141
```output
@@ -48,7 +48,7 @@ Create a new Bot by ResourceGroupName and ApplicationId
4848

4949
### Example 2: Create a new Web App
5050
```powershell
51-
New-AzBotService -resourcegroupname BotTest-rg -name BotTest2 -ApplicationId "b1ab1727-0465-4255-a1bb-976210af972c" -Location global -Sku F0 -Description "123134" -Webapp
51+
New-AzBotService -resourcegroupname BotTest-rg -name BotTest2 -ApplicationId "00001111-aaaa-2222-bbbb-3333cccc4444" -Location global -Sku F0 -Description "123134" -Webapp
5252
```
5353

5454
```output

src/Chaos/Chaos/help/New-AzChaosExperiment.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ New-AzChaosExperiment -Name experiment-test -ResourceGroupName azps_test_group_c
3838

3939
```output
4040
Id : /subscriptions/{subId}/resourceGroups/azps_test_group_chaos/providers/Microsoft.Chaos/experiments/EXPERIMENT-TEST
41-
IdentityPrincipalId : 72f14040-8265-4f10-b5ea-377c6fc2671c
42-
IdentityTenantId : 72f988bf-86f1-41af-91ab-2d7cd011db47
41+
IdentityPrincipalId : 00001111-aaaa-2222-bbbb-3333cccc4444
42+
IdentityTenantId : 00001111-aaaa-2222-bbbb-3333cccc4444
4343
IdentityType : SystemAssigned
4444
IdentityUserAssignedIdentity : {
4545
}
@@ -146,8 +146,8 @@ New-AzChaosExperiment -Name experiment-test -ResourceGroupName azps_test_group_c
146146

147147
```output
148148
Id : /subscriptions/{subId}/resourceGroups/azps_test_group_chaos/providers/Microsoft.Chaos/experiments/EXPERIMENT-TEST
149-
IdentityPrincipalId : 72f14040-8265-4f10-b5ea-377c6fc2671c
150-
IdentityTenantId : 72f988bf-86f1-41af-91ab-2d7cd011db47
149+
IdentityPrincipalId : 00001111-aaaa-2222-bbbb-3333cccc4444
150+
IdentityTenantId : 00001111-aaaa-2222-bbbb-3333cccc4444
151151
IdentityType : SystemAssigned
152152
IdentityUserAssignedIdentity : {
153153
}

0 commit comments

Comments
 (0)