class Chef::Provisioning::AzureDriver::AzureProvider

Constants

AzureResource

Public Instance Methods

action_handler() click to toggle source
# File lib/chef/provisioning/azure_driver/azure_provider.rb, line 18
def action_handler
  @action_handler ||= Chef::Provisioning::ChefProviderActionHandler.new(self)
end
azure_sql_management_endpoint() click to toggle source
# File lib/chef/provisioning/azure_driver/azure_provider.rb, line 14
def azure_sql_management_endpoint
  "https://management.database.windows.net:8443"
end
driver() click to toggle source
# File lib/chef/provisioning/azure_driver/azure_provider.rb, line 27
def driver
  new_resource.driver
end
whyrun_supported?() click to toggle source

All these need to implement whyrun

# File lib/chef/provisioning/azure_driver/azure_provider.rb, line 23
def whyrun_supported?
  true
end