lib/azure/armrest/template_deployment_service.rb in azure-armrest-0.2.5 vs lib/azure/armrest/template_deployment_service.rb in azure-armrest-0.2.6
- old
+ new
@@ -2,11 +2,9 @@
module Armrest
# Base class for managing templates and deployments
class TemplateDeploymentService < ResourceGroupBasedService
def initialize(configuration, options = {})
- # Has to be hard coded for now
- options = {'api_version' => '2014-04-01-preview'}.merge(options)
super(configuration, 'deployments', 'Microsoft.Resources', options)
end
# Get names of all deployments in a resource group
def list_names(resource_group = configuration.resource_group)