Class: Chef::Knife::AzureAgList
- Inherits:
-
Chef::Knife
- Object
- Chef::Knife
- Chef::Knife::AzureAgList
- Includes:
- AzureBase
- Defined in:
- lib/chef/knife/azure_ag_list.rb
Instance Method Summary collapse
Methods included from AzureBase
#fetch_chef_client_logs, #fetch_deployment, #fetch_extension, #fetch_role, #fetch_substatus, #find_file, #get_azure_profile_file_path, #get_default_subscription, included, #is_image_windows?, #locate_config_value, #msg_pair, #msg_server_summary, #parse_azure_profile, #parse_publish_settings_file, #pretty_key, #service, #validate!, #validate_asm_keys!, #validate_params!
Instance Method Details
#run ⇒ Object
28 29 30 31 32 |
# File 'lib/chef/knife/azure_ag_list.rb', line 28 def run $stdout.sync = true validate_asm_keys! service.list_affinity_groups end |