Prechádzať zdrojové kódy

Modified helpers to accept multiple templates

Alexandru Mahmoud 8 rokov pred
rodič
commit
9e3aed7509

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

@@ -26,7 +26,7 @@ def parse_url(template_urls, original_url):
     ex: '/subscriptions/{subscriptionId}/resourceGroups/' \
     ex: '/subscriptions/{subscriptionId}/resourceGroups/' \
        '{resourceGroupName}/providers/Microsoft.Compute/' \
        '{resourceGroupName}/providers/Microsoft.Compute/' \
        'virtualMachines/{vmName}'
        '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.
     and returning the dictionary.
     """
     """
     if not original_url:
     if not original_url: