-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Open
Labels
Container ServiceService AttentionWorkflow: This issue is responsible by Azure service team.Workflow: This issue is responsible by Azure service team.
Description
- Package Name: azure-mgmt-containerservice
- Package Version: 21.1.0
- Operating System: Windows11
- Python Version: 3.8
Describe the bug
An error was given when I used the begin_run_command operation of azure-mgmt-containerservice:
azure.core.exceptions.HttpResponseError: (MissingAADClusterToken) This cluster have Azure Active Directory enabled, .clusterToken is required.
Code: MissingAADClusterToken
Message: This cluster have Azure Active Directory enabled, .clusterToken is required.
by swagger definition, I can't know where and how to get the clusterToken
To Reproduce
Steps to reproduce the behavior:
Configure the certificate and run the following code:
result = client.managed_clusters.begin_run_command(
resource_group_name='',
resource_name='',
request_payload={
"command": "kubectl apply -f ns.yaml",
"context": "xxxx",
"clusterToken": ''
}
)Expected behavior
Get clustertoken information normally.
Metadata
Metadata
Assignees
Labels
Container ServiceService AttentionWorkflow: This issue is responsible by Azure service team.Workflow: This issue is responsible by Azure service team.