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
{{ message }}
This repository was archived by the owner on Jun 3, 2025. It is now read-only.
When I import the azure-arm-containerservice package, the azure-account credentials work fine with it, but I get a deprecation notice:
#########################################################################################
# Active development of this SDK has been moved to @azure/arm-containerservice package. #
# This package is in maintenance mode and will be deprecated in July 2019. #
# Visit https://aka.ms/azure-sdk-for-js-migration for more information. #
#########################################################################################
If I import @azure/arm-containerservice, it appears to use a different credential type, and doesn’t play nicely with the azure-account typings.