Skip to content

Commit 583435b

Browse files
committed
status
1 parent e135750 commit 583435b

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

azure-stack/user/instance-metadata-service.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Sample response:
8585
],
8686
"publisher": "MicrosoftWindowsServer",
8787
"resourceGroupName": "IMDS",
88-
"resourceId": "/subscriptions/1cf1cb48-fad3-4872-9366-c5c51fe748e6/resourceGroups/IMDS/providers/Microsoft.Compute/virtualMachines/IMDSVALI",
88+
"resourceId": "/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/IMDS/providers/Microsoft.Compute/virtualMachines/IMDSVALI",
8989
"securityProfile": {
9090
"secureBootEnabled": "",
9191
"virtualTpmEnabled": ""
@@ -115,7 +115,7 @@ Sample response:
115115
"uri": ""
116116
},
117117
"managedDisk": {
118-
"id": "/subscriptions/1cf1cb48-fad3-4872-9366-c5c51fe748e6/resourceGroups/IMDS/providers/Mi
118+
"id": "/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/IMDS/providers/Mi
119119
crosoft.Compute/disks/IMDSVALI_OsDisk_1_589d8d9cdd8a4c34a004b0dcecd68b05",
120120
"storageAccountType": "Premium_LRS"
121121
},
@@ -130,7 +130,7 @@ crosoft.Compute/disks/IMDSVALI_OsDisk_1_589d8d9cdd8a4c34a004b0dcecd68b05",
130130
"size": ""
131131
}
132132
},
133-
"subscriptionId": "1cf1cb48-fad3-4872-9366-c5c51fe748e6",
133+
"subscriptionId": "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e",
134134
"tags": "",
135135
"tagsList": [
136136

azure-stack/user/kubernetes-aks-engine-custom-vnet.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -131,14 +131,14 @@ In **masterProfile** set the following values:
131131

132132
| Field | Example | Description |
133133
| --- | --- | --- |
134-
| vnetSubnetId | `/subscriptions/77e28b6a-582f-42b0-94d2-93b9eca60845/resourceGroups/MDBN-K8S/providers/Microsoft.Network/virtualNetworks/MDBN-K8S/subnets/control-plane-sn` | Specify the Azure Resource Manager path ID the subnet. This value maps to the control plane nodes address block above. |
134+
| vnetSubnetId | `/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/MDBN-K8S/providers/Microsoft.Network/virtualNetworks/MDBN-K8S/subnets/control-plane-sn` | Specify the Azure Resource Manager path ID the subnet. This value maps to the control plane nodes address block above. |
135135
| firstConsecutiveStaticIP | 10.100.0.239 | Assign to the `firstConsecutiveStaticIP` configuration property an IP address that is near the *end* of the available IP address space in the desired subnet. `firstConsecutiveStaticIP` only applies to the control plane node pool. |
136136

137137
In **agentPoolProfiles** set the following values:
138138

139139
| Field | Example | Description |
140140
| --- | --- | --- |
141-
| vnetSubnetId | `/subscriptions/77e28b6a-582f-42b0-94d2-93b9eca60845/resourceGroups/MDBN-K8S/providers/Microsoft.Network/virtualNetworks/MDBN-K8S/subnets/agents-sn` | Specify the Azure Resource Manager path ID the subnet. This value maps to the agent nodes address block above. |
141+
| vnetSubnetId | `/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/MDBN-K8S/providers/Microsoft.Network/virtualNetworks/MDBN-K8S/subnets/agents-sn` | Specify the Azure Resource Manager path ID the subnet. This value maps to the agent nodes address block above. |
142142

143143
In **orchestratorProfile**, find **kubernetesConfig** and set the following value:
144144

@@ -154,15 +154,15 @@ With a network address space of `10.100.0.0/16` where the subnet for `control-pl
154154
```json
155155
"masterProfile": {
156156
...
157-
"vnetSubnetId": "/subscriptions/77e28b6a-582f-42b0-94d2-93b9eca60845/resourceGroups/MDBN-K8S/providers/Microsoft.Network/virtualNetworks/MDBN-K8S/subnets/control-plane-sn",
157+
"vnetSubnetId": "/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/MDBN-K8S/providers/Microsoft.Network/virtualNetworks/MDBN-K8S/subnets/control-plane-sn",
158158
"firstConsecutiveStaticIP": "10.100.0.239",
159159
...
160160
},
161161
...
162162
"agentPoolProfiles": [
163163
{
164164
...
165-
"vnetSubnetId": "/subscriptions/77e28b6a-582f-42b0-94d2-93b9eca60845/resourceGroups/MDBN-K8S/providers/Microsoft.Network/virtualNetworks/MDBN-K8S/subnets/agents-sn",
165+
"vnetSubnetId": "/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/MDBN-K8S/providers/Microsoft.Network/virtualNetworks/MDBN-K8S/subnets/agents-sn",
166166
...
167167
},
168168
...
@@ -184,15 +184,15 @@ With a network address space of `172.24.0.0/16` where the subnet for `control-pl
184184
```json
185185
"masterProfile": {
186186
...
187-
"vnetSubnetId": "/subscriptions/77e28b6a-582f-42b0-94d2-93b9eca60845/resourceGroups/MDBN-K8S/providers/Microsoft.Network/virtualNetworks/MDBN-K8S/subnets/control-plane-sn",
187+
"vnetSubnetId": "/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/MDBN-K8S/providers/Microsoft.Network/virtualNetworks/MDBN-K8S/subnets/control-plane-sn",
188188
"firstConsecutiveStaticIP": "172.24.0.239",
189189
...
190190
},
191191
...
192192
"agentPoolProfiles": [
193193
{
194194
...
195-
"vnetSubnetId": "/subscriptions/77e28b6a-582f-42b0-94d2-93b9eca60845/resourceGroups/MDBN-K8S/providers/Microsoft.Network/virtualNetworks/MDBN-K8S/subnets/k8s-sn",
195+
"vnetSubnetId": "/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourceGroups/MDBN-K8S/providers/Microsoft.Network/virtualNetworks/MDBN-K8S/subnets/k8s-sn",
196196
...
197197
},
198198
...

azure-stack/user/kubernetes-aks-engine-rotate-certs.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,9 @@ For example:
8888
--linux-ssh-private-key "~/.ssh/id_rsa" \
8989
--ssh-host "my-cluster.westus2.cloudapp.azure.com"\
9090
--resource-group "my-cluster" \
91-
--client-id "12345678-XXXX-YYYY-ZZZZ-1234567890ab" \
92-
--client-secret "12345678-XXXX-YYYY-ZZZZ-1234567890ab" \
93-
--subscription-id "12345678-XXXX-YYYY-ZZZZ-1234567890ab" \
91+
--client-id "00001111-aaaa-2222-bbbb-3333cccc4444" \
92+
--client-secret "00001111-aaaa-2222-bbbb-3333cccc4444" \
93+
--subscription-id "aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e" \
9494
--azure-env "AzureStackCloud" # optional if targeting AzureCloud
9595
```
9696

0 commit comments

Comments
 (0)