Skip to content

Commit 366010c

Browse files
Merge pull request #277246 from nikhilkaul-msft/new-year-updates
New year updates
2 parents 83a38ea + 8c61b53 commit 366010c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/chaos-studio/chaos-studio-tutorial-aks-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ az rest --method get --uri https://management.azure.com/subscriptions/$SUBSCRIPT
214214

215215

216216
```azurecli-interactive
217-
az role assignment create --role "Azure Kubernetes Service Cluster Admin Role" --assignee-object-id $EXPERIMENT_PRINCIPAL_ID --scope subscriptions/$SUBSCRIPTION_ID/resourceGroups/$resourceGroupName/providers/Microsoft.ContainerService/managedClusters/$AKS_CLUSTER_NAME
217+
az role assignment create --role "Azure Kubernetes Service Cluster Admin Role" --assignee-object-id $EXPERIMENT_PRINCIPAL_ID --assignee-principal-type "ServicePrincipal" --scope subscriptions/$SUBSCRIPTION_ID/resourceGroups/$resourceGroupName/providers/Microsoft.ContainerService/managedClusters/$AKS_CLUSTER_NAME
218218
```
219219

220220
## Run your experiment

articles/chaos-studio/chaos-studio-versions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The Chaos Studio agent is tested for compatibility with the following operating
2828
| openSUSE Leap 15.2 || |
2929
| Debian 10 Buster || Installation of `unzip` utility required |
3030
| Oracle Linux 8.3 || |
31-
| Ubuntu Server 18.04 LTS || |
31+
| Ubuntu Server 20.04/22.04 LTS || |
3232

3333
The agent isn't currently tested against custom Linux distributions or hardened Linux distributions (for example, FIPS or SELinux).
3434

0 commit comments

Comments
 (0)