Skip to content Skip to sidebar Skip to footer
Showing posts with the label Azure Sdk Python

Azure Python Sdk: 'serviceprincipalcredentials' Object Has No Attribute 'get_token'

So I have the following Python3 script to list all virtual machines. import os, json from azure.mgm… Read more Azure Python Sdk: 'serviceprincipalcredentials' Object Has No Attribute 'get_token'