azure_mgmt_container_service 0.18.0 → 0.18.1

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: 1c5d0476be52083f39f8b2802259446cf3451619
4
- data.tar.gz: 6051767c8ca856b7b972723834986c46c7dd545e
3
+ metadata.gz: 307ea750887253a66baf6dba21078bf7338e6d13
4
+ data.tar.gz: b4b772727edc321cb49a6f5a15e1daf349cf0d7a
5
5
  SHA512:
6
- metadata.gz: 253888a051c2e5d000fa3d3370b8224bee41dee09a6ba36dcec23a090d481f0dff3bf0cffc8c04714a92fdc23e98289de7c98c0ec8c03c73374780fd0a161343
7
- data.tar.gz: 59af4ce3c824f12879281e6917074e797671bad4fea29b7fe3044c6c1820a8ca801306efe050c1fae6de99e9675040aa04cd715a3d5a7bb9dce08c1befa69c37
6
+ metadata.gz: 05d07e10c4fd62ff6272773b56d2c2e087c9c21b11d7f9e59b9c20dfcfe13327e223d4c5fde9460f4bdfc5493fbba2fea1a9607f6c8a918d9eff92a92b6b868b
7
+ data.tar.gz: 11cbaaae17042966e1e5335133f9843978c89b01638c0a20fd67742b95a0e341ccc949611ba359a6c86a6f2a0ed721afd7dc1120e8f30d99705e031692c08063
@@ -126,7 +126,7 @@ module Azure::ContainerService::Mgmt::V2016_03_30
126
126
  #
127
127
  def add_telemetry
128
128
  sdk_information = 'azure_mgmt_container_service'
129
- sdk_information = "#{sdk_information}/0.18.0"
129
+ sdk_information = "#{sdk_information}/0.18.1"
130
130
  add_user_agent_information(sdk_information)
131
131
  end
132
132
  end
@@ -28,6 +28,15 @@ module Azure::ContainerService::Mgmt::V2016_03_30
28
28
  attr_accessor :tags
29
29
 
30
30
 
31
+ # @return [String] the name of the resource group of the resource.
32
+ def resource_group
33
+ unless self.id.nil?
34
+ groups = self.id.match(/.+\/resourceGroups\/([^\/]+)\/.+/)
35
+ groups.captures[0].strip if groups
36
+ end
37
+ end
38
+
39
+
31
40
  #
32
41
  # Mapper for Resource class as Ruby Hash.
33
42
  # This will be used for serialization/deserialization.
@@ -126,7 +126,7 @@ module Azure::ContainerService::Mgmt::V2016_09_30
126
126
  #
127
127
  def add_telemetry
128
128
  sdk_information = 'azure_mgmt_container_service'
129
- sdk_information = "#{sdk_information}/0.18.0"
129
+ sdk_information = "#{sdk_information}/0.18.1"
130
130
  add_user_agent_information(sdk_information)
131
131
  end
132
132
  end
@@ -28,6 +28,15 @@ module Azure::ContainerService::Mgmt::V2016_09_30
28
28
  attr_accessor :tags
29
29
 
30
30
 
31
+ # @return [String] the name of the resource group of the resource.
32
+ def resource_group
33
+ unless self.id.nil?
34
+ groups = self.id.match(/.+\/resourceGroups\/([^\/]+)\/.+/)
35
+ groups.captures[0].strip if groups
36
+ end
37
+ end
38
+
39
+
31
40
  #
32
41
  # Mapper for Resource class as Ruby Hash.
33
42
  # This will be used for serialization/deserialization.
@@ -126,7 +126,7 @@ module Azure::ContainerService::Mgmt::V2017_01_31
126
126
  #
127
127
  def add_telemetry
128
128
  sdk_information = 'azure_mgmt_container_service'
129
- sdk_information = "#{sdk_information}/0.18.0"
129
+ sdk_information = "#{sdk_information}/0.18.1"
130
130
  add_user_agent_information(sdk_information)
131
131
  end
132
132
  end
@@ -28,6 +28,15 @@ module Azure::ContainerService::Mgmt::V2017_01_31
28
28
  attr_accessor :tags
29
29
 
30
30
 
31
+ # @return [String] the name of the resource group of the resource.
32
+ def resource_group
33
+ unless self.id.nil?
34
+ groups = self.id.match(/.+\/resourceGroups\/([^\/]+)\/.+/)
35
+ groups.captures[0].strip if groups
36
+ end
37
+ end
38
+
39
+
31
40
  #
