azure_mgmt_web 0.17.0 → 0.17.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
- SHA1:
3
- metadata.gz: 89c2060b91c9dcc11748d054b18f0e13395ca436
4
- data.tar.gz: e32f385979efc5a7e3057c6904af81fc190ad19f
2
+ SHA256:
3
+ metadata.gz: b52b1fb7e82b485e86375e92ef6fcdf5d08b5fc634a0035f5ff429d0d5812091
4
+ data.tar.gz: 5eebbd6ce85bee771e9e535b9c08b121d7bad0f5bba126a272760624f3f0d4cc
5
5
  SHA512:
6
- metadata.gz: 0775f30f86ec2672df825e0b7ec776b54052a4055a4772144981a5158e8b9a5f1e2b3a3c648c06ff10afe6787473eb0433cec56a5dddd78b8cc8a860186d3c60
7
- data.tar.gz: b170121e694ec37da4d4cdab0fca5d320fef0e530e7bf2f2ea2c31c82c57b6be47cf30f953f4136c309ca1859d3192e2410d89592d4b7bb308349bffb77690e6
6
+ metadata.gz: dff05dbeb88c244f09a8fd5daeae7e59a1e9266a5abbc85217984890f7f2f3d61b14f3cf9c8ee5e0732d7b06bc26a8c6d3873810e238bb7a8d328df382e0bdc5
7
+ data.tar.gz: bdf1b6acb0b1bc9e4c3226f36c5df740606e0e5573007d98839ca24c9fd27cab46ddd7e6efc18f2c6cf77317abc0c89d962bd20b968a5cae9ffb5f50abcd72e1
@@ -31,6 +31,15 @@ module Azure::Web::Mgmt::V2015_04_01
31
31
  attr_accessor :tags
32
32
 
33
33
 
34
+ # @return [String] the name of the resource group of the resource.
35
+ def resource_group
36
+ unless self.id.nil?
37
+ groups = self.id.match(/.+\/resourceGroups\/([^\/]+)\/.+/)
38
+ groups.captures[0].strip if groups
39
+ end
40
+ end
41
+
42
+
34
43
  #
35
44
  # Mapper for Resource class as Ruby Hash.
36
45
  # This will be used for serialization/deserialization.
@@ -133,7 +133,7 @@ module Azure::Web::Mgmt::V2015_04_01
133
133
  #
134
134
  def add_telemetry
135
135
  sdk_information = 'azure_mgmt_web'
136
- sdk_information = "#{sdk_information}/0.17.0"
136
+ sdk_information = "#{sdk_information}/0.17.1"
137
137
  add_user_agent_information(sdk_information)
138
138
  end
139
139
  end
@@ -31,6 +31,15 @@ module Azure::Web::Mgmt::V2015_08_01
31
31
  attr_accessor :tags
32
32
 
33
33
 
34
+ # @return [String] the name of the resource group of the resource.
35
+ def resource_group
36
+ unless self.id.nil?
37
+ groups = self.id.match(/.+\/resourceGroups\/([^\/]+)\/.+/)
38
+ groups.captures[0].strip if groups
39
+ end
40
+ end
41
+
42
+
34
43
  #
35
44
  # Mapper for Resource class as Ruby Hash.
36
45
  # This will be used for serialization/deserialization.
@@ -130,7 +130,7 @@ module Azure::Web::Mgmt::V2015_08_01
130
130
  #
131
131
  def add_telemetry
132
132
  sdk_information = 'azure_mgmt_web'
133
- sdk_information = "#{sdk_information}/0.17.0"
133
+ sdk_information = "#{sdk_information}/0.17.1"
134
134
  add_user_agent_information(sdk_information)
135
135
  end
136
136
  end
@@ -31,6 +31,15 @@ module Azure::Web::Mgmt::V2016_03_01
31
31
  attr_accessor :tags
32
32
 
33
33
 
34
+ # @return [String] the name of the resource group of the resource.
35
+ def resource_group
36
+ unless self.id.nil?
37
+ groups = self.id.match(/.+\/resourceGroups\/([^\/]+)\/.+/)
38
+ groups.captures[0].strip if groups
39
+ end
40
+ end
41
+
42
+
34
43
  #
35
44
  # Mapper for Resource class as Ruby Hash.
36
45
  # This will be used for serialization/deserialization.
@@ -2379,7 +2379,7 @@ module Azure::Web::Mgmt::V2016_03_01
2379
2379
  #
2380
2380
  def add_telemetry
2381
2381
  sdk_information = 'azure_mgmt_web'
2382
- sdk_information = "#{sdk_information}/0.17.0"
2382
+ sdk_information = "#{sdk_information}/0.17.1"
2383
2383
  add_user_agent_information(sdk_information)
2384
2384
  end
2385
2385
  end
@@ -31,6 +31,15 @@ module Azure::Web::Mgmt::V2016_08_01
31
31
  attr_accessor :tags
32
32
 
33
33
 
34
+ # @return [String] the name of the resource group of the resource.
35
+ def resource_group
36
+ unless self.id.nil?
37
+ groups = self.id.match(/.+\/resourceGroups\/([^\/]+)\/.+/)
38
+ groups.captures[0].strip if groups
39
+ end
40
+ end
41
+
42
+
34
43
  #
35
44
  # Mapper for Resource class as Ruby Hash.
36
45
  # This will be used for serialization/deserialization.
@@ -125,7 +125,7 @@ module Azure::Web::Mgmt::V2016_08_01
125
125
  #
126
126
  def add_telemetry
127
127
  sdk_information = 'azure_mgmt_web'
128
- sdk_information = "#{sdk_information}/0.17.0"
128
+ sdk_information = "#{sdk_information}/0.17.1"
129
129
  add_user_agent_information(sdk_information)
130
130
  end
131
131
  end
@@ -31,6 +31,15 @@ module Azure::Web::Mgmt::V2016_09_01
31
31
  attr_accessor :tags
32
32
 
33
33
 
34
+ # @return [String] the name of the resource group of the resource.
35
+ def resource_group
36
+ unless self.id.nil?
37
+ groups = self.id.match(/.+\/resourceGroups\/([^\/]+)\/.+/)
38
+ groups.captures[0].strip if groups
39
+ end
40
+ end
41
+
42
+
34
43
  #
35
44
  # Mapper for Resource class as Ruby Hash.
36
45
  # This will be used for serialization/deserialization.
@@ -129,7 +129,7 @@ module Azure::Web::Mgmt::V2016_09_01
129
129
  #
130
130
  def add_telemetry
131
131
  sdk_information = 'azure_mgmt_web'
132
- sdk_information = "#{sdk_information}/0.17.0"
132
+ sdk_information = "#{sdk_information}/0.17.1"
133
133
  add_user_agent_information(sdk_information)
134
134
  end
135
135
  end
@@ -31,6 +31,15 @@ module Azure::Web::Mgmt::V2018_02_01
31
31
  attr_accessor :tags
32
32
 
33
33
 
34
+ # @return [String] the name of the resource group of the resource.
35
+ def resource_group
36
+ unless self.id.nil?
37
+ groups = self.id.match(/.+\/resourceGroups\/([^\/]+)\/.+/)
38
+ groups.captures[0].strip if groups
39
+ end
40
+ end
41
+
42
+
34
43
  #
35
44
  # Mapper for Resource class as Ruby Hash.
36
45
  # This will be used for serialization/deserialization.
@@ -2694,7 +2694,7 @@ module Azure::Web::Mgmt::V2018_02_01
2694
2694
  #
2695
2695
  def add_telemetry
2696
2696
  sdk_information = 'azure_mgmt_web'
2697
- sdk_information = "#{sdk_information}/0.17.0"
2697
+ sdk_information = "#{sdk_information}/0.17.1"
2698
2698
  add_user_agent_information(sdk_information)
2699
2699
  end
2700
2700
  end
@@ -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::Web::Mgmt
6
- VERSION = '0.17.0'
6
+ VERSION = '0.17.1'
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: azure_mgmt_web
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.17.0
4
+ version: 0.17.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
@@ -1111,7 +1111,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
1111
1111
  version: '0'
1112
1112
  requirements: []
1113
1113
  rubyforge_project:
1114
- rubygems_version: 2.5.1
1114
+ rubygems_version: 2.7.6
1115
1115
  signing_key:
1116
1116
  specification_version: 4
1117
1117
  summary: Official Ruby client library to consume Microsoft Azure Web Apps Management