azure_mgmt_devtestlabs 0.8.0 → 0.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9129dbbee2d4c940dd90d9cb0bd530a9b3cda7c6
4
- data.tar.gz: 1978dc4ec7834581e342a8fee12719c687f5bdb3
3
+ metadata.gz: 75d595aed560cddaf0d77175393257e9973d13c5
4
+ data.tar.gz: e197950ee777d84076f035027d24de9daae7f4a1
5
5
  SHA512:
6
- metadata.gz: 7ea983ed2d6c21b4d7c85548668476f043d79052e7088bd9c7f1f3dbf50c81cea94da284dd8763b036d0b169930f1ceb7216b814b5a874939eac1487efc69900
7
- data.tar.gz: da82e2509781babb721ae9960528affefba6fe8dceb8b0ab47a7a4f0e54ae2075e9a79fe0b1bbfe7c8a1c6b20e9e44449256f7f8a615ed14d5eb1cd58016f2d6
6
+ metadata.gz: 21406066f31dbb69bc14da9bf523a0b563f292e767d02a2258c5c2987ee3a1a8213aba48da39560eac90e8aac7edcb7e5611e10c3b3fe6e30846e6a8a0376999
7
+ data.tar.gz: e83cecdc8ce97d75d721d18dd1922aab2d0fe602f0bc8bb91d2f1959df5c0d370a5f8685919a371e10519ac3ea70c34d196bcbe1de725a53fb1286285a6966db
@@ -35,22 +35,22 @@ module Azure::ARM::DevTestLabs
35
35
  autoload :DevTestLabsClient, 'generated/azure_mgmt_devtestlabs/dev_test_labs_client.rb'
36
36
 
37
37
  module Models
38
- autoload :FormulaPropertiesFromVm, 'generated/azure_mgmt_devtestlabs/models/formula_properties_from_vm.rb'
38
+ autoload :Formula, 'generated/azure_mgmt_devtestlabs/models/formula.rb'
39
39
  autoload :GalleryImage, 'generated/azure_mgmt_devtestlabs/models/gallery_image.rb'
40
40
  autoload :ArtifactInstallProperties, 'generated/azure_mgmt_devtestlabs/models/artifact_install_properties.rb'
41
- autoload :GenerateArmTemplateRequest, 'generated/azure_mgmt_devtestlabs/models/generate_arm_template_request.rb'
42
- autoload :ArmTemplateInfo, 'generated/azure_mgmt_devtestlabs/models/arm_template_info.rb'
43
41
  autoload :ParameterInfo, 'generated/azure_mgmt_devtestlabs/models/parameter_info.rb'
42
+ autoload :ArmTemplateInfo, 'generated/azure_mgmt_devtestlabs/models/arm_template_info.rb'
43
+ autoload :GenerateArmTemplateRequest, 'generated/azure_mgmt_devtestlabs/models/generate_arm_template_request.rb'
44
44
  autoload :ArtifactDeploymentStatusProperties, 'generated/azure_mgmt_devtestlabs/models/artifact_deployment_status_properties.rb'
45
45
  autoload :GenerateUploadUriParameter, 'generated/azure_mgmt_devtestlabs/models/generate_upload_uri_parameter.rb'
46
46
  autoload :GenerateUploadUriResponse, 'generated/azure_mgmt_devtestlabs/models/generate_upload_uri_response.rb'
47
- autoload :Cost, 'generated/azure_mgmt_devtestlabs/models/cost.rb'
47
+ autoload :CostPerDayProperties, 'generated/azure_mgmt_devtestlabs/models/cost_per_day_properties.rb'
48
48
  autoload :HourDetails, 'generated/azure_mgmt_devtestlabs/models/hour_details.rb'
49
- autoload :ResourceCostProperties, 'generated/azure_mgmt_devtestlabs/models/resource_cost_properties.rb'
49
+ autoload :Cost, 'generated/azure_mgmt_devtestlabs/models/cost.rb'
50
50
  autoload :Lab, 'generated/azure_mgmt_devtestlabs/models/lab.rb'
51
- autoload :CustomImagePropertiesFromVm, 'generated/azure_mgmt_devtestlabs/models/custom_image_properties_from_vm.rb'
52
- autoload :LabVhd, 'generated/azure_mgmt_devtestlabs/models/lab_vhd.rb'
53
51
  autoload :LinuxOsInfo, 'generated/azure_mgmt_devtestlabs/models/linux_os_info.rb'
52
+ autoload :LabVhd, 'generated/azure_mgmt_devtestlabs/models/lab_vhd.rb'
53
+ autoload :CustomImagePropertiesCustom, 'generated/azure_mgmt_devtestlabs/models/custom_image_properties_custom.rb'
54
54
  autoload :Policy, 'generated/azure_mgmt_devtestlabs/models/policy.rb'
55
55
  autoload :DayDetails, 'generated/azure_mgmt_devtestlabs/models/day_details.rb'
56
56
  autoload :ResponseWithContinuationArtifact, 'generated/azure_mgmt_devtestlabs/models/response_with_continuation_artifact.rb'
@@ -58,35 +58,35 @@ module Azure::ARM::DevTestLabs
58
58
  autoload :ResponseWithContinuationArtifactSource, 'generated/azure_mgmt_devtestlabs/models/response_with_continuation_artifact_source.rb'
59
59
  autoload :PolicySetResult, 'generated/azure_mgmt_devtestlabs/models/policy_set_result.rb'
60
60
  autoload :ResponseWithContinuationCustomImage, 'generated/azure_mgmt_devtestlabs/models/response_with_continuation_custom_image.rb'
61
- autoload :Formula, 'generated/azure_mgmt_devtestlabs/models/formula.rb'
62
- autoload :ResponseWithContinuationFormula, 'generated/azure_mgmt_devtestlabs/models/response_with_continuation_formula.rb'
63
61
  autoload :GalleryImageReference, 'generated/azure_mgmt_devtestlabs/models/gallery_image_reference.rb'
62
+ autoload :ResponseWithContinuationFormula, 'generated/azure_mgmt_devtestlabs/models/response_with_continuation_formula.rb'
63
+ autoload :FormulaPropertiesFromVm, 'generated/azure_mgmt_devtestlabs/models/formula_properties_from_vm.rb'
64
64
  autoload :ResponseWithContinuationGalleryImage, 'generated/azure_mgmt_devtestlabs/models/response_with_continuation_gallery_image.rb'
65
- autoload :ArtifactParameterProperties, 'generated/azure_mgmt_devtestlabs/models/artifact_parameter_properties.rb'
65
+ autoload :ApplyArtifactsRequest, 'generated/azure_mgmt_devtestlabs/models/apply_artifacts_request.rb'
66
66
  autoload :ResponseWithContinuationLab, 'generated/azure_mgmt_devtestlabs/models/response_with_continuation_lab.rb'
67
67
  autoload :ArtifactSource, 'generated/azure_mgmt_devtestlabs/models/artifact_source.rb'
68
68
  autoload :ResponseWithContinuationLabVhd, 'generated/azure_mgmt_devtestlabs/models/response_with_continuation_lab_vhd.rb'
69
- autoload :CostPerDayProperties, 'generated/azure_mgmt_devtestlabs/models/cost_per_day_properties.rb'
69
+ autoload :ResourceCostProperties, 'generated/azure_mgmt_devtestlabs/models/resource_cost_properties.rb'
70
70
  autoload :ResponseWithContinuationLabVirtualMachine, 'generated/azure_mgmt_devtestlabs/models/response_with_continuation_lab_virtual_machine.rb'
71
- autoload :WindowsOsInfo, 'generated/azure_mgmt_devtestlabs/models/windows_os_info.rb'
71
+ autoload :CustomImagePropertiesFromVm, 'generated/azure_mgmt_devtestlabs/models/custom_image_properties_from_vm.rb'
72
72
  autoload :ResponseWithContinuationPolicy, 'generated/azure_mgmt_devtestlabs/models/response_with_continuation_policy.rb'
