Azot 2.0.0rc2'de Python kullanarak etiket oluşturmaya çalışıyorum.Etiketler nasıl kullanılır Python Azure SDK?
def __update_tags(self):
username = '[email protected]'
password = '[email protected]'
subscription_id = '478-ytehn-47ds5-784aa-4758a'
credentials = UserPassCredentials(username=username, password=password)
resource_client = ResourceManagementClient(credentials=credentials)
tag_operations = TagOperations(client=resource_client)
tag_operations.create_or_update_value(tag_name='key_1', tag_value='val_1')
i gibi hata alıyorum bu kodu çalıştırarak üzerinde::
if self.client.credentials.subscription_id is not None:
AttributeError: 'UserPassCredentials' object has no attribute 'subscription_id'
Herkes bu sorunu çözmek için fikir sahibi i kullanılan kod aşağıdadır.
ben bu şekilde denedim ama azure.mgmt.resource.resources gelen 'masmavi 2.0.0rc2 içinde ResourceManagementClientConfiguration içe' kullanılamaz. Lütfen bir kez doğrulayabilir misiniz? –
@ramkumar ne demek yok? Ben azure.mgmt.resource.resources ithalat ResourceManagementClientConfiguration ** gelen ** benim tarafımdan onaylayabilirsiniz. Cevabımdaki güncellemeleri kontrol et. – forester123