I have namespace already created and defined tags to resources. When I try adding new tags to the resources, the old tags are getting deleted. As I would like to use the old data and return the value along with the new tags. Please help me with how I can achieve this. get volume details from a specific compartment output
Tag: sdk
azure python SDK retrieve backup items from recoverservices(backup)
I was told to move my bash script that reports on VM backup status, also reports VMs that are not being backed up to Azure automation account. I picked python since Automation Account doesn’t have bash and I have done python scripts before for system admin purposes. I am not a python developer, and I need help navigate Azure python
azure – list containers in python
I’m trying to list the containers under an azure account using the python sdk – why do I get the following? Surely the above is a call to the function and not a reference to the function itself. Answer you get the following according to source code it return ListGenerator(resp, self._list_containers, (), kwargs) you can access what you want as