32
41
  # Mapper for Resource class as Ruby Hash.
33
42
  # This will be used for serialization/deserialization.
@@ -126,7 +126,7 @@ module Azure::ContainerService::Mgmt::V2017_07_01
126
126
  #
127
127
  def add_telemetry
128
128
  sdk_information = 'azure_mgmt_container_service'
129
- sdk_information = "#{sdk_information}/0.18.0"
129
+ sdk_information = "#{sdk_information}/0.18.1"
130
130
  add_user_agent_information(sdk_information)
131
131
  end
132
132
  end
@@ -28,6 +28,15 @@ module Azure::ContainerService::Mgmt::V2017_07_01
28
28
  attr_accessor :tags
29
29
 
30
30
 
31
+ # @return [String] the name of the resource group of the resource.
32
+ def resource_group
33
+ unless self.id.nil?
34
+ groups = self.id.match(/.+\/resourceGroups\/([^\/]+)\/.+/)
35
+ groups.captures[0].strip if groups
36
+ end
37
+ end
38
+
39
+
31
40
  #
32
41
  # Mapper for Resource class as Ruby Hash.
33
42
  # This will be used for serialization/deserialization.
@@ -126,7 +126,7 @@ module Azure::ContainerService::Mgmt::V2017_08_31
126
126
  #
127
127
  def add_telemetry
128
128
  sdk_information = 'azure_mgmt_container_service'
129
- sdk_information = "#{sdk_information}/0.18.0"
129
+ sdk_information = "#{sdk_information}/0.18.1"
130
130
  add_user_agent_information(sdk_information)
131
131
  end
132
132
  end
@@ -28,6 +28,15 @@ module Azure::ContainerService::Mgmt::V2017_08_31
28
28
  attr_accessor :tags
29
29
 
30
30
 
31
+ # @return [String] the name of the resource group of the resource.
32
+ def resource_group
33
+ unless self.id.nil?
34
+ groups = self.id.match(/.+\/resourceGroups\/([^\/]+)\/.+/)
35
+ groups.captures[0].strip if groups
36
+ end
37
+ end
38
+
39
+
31
40
  #
32
41
  # Mapper for Resource class as Ruby Hash.
33
42
  # This will be used for serialization/deserialization.
@@ -126,7 +126,7 @@ module Azure::ContainerService::Mgmt::V2017_09_30
126
126
  #
127
127
  def add_telemetry
128
128
  sdk_information = 'azure_mgmt_container_service'
129
- sdk_information = "#{sdk_information}/0.18.0"
129
+ sdk_information = "#{sdk_information}/0.18.1"
130
130
  add_user_agent_information(sdk_information)
131
131
  end
132
132
  end
@@ -130,7 +130,7 @@ module Azure::ContainerService::Mgmt::V2018_03_31
130
130
  #
131
131
  def add_telemetry
132
132
  sdk_information = 'azure_mgmt_container_service'
133
- sdk_information = "#{sdk_information}/0.18.0"
133
+ sdk_information = "#{sdk_information}/0.18.1"
134
134
  add_user_agent_information(sdk_information)
135
135
  end
136
136
  end
@@ -28,6 +28,15 @@ module Azure::ContainerService::Mgmt::V2018_03_31
28
28
  attr_accessor :tags
29
29
 
30
30
 
31
+ # @return [String] the name of the resource group of the resource.
32
+ def resource_group
33
+ unless self.id.nil?
34
+ groups = self.id.match(/.+\/resourceGroups\/([^\/]+)\/.+/)
35
+ groups.captures[0].strip if groups
36
+ end
37
+ end
38
+
39
+
31
40
  #
32
41
  # Mapper for Resource class as Ruby Hash.
33
42
  # This will be used for serialization/deserialization.
@@ -3,5 +3,5 @@
3
3
  # Licensed under the MIT License. See License.txt in the project root for license information.
4
4
 
5
5
  module Azure::ContainerService::Mgmt
6
- VERSION = '0.18.0'
6
+ VERSION = '0.18.1'
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: azure_mgmt_container_service
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.18.0
4
+ version: 0.18.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Microsoft Corporation
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-07-31 00:00:00.000000000 Z
11
+ date: 2018-09-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler