lib/fog/azurerm/constants.rb in fog-azure-rm-0.4.0 vs lib/fog/azurerm/constants.rb in fog-azure-rm-0.4.1

- old
+ new

@@ -32,10 +32,12 @@ ENVIRONMENT_AZURE_GERMAN_CLOUD = 'AzureGermanCloud'.freeze # MsRestAzure::AzureOperationError class Error Codes ERROR_CODE_RESOURCE_NOT_FOUND = 'ResourceNotFound'.freeze ERROR_CODE_NOT_FOUND = 'NotFound'.freeze +ERROR_CODE_RESOURCE_GROUP_NOT_FOUND = 'ResourceGroupNotFound'.freeze +ERROR_CODE_PARENT_RESOURCE_NOT_FOUND = 'ParentResourceNotFound'.freeze PLATFORM_LINUX = 'linux'.freeze # State of the copy operation COPY_STATUS = @@ -63,5 +65,7 @@ AS_SKU_ALIGNED = 'Aligned'.freeze # The tag key and tag value for creating a temporary storage account for generalized image TEMPORARY_STORAGE_ACCOUNT_TAG_KEY = 'generalized_image'.freeze TEMPORARY_STORAGE_ACCOUNT_TAG_VALUE = 'delete'.freeze + +HTTP_NOT_FOUND = 404