Skip to content

Commit b73f06d

Browse files
author
naman-msft
committed
testing other docs
1 parent 6ad282e commit b73f06d

3 files changed

Lines changed: 21 additions & 6 deletions

File tree

scenarios/AKSPricingTiers/aks-pricing-tiers.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,6 @@ az aks create \
8080

8181
Results:
8282

83-
<!-- expected_similarity=0.3 -->
84-
8583
```output
8684
{
8785
...
@@ -188,6 +186,8 @@ The following example uses the [`az aks update`](/cli/azure/aks#az_aks_update) c
188186
az aks update --resource-group $RESOURCE_GROUP --name $CLUSTER_NAME --tier free
189187
```
190188

189+
<!-- expected_similarity=0.3 -->
190+
191191
Results:
192192

193193
```output
@@ -209,6 +209,8 @@ Results:
209209
az aks update --resource-group $RESOURCE_GROUP --name $CLUSTER_NAME --tier standard
210210
```
211211

212+
<!-- expected_similarity=0.3 -->
213+
212214
Results:
213215

214216
```output
@@ -231,6 +233,8 @@ Results:
231233
az aks update --resource-group $RESOURCE_GROUP --name $CLUSTER_NAME --tier premium --k8s-support-plan AKSLongTermSupport
232234
```
233235

236+
<!-- expected_similarity=0.3 -->
237+
234238
Results:
235239

236240
```output

scenarios/NATGatewayAKSCluster/nat-gateway-aks-cluster.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Results:
5454
}
5555
```
5656

57-
```azurecli-interactive
57+
```shell
5858
az aks create \
5959
--resource-group $MY_RG \
6060
--name $MY_AKS \
@@ -67,8 +67,6 @@ az aks create \
6767

6868
Results:
6969

70-
<!-- expected_similarity=0.3 -->
71-
7270
```output
7371
{
7472
"aadProfile": null,

scenarios/metadata.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2598,7 +2598,20 @@
25982598
"nextSteps": [],
25992599
"configurations": {
26002600
"permissions": [],
2601-
"configurableParams": []
2601+
"configurableParams": [
2602+
{
2603+
"inputType": "textInput",
2604+
"commandKey": "RESOURCE_GROUP",
2605+
"title": "Resource Group Name",
2606+
"defaultValue": ""
2607+
},
2608+
{
2609+
"inputType": "textInput",
2610+
"commandKey": "CLUSTER_NAME",
2611+
"title": "AKS Cluster Name",
2612+
"defaultValue": ""
2613+
}
2614+
]
26022615
}
26032616
},
26042617
{

0 commit comments

Comments
 (0)