Skip to content

Commit 67dbd47

Browse files
Merge pull request #288836 from meganbradley/meganbradley/docutune-autopr-20241020-030949-3890151-ignore-build
[BULK] - DocuTune remediation - Sensitive terms with GUIDs (part 76)
2 parents 7d11fe3 + eb4cbf1 commit 67dbd47

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

articles/virtual-network/create-peering-different-subscriptions.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ az ad user list --display-name user-2
290290
"businessPhones": [],
291291
"displayName": "user-2",
292292
"givenName": null,
293-
"id": "16d51293-ec4b-43b1-b54b-3422c108321a",
293+
"id": "aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb",
294294
"jobTitle": null,
295295
"mail": "[email protected]",
296296
"mobilePhone": null,
@@ -302,7 +302,7 @@ az ad user list --display-name user-2
302302
]
303303
```
304304

305-
Make note of the object ID of **user-2** in field **id**. In this example, its **16d51293-ec4b-43b1-b54b-3422c108321a**.
305+
Make note of the object ID of **user-2** in field **id**. In this example, its **aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb**.
306306

307307

308308
```azurecli-interactive
@@ -313,7 +313,7 @@ vnetid=$(az network vnet show \
313313
--output tsv)
314314
315315
az role assignment create \
316-
--assignee 16d51293-ec4b-43b1-b54b-3422c108321a \
316+
--assignee aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb \
317317
--role "Network Contributor" \
318318
--scope $vnetid
319319
```
@@ -566,7 +566,7 @@ az ad user list --display-name user-1
566566
"businessPhones": [],
567567
"displayName": "user-1",
568568
"givenName": null,
569-
"id": "ee0645cc-e439-4ffc-b956-79577e473969",
569+
"id": "bbbbbbbb-1111-2222-3333-cccccccccccc",
570570
"jobTitle": null,
571571
"mail": "[email protected]",
572572
"mobilePhone": null,
@@ -578,7 +578,7 @@ az ad user list --display-name user-1
578578
]
579579
```
580580

581-
Make note of the object ID of **user-1** in field **id**. In this example, it's **ee0645cc-e439-4ffc-b956-79577e473969**.
581+
Make note of the object ID of **user-1** in field **id**. In this example, it's **bbbbbbbb-1111-2222-3333-cccccccccccc**.
582582

583583
```azurecli-interactive
584584
vnetid=$(az network vnet show \
@@ -588,7 +588,7 @@ vnetid=$(az network vnet show \
588588
--output tsv)
589589
590590
az role assignment create \
591-
--assignee ee0645cc-e439-4ffc-b956-79577e473969 \
591+
--assignee bbbbbbbb-1111-2222-3333-cccccccccccc \
592592
--role "Network Contributor" \
593593
--scope $vnetid
594594
```

articles/virtual-network/create-vm-accelerated-networking-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ After the VM is created, you get output similar to the following example. For a
160160
```output
161161
{
162162
"fqdns": "",
163-
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/myVm",
163+
"id": "/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/myVm",
164164
"location": "centralus",
165165
"macAddress": "00-0D-3A-23-9A-49",
166166
"powerState": "VM running",

articles/virtual-network/ip-services/associate-public-ip-address-vm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Install the [Azure CLI](/cli/azure/install-azure-cli?toc=%2fazure%2fvirtual-netw
9999
The output includes one or more lines that are similar to the following example, where *myVMNic* is the name of the network interface:
100100
101101
```output
102-
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkInterfaces/myVMNic",
102+
"id": "/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkInterfaces/myVMNic",
103103
```
104104
105105
1. If you don't know the names of the IP configurations for a network interface, use the [az network nic ip-config list](/cli/azure/network/nic/ip-config#az-network-nic-ip-config-list) command to retrieve them. For example, the following command lists the names of the IP configurations for a network interface named *myVMNic* in a resource group named *myResourceGroup*:

articles/virtual-network/manage-subnet-delegation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ Get-AzDelegation @dg
196196
Actions : {Microsoft.Network/virtualNetworks/subnets/join/action}
197197
Name : myDelegation
198198
Etag : W/"9cba4b0e-2ceb-444b-b553-454f8da07d8a"
199-
Id : /subscriptions/3bf09329-ca61-4fee-88cb-7e30b9ee305b/resourceGroups/test-rg/providers/Microsoft.Network/virtualNetworks/vnet-1/subnets/subnet-1/delegations/myDelegation
199+
Id : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/test-rg/providers/Microsoft.Network/virtualNetworks/vnet-1/subnets/subnet-1/delegations/myDelegation
200200
```
201201

202202
# [**Azure CLI**](#tab/manage-subnet-delegation-cli)
@@ -230,7 +230,7 @@ az network vnet subnet show \
230230
"Microsoft.Network/virtualNetworks/subnets/unprepareNetworkPolicies/action"
231231
],
232232
"etag": "W/\"30184721-8945-4e4f-9cc3-aa16b26589ac\"",
233-
"id": "/subscriptions/23250d6d-28f0-41dd-9776-61fc80805b6e/resourceGroups/test-rg/providers/Microsoft.Network/virtualNetworks/vnet-1/subnets/subnet-1/delegations/0",
233+
"id": "/subscriptions/bbbb1b1b-cc2c-dd3d-ee4e-ffffff5f5f5f/resourceGroups/test-rg/providers/Microsoft.Network/virtualNetworks/vnet-1/subnets/subnet-1/delegations/0",
234234
"name": "0",
235235
"provisioningState": "Succeeded",
236236
"resourceGroup": "test-rg",
@@ -341,4 +341,4 @@ Output from command is a null bracket:
341341
[!INCLUDE [portal-clean-up.md](~/reusable-content/ce-skilling/azure/includes/portal-clean-up.md)]
342342

343343
## Next steps
344-
- Learn how to [manage subnets in Azure](virtual-network-manage-subnet.md).
344+
- Learn how to [manage subnets in Azure](virtual-network-manage-subnet.md).

0 commit comments

Comments
 (0)