73
73
  autoload :EvaluatePoliciesProperties, 'generated/azure_mgmt_devtestlabs/models/evaluate_policies_properties.rb'
74
- autoload :ResponseWithContinuationSchedule, 'generated/azure_mgmt_devtestlabs/models/response_with_continuation_schedule.rb'
75
- autoload :PolicyViolation, 'generated/azure_mgmt_devtestlabs/models/policy_violation.rb'
76
- autoload :Schedule, 'generated/azure_mgmt_devtestlabs/models/schedule.rb'
77
- autoload :ApplyArtifactsRequest, 'generated/azure_mgmt_devtestlabs/models/apply_artifacts_request.rb'
78
74
  autoload :WeekDetails, 'generated/azure_mgmt_devtestlabs/models/week_details.rb'
79
- autoload :ResponseWithContinuationVirtualNetwork, 'generated/azure_mgmt_devtestlabs/models/response_with_continuation_virtual_network.rb'
80
- autoload :CustomImagePropertiesCustom, 'generated/azure_mgmt_devtestlabs/models/custom_image_properties_custom.rb'
81
- autoload :VirtualNetwork, 'generated/azure_mgmt_devtestlabs/models/virtual_network.rb'
82
- autoload :LabVirtualMachine, 'generated/azure_mgmt_devtestlabs/models/lab_virtual_machine.rb'
75
+ autoload :EvaluatePoliciesResponse, 'generated/azure_mgmt_devtestlabs/models/evaluate_policies_response.rb'
76
+ autoload :Schedule, 'generated/azure_mgmt_devtestlabs/models/schedule.rb'
77
+ autoload :ArtifactParameterProperties, 'generated/azure_mgmt_devtestlabs/models/artifact_parameter_properties.rb'
78
+ autoload :ResponseWithContinuationSchedule, 'generated/azure_mgmt_devtestlabs/models/response_with_continuation_schedule.rb'
83
79
  autoload :Subnet, 'generated/azure_mgmt_devtestlabs/models/subnet.rb'
84
80
  autoload :CustomImage, 'generated/azure_mgmt_devtestlabs/models/custom_image.rb'
85
81
  autoload :SubnetOverride, 'generated/azure_mgmt_devtestlabs/models/subnet_override.rb'
82
+ autoload :LabVirtualMachine, 'generated/azure_mgmt_devtestlabs/models/lab_virtual_machine.rb'
83
+ autoload :VirtualNetwork, 'generated/azure_mgmt_devtestlabs/models/virtual_network.rb'
84
+ autoload :WindowsOsInfo, 'generated/azure_mgmt_devtestlabs/models/windows_os_info.rb'
85
+ autoload :ResponseWithContinuationVirtualNetwork, 'generated/azure_mgmt_devtestlabs/models/response_with_continuation_virtual_network.rb'
86
86
  autoload :Artifact, 'generated/azure_mgmt_devtestlabs/models/artifact.rb'
87
- autoload :SubscriptionNotification, 'generated/azure_mgmt_devtestlabs/models/subscription_notification.rb'
88
- autoload :EvaluatePoliciesResponse, 'generated/azure_mgmt_devtestlabs/models/evaluate_policies_response.rb'
89
87
  autoload :SubscriptionNotificationProperties, 'generated/azure_mgmt_devtestlabs/models/subscription_notification_properties.rb'
88
+ autoload :PolicyViolation, 'generated/azure_mgmt_devtestlabs/models/policy_violation.rb'
89
+ autoload :SubscriptionNotification, 'generated/azure_mgmt_devtestlabs/models/subscription_notification.rb'
90
90
  autoload :SourceControlType, 'generated/azure_mgmt_devtestlabs/models/source_control_type.rb'
91
91
  autoload :EnableStatus, 'generated/azure_mgmt_devtestlabs/models/enable_status.rb'
92
92
  autoload :LabCostType, 'generated/azure_mgmt_devtestlabs/models/lab_cost_type.rb'
@@ -76,12 +76,11 @@ module Azure::ARM::DevTestLabs
76
76
  # @param base_url [String] the base URI of the service.
