azure_mgmt_devtestlabs 0.4.0 → 0.5.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 57685bf23c6c76b797052bfbb41ea1012390462d
4
- data.tar.gz: a395dbe5b5fe2341f4ba6fbd2a55a6aa9a4bc7bc
3
+ metadata.gz: f4e2d581997fff2e52a0072718ef4b39b44927c9
4
+ data.tar.gz: cf570557b18fa34e252dde77d191fe1058f49b80
5
5
  SHA512:
6
- metadata.gz: 6ea7d973aeb228b336e2ad2b47b74874ef51b55449850594108ccb312fa5ebc789c9ff3e5b7d3db9012137476062b2dabee8239221db7357e424fdeb340d6468
7
- data.tar.gz: 40fcc543c83915ca5a0c6b138e54f74ee42e1f2b83e942fc38e58bf4fca222a949289422f56d6f33406ed7e98b4d6773505e6b36cea1b78579a3cbde7787aefc
6
+ metadata.gz: f89f48bfe7bd9a0b6aa742e3441759b068d99dc4671e3c9049eaa4cb59ecd1cefe5dff18c08e4ce8138429c90e7bbc01826390c478ccec8dcb62a450dfa70b30
7
+ data.tar.gz: bfec42e05b13eecdfd0fe13feb3b1481835f3a96c1182a1374adada2a60553eed253ff5f1c0dbed554b57fc23f7bab74d9277b84a032e9999ac002c05b8d7ccc
@@ -30,5 +30,5 @@ Gem::Specification.new do |spec|
30
30
  spec.add_development_dependency 'rspec', '~> 3'
31
31
  spec.add_development_dependency 'dotenv', '~> 2'
32
32
 
33
- spec.add_runtime_dependency 'ms_rest_azure', '~> 0.3.0'
33
+ spec.add_runtime_dependency 'ms_rest_azure', '~> 0.4.0'
34
34
  end
@@ -19,7 +19,7 @@ module Azure::ARM::DevTestLabs
19
19
  @client = client
20
20
  end
21
21
 
22
- # @return reference to the DevTestLabsClient
22
+ # @return [DevTestLabsClient] reference to the DevTestLabsClient
23
23
  attr_reader :client
24
24
 
25
25
  #
@@ -19,7 +19,7 @@ module Azure::ARM::DevTestLabs
19
19
  @client = client
20
20
  end
21
21
 
22
- # @return reference to the DevTestLabsClient
22
+ # @return [DevTestLabsClient] reference to the DevTestLabsClient
23
23
  attr_reader :client
24
24
 
25
25
  #
@@ -19,7 +19,7 @@ module Azure::ARM::DevTestLabs
19
19
  @client = client
20
20
  end
21
21
 
22
- # @return reference to the DevTestLabsClient
22
+ # @return [DevTestLabsClient] reference to the DevTestLabsClient
23
23
  attr_reader :client
24
24
 
25
25
  #
@@ -19,7 +19,7 @@ module Azure::ARM::DevTestLabs
19
19
  @client = client
20
20
  end
21
21
 
22
- # @return reference to the DevTestLabsClient
22
+ # @return [DevTestLabsClient] reference to the DevTestLabsClient
23
23
  attr_reader :client
24
24
 
25
25
  #
@@ -8,8 +8,8 @@ module Azure::ARM::DevTestLabs
8
8
  # A service client - single point of access to the REST API.
9
9
  #
10
10
  class DevTestLabsClient < MsRestAzure::AzureServiceClient
11
- include MsRest::Serialization
12
11
  include MsRestAzure
12
+ include MsRestAzure::Serialization
13
13
 
14
14
  # @return [String] the base URI of the service.
15
15
  attr_accessor :base_url
@@ -19,7 +19,7 @@ module Azure::ARM::DevTestLabs
19
19
  @client = client
20
20
  end
21
21
 
22
- # @return reference to the DevTestLabsClient
22
+ # @return [DevTestLabsClient] reference to the DevTestLabsClient
23
23
  attr_reader :client
24
24
 
25
25
  #
@@ -19,7 +19,7 @@ module Azure::ARM::DevTestLabs
19
19
  @client = client
20
20
  end
21
21
 
22
- # @return reference to the DevTestLabsClient
22
+ # @return [DevTestLabsClient] reference to the DevTestLabsClient
23
23
  attr_reader :client
24
24
 
25
25
  #
@@ -19,7 +19,7 @@ module Azure::ARM::DevTestLabs
19
19
  @client = client
20
20
  end
21
21
 
22
- # @return reference to the DevTestLabsClient
22
+ # @return [DevTestLabsClient] reference to the DevTestLabsClient
23
23
  attr_reader :client
24
24
 
25
25
  #
@@ -19,7 +19,7 @@ module Azure::ARM::DevTestLabs
19
19
  @client = client
20
20
  end
21
21
 
22
- # @return reference to the DevTestLabsClient
22
+ # @return [DevTestLabsClient] reference to the DevTestLabsClient
23
23
  attr_reader :client
24
24
 
25
25
  #
@@ -19,7 +19,7 @@ module Azure::ARM::DevTestLabs
19
19
  @client = client
20
20
  end
21
21
 
22
- # @return reference to the DevTestLabsClient
22
+ # @return [DevTestLabsClient] reference to the DevTestLabsClient
23
23
  attr_reader :client
24
24
 
25
25
  #
@@ -19,7 +19,7 @@ module Azure::ARM::DevTestLabs
19
19
  @client = client
20
20
  end
21
21
 
22
- # @return reference to the DevTestLabsClient
22
+ # @return [DevTestLabsClient] reference to the DevTestLabsClient
23
23
  attr_reader :client
24
24
 
25
25
  #
@@ -4,5 +4,5 @@
4
4
  # regenerated.
5
5
 
6
6
  module Azure::ARM::DevTestLabs
7
- VERSION = '0.4.0'
7
+ VERSION = '0.5.0'
8
8
  end
@@ -19,7 +19,7 @@ module Azure::ARM::DevTestLabs
19
19
  @client = client
20
20
  end
21
21
 
22
- # @return reference to the DevTestLabsClient
22
+ # @return [DevTestLabsClient] reference to the DevTestLabsClient
23
23
  attr_reader :client
24
24
 
25
25
  #
@@ -19,7 +19,7 @@ module Azure::ARM::DevTestLabs
19
19
  @client = client
20
20
  end
21
21
 
22
- # @return reference to the DevTestLabsClient
22
+ # @return [DevTestLabsClient] reference to the DevTestLabsClient
23
23
  attr_reader :client
24
24
 
25
25
  #
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.4.0
4
+ version: 0.5.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-07-22 00:00:00.000000000 Z
11
+ date: 2016-08-11 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.3.0
75
+ version: 0.4.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.3.0
82
+ version: 0.4.0
83
83
  description: Microsoft Azure Dev Test Lab Management Client Library for Ruby
84
84
  email: azrubyteam@microsoft.com
85
85
  executables: []