lib/fog/azurerm/constants.rb in gitlab-fog-azure-rm-1.7.0 vs lib/fog/azurerm/constants.rb in gitlab-fog-azure-rm-1.8.0
- old
+ new
@@ -32,15 +32,9 @@
ENVIRONMENT_AZURE_CLOUD = 'AzureCloud'.freeze
ENVIRONMENT_AZURE_CHINA_CLOUD = 'AzureChinaCloud'.freeze
ENVIRONMENT_AZURE_US_GOVERNMENT = 'AzureUSGovernment'.freeze
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 =
{