jatin 9 лет назад
Родитель
Сommit
4303d4a9c3
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      cloudbridge/cloud/providers/azure/services.py

+ 1 - 1
cloudbridge/cloud/providers/azure/services.py

@@ -88,7 +88,7 @@ class AzureSecurityGroupService(BaseSecurityGroupService):
                for sg in self.provider.azure_client.list_security_group()]
         return ClientPagedResultList(self.provider, sgs, limit, marker)
 
-    def create(self, name, description, network_id):
+    def create(self, name, description, network_id=None):
         parameters = {"location": self.provider.region_name,
                       'tags': {'Name': name}}