lib/fog/azurerm/constants.rb in fog-azure-rm-0.2.6 vs lib/fog/azurerm/constants.rb in fog-azure-rm-0.2.7

- old
+ new

@@ -14,9 +14,10 @@ MICROSOFT_PEERING = 'MicrosoftPeering'.freeze RESOURCE_GROUP_NAME = 4 RESOURCE_PROVIDER_NAMESPACE = 6 RESOURCE_TYPE = 7 RESOURCE_NAME = 8 +ENDPOINT_PREFIX = 'Microsoft.Network/trafficManagerProfiles'.freeze AZURE_ENDPOINTS = 'azureEndpoints'.freeze EXTERNAL_ENDPOINTS = 'externalEndpoints'.freeze NESTED_ENDPOINTS = 'nestedEndpoints'.freeze GLOBAL = 'global'.freeze UPLOAD_BLOB_WORKER_THREAD_COUNT = 8