-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate modules to Microsoft Graph #22174
Comments
Microsoft Graph migration |
Test failures in CI:
I haven't investigated why these modules' tests didn't fail:
Update: Since Graph-related commands are only called during live runs. |
cosmosdbCan't record Line 125 in 30216d0
|
acs
Using non-verified |
sqlI am not able to re-run
|
Now we only have these tests that can't be run, as explained above and in the issue description:
All these tests are disabled by #22361 and need to be re-recorded by service team. |
Hello, I tried updating the The error is happening from this line. |
Hi @hivyas, this is because your machine is not compliant. You need to make sure your machine is AD or domain joined, and sync your computer's group policy. Click Info button, and you will see a Sync button. |
Hi @jiasli, thanks for the response! I checked my accounts and resynced but I am still getting the same error. |
Modules to migrate
az ad
az role
azure-graphrbac
SDKCLI: @zhoxing-ms
identifierUri
, # 22649CLI: @zhoxing-ms
CLI: @zhoxing-ms
not is_playback
az keyvault
CLI: @zhoxing-ms
@live_only
az keyvault
CLI: @zhoxing-ms
az keyvault
LiveScenarioTest
⏳: SDK migration can be delayed
Work items
For modules calling
az ad
oraz role
commandsFor modules calling
azure-graphrbac
SDKazure.cli.command_modules.role._msgrpah.GraphClient
to invoke Microsoft Graph API. Detailed documentation forGraphClient
is at https://github.com/Azure/azure-cli/blob/dev/doc/microsoft_graph_client.mddict
, instead of SDKmsrest.serialization.Model
object. Change your code accordinglyReferences
Additional information
az ad
command invocations are searched using regexcmd\(['"]ad|az ad
az role
command invocations are searched using regexcmd\(['"]role|az role
azure-graphrbac
SDK invocations are searched usingazure.graphrbac
The text was updated successfully, but these errors were encountered: