Skip to content

Commit abfbf21

Browse files
committed
status
1 parent 5e2e635 commit abfbf21

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

articles/ddos-protection/manage-ddos-ip-protection-template.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,9 @@ The output shows the new resource and *protectionModeDDoS* shows IP Protection i
9999
Name : myStandardPublicIP
100100
ResourceGroupName : MyResourceGroup
101101
Location : eastus
102-
Id : /subscriptions/abcdefgh-1111-2222-bbbb-987654321098/resourceGroups/MyResourceGroup/providers/Microsoft.Network/publicIPAddresses/myStandardPublicIP
103-
Etag : W/"abcdefgh-1111-2222-bbbb-987654321098"
104-
ResourceGuid : abcdefgh-1111-2222-bbbb-987654321098
102+
Id : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/MyResourceGroup/providers/Microsoft.Network/publicIPAddresses/myStandardPublicIP
103+
Etag : W/"aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e"
104+
ResourceGuid : aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e
105105
ProvisioningState : Succeeded
106106
Tags :
107107
PublicIpAllocationMethod : Static
@@ -124,8 +124,8 @@ ExtendedLocation : null
124124
"ddosSettings": {
125125
"protectionMode": "Enabled"
126126
},
127-
"etag": "W/\"abcdefgh-1111-2222-bbbb-987654321098\"",
128-
"id": "/subscriptions/b1111111-2222-3333-aaaa-012345678912/resourceGroups/MyResourceGroup/providers/Microsoft.Network/publicIPAddresses/myStandardPublicIP",
127+
"etag": "W/\"aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e\"",
128+
"id": "/subscriptions/bbbb1b1b-cc2c-dd3d-ee4e-ffffff5f5f5f/resourceGroups/MyResourceGroup/providers/Microsoft.Network/publicIPAddresses/myStandardPublicIP",
129129
"idleTimeoutInMinutes": 4,
130130
"ipAddress": "20.25.14.83",
131131
"ipTags": [],
@@ -135,7 +135,7 @@ ExtendedLocation : null
135135
"publicIPAddressVersion": "IPv4",
136136
"publicIPAllocationMethod": "Static",
137137
"resourceGroup": "MyResourceGroup",
138-
"resourceGuid": "b1111111-2222-3333-aaaa-012345678912",
138+
"resourceGuid": "bbbb1b1b-cc2c-dd3d-ee4e-ffffff5f5f5f",
139139
"sku": {
140140
"name": "Standard",
141141
"tier": "Regional"

articles/ddos-protection/manage-ddos-protection-template.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ The output shows the new resources.
8989
```Output
9090
{
9191
"etag": "W/\"abcdefgh-1111-2222-bbbb-987654321098\"",
92-
"id": "/subscriptions/b1111111-2222-3333-aaaa-012345678912/resourceGroups/MyResourceGroup/providers/Microsoft.Network/ddosProtectionPlans/MyDdosProtectionPlan",
92+
"id": "/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/MyResourceGroup/providers/Microsoft.Network/ddosProtectionPlans/MyDdosProtectionPlan",
9393
"location": "eastus",
9494
"name": "MyDdosProtectionPlan",
9595
"provisioningState": "Succeeded",
@@ -99,7 +99,7 @@ The output shows the new resources.
9999
"type": "Microsoft.Network/ddosProtectionPlans",
100100
"virtualNetworks": [
101101
{
102-
"id": "/subscriptions/b1111111-2222-3333-aaaa-012345678912/resourceGroups/MyResourceGroup/providers/Microsoft.Network/virtualNetworks/MyVNet",
102+
"id": "/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/MyResourceGroup/providers/Microsoft.Network/virtualNetworks/MyVNet",
103103
"resourceGroup": "MyResourceGroup"
104104
}
105105
]
@@ -110,12 +110,12 @@ The output shows the new resources.
110110

111111
```Output
112112
Name : MyDdosProtectionPlan
113-
Id : /subscriptions/b1111111-2222-3333-aaaa-012345678912/resourceGroups/MyResourceGroup/providers/Microsoft.Network/ddosProtectionPlans/MyDdosProtectionPlan
113+
Id : /subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/MyResourceGroup/providers/Microsoft.Network/ddosProtectionPlans/MyDdosProtectionPlan
114114
Etag : W/"abcdefgh-1111-2222-bbbb-987654321098"
115115
ProvisioningState : Succeeded
116116
VirtualNetworks : [
117117
{
118-
"Id": "/subscriptions/b1111111-2222-3333-aaaa-012345678912/resourceGroups/MyResourceGroup/providers/Microsoft.Network/virtualNetworks/MyVNet"
118+
"Id": "/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/MyResourceGroup/providers/Microsoft.Network/virtualNetworks/MyVNet"
119119
}
120120
]
121121
```

0 commit comments

Comments
 (0)