Skip to content

Commit

Permalink
Remove Vm.resource_group method
Browse files Browse the repository at this point in the history
Previously moved method was deleted by another PR but still
being added backed in here (incorrectly).  Test caught the issue.
  • Loading branch information
jerryk55 committed Aug 30, 2017
1 parent cc6cc7e commit 676448c
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,4 @@ def provider_service(connection = nil)
connection ||= ext_management_system.connect
::Azure::Armrest::VirtualMachineService.new(connection)
end

# The resource group is stored as part of the uid_ems. This splits it out.
def resource_group
uid_ems.split('\\')[1]
end
end

0 comments on commit 676448c

Please sign in to comment.