77
77
  # @param options [Array] filters to be applied to the HTTP requests.
78
78
  #
79
- def initialize(credentials, base_url = nil, options = nil)
79
+ def initialize(credentials = nil, base_url = nil, options = nil)
80
80
  super(credentials, options)
81
81
  @base_url = base_url || 'https://management.azure.com'
82
82
 
83
- fail ArgumentError, 'credentials is nil' if credentials.nil?
84
- fail ArgumentError, 'invalid type of credentials input parameter' unless credentials.is_a?(MsRest::ServiceClientCredentials)
83
+ fail ArgumentError, 'invalid type of credentials input parameter' unless credentials.is_a?(MsRest::ServiceClientCredentials) unless credentials.nil?
85
84
  @credentials = credentials
86
85
 
87
86
  @lab_operations = LabOperations.new(self)
@@ -105,7 +104,7 @@ module Azure::ARM::DevTestLabs
105
104
 
106
105
  #
107
106
  # Makes a request and returns the body of the response.
108
- # @param method [Symbol] with any of the following values :get, :put, :post, :patch, :delete.
107
+ # @param method [Symbol] with any of the following values :get, :put, :post, :patch, :delete.
109
108
  # @param path [String] the path, relative to {base_url}.
110
109
  # @param options [Hash{String=>String}] specifying any request options like :body.
111
110
  # @return [Hash{String=>String}] containing the body of the response.
@@ -166,7 +165,7 @@ module Azure::ARM::DevTestLabs
166
165
  def add_telemetry
167
166
  sdk_information = 'azure_mgmt_devtestlabs'
168
167
  if defined? Azure::ARM::DevTestLabs::VERSION
169
- sdk_information = "#{sdk_information}/#{Azure::ARM::DevTestLabs::VERSION}"
168
+ sdk_information = "#{sdk_information}/#{Azure::ARM::DevTestLabs::VERSION}"
170
169
  end
171
170
  add_user_agent_information(sdk_information)
172
171
  end
@@ -7,7 +7,7 @@ module Azure::ARM::DevTestLabs
7
7
  module Models
8
8
  #
9
9
  # Model object.
10
- #
10
+ #
11
11
  #
12
12
  class ParameterInfo
13
13
 
@@ -7,7 +7,7 @@ module Azure::ARM::DevTestLabs
7
7
  module Models
8
8
  #
9
9
  # Model object.
10
- #
10
+ #
11
11
  #
12
12
  class Subnet
13
13
 
@@ -7,7 +7,7 @@ module Azure::ARM::DevTestLabs
7
7
  module Models
8
8
  #
9
9
  # Model object.
10
- #
10
+ #
11
11
  #
12
12
  class SubscriptionNotification
13
13
 
@@ -7,7 +7,7 @@ module Azure::ARM::DevTestLabs
7
7
  module Models
8
8
  #
9
9
  # Model object.
10
- #
10
+ #
11
11
  #
12
12
  class SubscriptionNotificationProperties
13
13
 
@@ -4,5 +4,5 @@
4
4
  # regenerated.
5
5
 
6
6
  module Azure::ARM::DevTestLabs
7
- VERSION = '0.8.0'
7
+ VERSION = '0.9.0'
8
8
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: azure_mgmt_devtestlabs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.9.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Microsoft Corporation
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-11-16 00:00:00.000000000 Z
11
+ date: 2017-02-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -72,14 +72,14 @@ dependencies:
72
72
  requirements:
73
73
  - - "~>"
74
74
  - !ruby/object:Gem::Version
75
- version: 0.6.2
75
+ version: 0.7.0
76
76
  type: :runtime
77
77
  prerelease: false
78
78
  version_requirements: !ruby/object:Gem::Requirement
79
79
  requirements:
80
80
  - - "~>"
81
81
  - !ruby/object:Gem::Version
82
- version: 0.6.2
82
+ version: 0.7.0
83
83
  description: Microsoft Azure Dev Test Lab Management Client Library for Ruby
84
84
  email: azrubyteam@microsoft.com
85
85
  executables: []