Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nuwang authored Apr 12, 2024
1 parent db0a876 commit 5b5b036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudbridge/providers/azure/azure_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@ def get_network(self, network_id):

def create_network(self, name, params):
return self.network_management_client.virtual_networks. \
begin_create_or_update(self.netowrk_resource_group, name, parameters=params).result()
begin_create_or_update(self.networking_resource_group, name, parameters=params).result()

def delete_network(self, network_id):
url_params = azure_helpers.parse_url(NETWORK_RESOURCE_ID, network_id)
Expand Down

0 comments on commit 5b5b036

Please sign in to comment.