After some months I need to start again our SAS Viya Pay as you Go instance but when I execute the StartStop Job y have this error
[INFO]: The script will start SAS Viya
[INFO]: Login using managed identity
[INFO]: Skipping. Virtual machine: nfs already in a started state
[INFO]: Skipping. Virtual machine: jump already in a started state
[INFO]: AKS cluster is stopped. Starting AKS cluster and Viya
[INFO]: Starting the AKS cluster
[ERROR]: Something went wrong while trying to stop the AKS cluster
Start-AzAksCluster : Current certificates are expired, please rotate certificates. Please see
https://aka.ms/aks/rotate-cert for more information.
At line:194 char:4
+ Start-AzAksCluster -ResourceGroupName $group -Name $clust ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: ({ SubscriptionI...ranjoviya-aks }:<>f__AnonymousType13`3)
[Start-AzAksCluster_Start], RestException`1
+ FullyQualifiedErrorId : BadRequest,Microsoft.Azure.PowerShell.Cmdlets.Aks.Cmdlets.StartAzAksCluster_StartI have tried to rotate the certificates by myself but my user has no permissions as it is a managed instance.
How can I do it?
Thanks in advance