You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This was originally intended as a pull request, but GitHub Actions is not permitted to create or approve pull requests in this repository.
The changes have been pushed to branch doc/fix-mgmt-tests-api-references-b4c97c893c05f6c0.
To fix the permissions issue, go to Settings → Actions → General and enable Allow GitHub Actions to create and approve pull requests. See also: gh-aw FAQ
Or you can use DefaultAzureCredential, which we prefer.
@@ -98,9 +98,9 @@ In live mode, you need to use real credentials like those you obtained in the pr
Then make the following changes:
Change the value of the SUBSCRIPTION_ID constant to your subscription ID. (If you don't have it, you can find it in the "Overview" section of the "Subscriptions" blade in the [Azure portal][azure_portal].)
-* Change the get_azure_core_credential() function to construct and return a ClientSecretCredential:
+* Change the get_azure_core_credentials() function to construct and return a ClientSecretCredential:
Summary
Reviewed all markdown files under
doc/anddoc/dev/for inconsistencies with the current source code. One file had outdated API references.Changes in
doc/dev/mgmt/tests.mdClientSecretCredential(secret=...)client_secret=(correct parameter name perazure-identity)ClientSecretCredential(tenant=...)tenant_id=(correct parameter name perazure-identity)get_azure_core_credential()(singular)get_azure_core_credentials()(plural) — matchesmgmt_settings_fake.pyget_credential()(singular)get_credentials()(plural) — matches actual helper function nameAzureTestCaseclass referenceAzureMgmtRecordedTestCase—AzureTestCaseno longer existsFiles verified clean (no changes needed)
doc/README.md,doc/dev/README.md,doc/tool_usage_guide.mddoc/dev/tests.md,doc/dev/dev_setup.md,doc/dev/release.mddoc/dev/pylint_checking.md,doc/dev/static_type_checking.md,doc/dev/static_type_checking_cheat_sheet.mddoc/anddoc/dev/markdown filesNo stale
toxreferences were found (docs already useazpysdk). No broken internal links. Nosetup.pyvspyproject.tomlmismatches.Note
This was originally intended as a pull request, but GitHub Actions is not permitted to create or approve pull requests in this repository.
The changes have been pushed to branch
doc/fix-mgmt-tests-api-references-b4c97c893c05f6c0.Click here to create the pull request
To fix the permissions issue, go to Settings → Actions → General and enable Allow GitHub Actions to create and approve pull requests. See also: gh-aw FAQ
Show patch preview (62 of 62 lines)
Or you can use
DefaultAzureCredential, which we prefer.@@ -98,9 +98,9 @@ In live mode, you need to use real credentials like those you obtained in the pr
Then make the following changes:
SUBSCRIPTION_IDconstant to your subscription ID. (If you don't have it, you can find it in the "Overview" section of the "Subscriptions" blade in the [Azure portal][azure_portal].)-* Change the
get_azure_core_credential()function to construct and return aClientSecretCredential:+* Change the
get_azure_core_credentials()function to construct and return aClientSecretCredential: