Selaa lähdekoodia

Modified helpers to accept multiple templates

Alexandru Mahmoud 7 vuotta sitten
vanhempi
sitoutus
9e3aed7509
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      cloudbridge/cloud/providers/azure/helpers.py

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

@@ -26,7 +26,7 @@ def parse_url(template_urls, original_url):
     ex: '/subscriptions/{subscriptionId}/resourceGroups/' \
        '{resourceGroupName}/providers/Microsoft.Compute/' \
        'virtualMachines/{vmName}'
-    This function splits the resource ID based on the template url passed
+    This function splits the resource ID based on the template urls passed
     and returning the dictionary.
     """
     if not original_url: