azure_mgmt_network 0.17.1 → 0.17.2
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 +5 -5
- data/lib/2015-05-01-preview/generated/azure_mgmt_network/models/resource.rb +9 -0
- data/lib/2015-05-01-preview/generated/azure_mgmt_network/network_management_client.rb +1 -1
- data/lib/2015-06-15/generated/azure_mgmt_network/models/resource.rb +9 -0
- data/lib/2015-06-15/generated/azure_mgmt_network/network_management_client.rb +1 -1
- data/lib/2016-03-30/generated/azure_mgmt_network/models/resource.rb +9 -0
- data/lib/2016-03-30/generated/azure_mgmt_network/network_management_client.rb +1 -1
- data/lib/2016-06-01/generated/azure_mgmt_network/models/resource.rb +9 -0
- data/lib/2016-06-01/generated/azure_mgmt_network/network_management_client.rb +1 -1
- data/lib/2016-09-01/generated/azure_mgmt_network/models/resource.rb +9 -0
- data/lib/2016-09-01/generated/azure_mgmt_network/network_management_client.rb +1 -1
- data/lib/2016-12-01/generated/azure_mgmt_network/models/resource.rb +9 -0
- data/lib/2016-12-01/generated/azure_mgmt_network/network_management_client.rb +1 -1
- data/lib/2017-03-01/generated/azure_mgmt_network/models/resource.rb +9 -0
- data/lib/2017-03-01/generated/azure_mgmt_network/network_management_client.rb +1 -1
- data/lib/2017-03-30/generated/azure_mgmt_network/models/resource.rb +9 -0
- data/lib/2017-03-30/generated/azure_mgmt_network/network_management_client.rb +1 -1
- data/lib/2017-09-01/generated/azure_mgmt_network/models/resource.rb +9 -0
- data/lib/2017-09-01/generated/azure_mgmt_network/network_management_client.rb +1 -1
- data/lib/2017-10-01/generated/azure_mgmt_network/models/resource.rb +9 -0
- data/lib/2017-10-01/generated/azure_mgmt_network/network_management_client.rb +1 -1
- data/lib/2017-11-01/generated/azure_mgmt_network/models/resource.rb +9 -0
- data/lib/2017-11-01/generated/azure_mgmt_network/network_management_client.rb +1 -1
- data/lib/2018-01-01/generated/azure_mgmt_network/models/resource.rb +9 -0
- data/lib/2018-01-01/generated/azure_mgmt_network/network_management_client.rb +1 -1
- data/lib/2018-02-01/generated/azure_mgmt_network/models/resource.rb +9 -0
- data/lib/2018-02-01/generated/azure_mgmt_network/network_management_client.rb +1 -1
- data/lib/2018-04-01/generated/azure_mgmt_network/models/resource.rb +9 -0
- data/lib/2018-04-01/generated/azure_mgmt_network/network_management_client.rb +1 -1
- data/lib/2018-06-01/generated/azure_mgmt_network/models/resource.rb +9 -0
- data/lib/2018-06-01/generated/azure_mgmt_network/network_management_client.rb +1 -1
- data/lib/2018-07-01/generated/azure_mgmt_network/models/resource.rb +9 -0
- data/lib/2018-07-01/generated/azure_mgmt_network/network_management_client.rb +1 -1
- data/lib/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: ee50f78025ad569dd253337ec7aed8807ec89358b0be9ee39c03834485dcb3b6
|
|
4
|
+
data.tar.gz: 78a752fef4b001a684ac259d51d45d7c13c7b5264a6a7fc7f1ab18c129d6d801
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 06a14b4c4063905370cd0a9552c89e7d70280856551a287752248cf11ba1b90620e1b0386aced7008d2f7957a5d46bf04bc180ac681068fe5e5f4b46a08471d7
|
|
7
|
+
data.tar.gz: 9f2cadfa1641ebdaeea34c77ef08546fc6e6bedb2efb8da28fe083047e1d8aea6988ed16bf1925be1a226550837aa8c5a68c1056fcd3aeea8ae4bcecee4493a7
|
|
@@ -29,6 +29,15 @@ module Azure::Network::Mgmt::V2015_05_01_preview
|
|
|
29
29
|
attr_accessor :tags
|
|
30
30
|
|
|
31
31
|
|
|
32
|
+
# @return [String] the name of the resource group of the resource.
|
|
33
|
+
def resource_group
|
|
34
|
+
unless self.id.nil?
|
|
35
|
+
groups = self.id.match(/.+\/resourceGroups\/([^\/]+)\/.+/)
|
|
36
|
+
groups.captures[0].strip if groups
|
|
37
|
+
end
|
|
38
|
+
end
|
|
39
|
+
|
|
40
|
+
|
|
32
41
|
#
|
|
33
42
|
# Mapper for Resource class as Ruby Hash.
|
|
34
43
|
# This will be used for serialization/deserialization.
|
|
@@ -290,7 +290,7 @@ module Azure::Network::Mgmt::V2015_05_01_preview
|
|
|
290
290
|
#
|
|
291
291
|
def add_telemetry
|
|
292
292
|
sdk_information = 'azure_mgmt_network'
|
|
293
|
-
sdk_information = "#{sdk_information}/0.17.
|
|
293
|
+
sdk_information = "#{sdk_information}/0.17.2"
|
|
294
294
|
add_user_agent_information(sdk_information)
|
|
295
295
|
end
|
|
296
296
|
end
|
|
@@ -28,6 +28,15 @@ module Azure::Network::Mgmt::V2015_06_15
|
|
|
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.
|
|
@@ -290,7 +290,7 @@ module Azure::Network::Mgmt::V2015_06_15
|
|
|
290
290
|
#
|
|
291
291
|
def add_telemetry
|
|
292
292
|
sdk_information = 'azure_mgmt_network'
|
|
293
|
-
sdk_information = "#{sdk_information}/0.17.
|
|
293
|
+
sdk_information = "#{sdk_information}/0.17.2"
|
|
294
294
|
add_user_agent_information(sdk_information)
|
|
295
295
|
end
|
|
296
296
|
end
|
|
@@ -29,6 +29,15 @@ module Azure::Network::Mgmt::V2016_03_30
|
|
|
29
29
|
attr_accessor :tags
|
|
30
30
|
|
|
31
31
|
|
|
32
|
+
# @return [String] the name of the resource group of the resource.
|
|
33
|
+
def resource_group
|
|
34
|
+
unless self.id.nil?
|
|
35
|
+
groups = self.id.match(/.+\/resourceGroups\/([^\/]+)\/.+/)
|
|
36
|
+
groups.captures[0].strip if groups
|
|
37
|
+
end
|
|
38
|
+
end
|
|
39
|
+
|
|
40
|
+
|
|
32
41
|
#
|
|
33
42
|
# Mapper for Resource class as Ruby Hash.
|
|
34
43
|
# This will be used for serialization/deserialization.
|
|
@@ -290,7 +290,7 @@ module Azure::Network::Mgmt::V2016_03_30
|
|
|
290
290
|
#
|
|
291
291
|
def add_telemetry
|
|
292
292
|
sdk_information = 'azure_mgmt_network'
|
|
293
|
-
sdk_information = "#{sdk_information}/0.17.
|
|
293
|
+
sdk_information = "#{sdk_information}/0.17.2"
|
|
294
294
|
add_user_agent_information(sdk_information)
|
|
295
295
|
end
|
|
296
296
|
end
|
|
@@ -29,6 +29,15 @@ module Azure::Network::Mgmt::V2016_06_01
|
|
|
29
29
|
attr_accessor :tags
|
|
30
30
|
|
|
31
31
|
|
|
32
|
+
# @return [String] the name of the resource group of the resource.
|
|
33
|
+
def resource_group
|
|
34
|
+
unless self.id.nil?
|
|
35
|
+
groups = self.id.match(/.+\/resourceGroups\/([^\/]+)\/.+/)
|
|
36
|
+
groups.captures[0].strip if groups
|
|
37
|
+
end
|
|
38
|
+
end
|
|
39
|
+
|
|
40
|
+
|
|
32
41
|
#
|
|
33
42
|
# Mapper for Resource class as Ruby Hash.
|
|
34
43
|
# This will be used for serialization/deserialization.
|
|
@@ -294,7 +294,7 @@ module Azure::Network::Mgmt::V2016_06_01
|
|
|
294
294
|
#
|
|
295
295
|
def add_telemetry
|
|
296
296
|
sdk_information = 'azure_mgmt_network'
|
|
297
|
-
sdk_information = "#{sdk_information}/0.17.
|
|
297
|
+
sdk_information = "#{sdk_information}/0.17.2"
|
|
298
298
|
add_user_agent_information(sdk_information)
|
|
299
299
|
end
|
|
300
300
|
end
|
|
@@ -29,6 +29,15 @@ module Azure::Network::Mgmt::V2016_09_01
|
|
|
29
29
|
attr_accessor :tags
|
|
30
30
|
|
|
31
31
|
|
|
32
|
+
# @return [String] the name of the resource group of the resource.
|
|
33
|
+
def resource_group
|
|
34
|
+
unless self.id.nil?
|
|
35
|
+
groups = self.id.match(/.+\/resourceGroups\/([^\/]+)\/.+/)
|
|
36
|
+
groups.captures[0].strip if groups
|
|
37
|
+
end
|
|
38
|
+
end
|
|
39
|
+
|
|
40
|
+
|
|
32
41
|
#
|
|
33
42
|
# Mapper for Resource class as Ruby Hash.
|
|
34
43
|
# This will be used for serialization/deserialization.
|
|
@@ -302,7 +302,7 @@ module Azure::Network::Mgmt::V2016_09_01
|
|
|
302
302
|
#
|
|
303
303
|
def add_telemetry
|
|
304
304
|
sdk_information = 'azure_mgmt_network'
|
|
305
|
-
sdk_information = "#{sdk_information}/0.17.
|
|
305
|
+
sdk_information = "#{sdk_information}/0.17.2"
|
|
306
306
|
add_user_agent_information(sdk_information)
|
|
307
307
|
end
|
|
308
308
|
end
|
|
@@ -29,6 +29,15 @@ module Azure::Network::Mgmt::V2016_12_01
|
|
|
29
29
|
attr_accessor :tags
|
|
30
30
|
|
|
31
31
|
|
|
32
|
+
# @return [String] the name of the resource group of the resource.
|
|
33
|
+
def resource_group
|
|
34
|
+
unless self.id.nil?
|
|
35
|
+
groups = self.id.match(/.+\/resourceGroups\/([^\/]+)\/.+/)
|
|
36
|
+
groups.captures[0].strip if groups
|
|
37
|
+
end
|
|
38
|
+
end
|
|
39
|
+
|
|
40
|
+
|
|
32
41
|
#
|
|
33
42
|
# Mapper for Resource class as Ruby Hash.
|
|
34
43
|
# This will be used for serialization/deserialization.
|
|
@@ -314,7 +314,7 @@ module Azure::Network::Mgmt::V2016_12_01
|
|
|
314
314
|
#
|
|
315
315
|
def add_telemetry
|
|
316
316
|
sdk_information = 'azure_mgmt_network'
|
|
317
|
-
sdk_information = "#{sdk_information}/0.17.
|
|
317
|
+
sdk_information = "#{sdk_information}/0.17.2"
|
|
318
318
|
add_user_agent_information(sdk_information)
|
|
319
319
|
end
|
|
320
320
|
end
|
|
@@ -29,6 +29,15 @@ module Azure::Network::Mgmt::V2017_03_01
|
|
|
29
29
|
attr_accessor :tags
|
|
30
30
|
|
|
31
31
|
|
|
32
|
+
# @return [String] the name of the resource group of the resource.
|
|
33
|
+
def resource_group
|
|
34
|
+
unless self.id.nil?
|
|
35
|
+
groups = self.id.match(/.+\/resourceGroups\/([^\/]+)\/.+/)
|
|
36
|
+
groups.captures[0].strip if groups
|
|
37
|
+
end
|
|
38
|
+
end
|
|
39
|
+
|
|
40
|
+
|
|
32
41
|
#
|
|
33
42
|
# Mapper for Resource class as Ruby Hash.
|
|
34
43
|
# This will be used for serialization/deserialization.
|
|
@@ -314,7 +314,7 @@ module Azure::Network::Mgmt::V2017_03_01
|
|
|
314
314
|
#
|
|
315
315
|
def add_telemetry
|
|
316
316
|
sdk_information = 'azure_mgmt_network'
|
|
317
|
-
sdk_information = "#{sdk_information}/0.17.
|
|
317
|
+
sdk_information = "#{sdk_information}/0.17.2"
|
|
318
318
|
add_user_agent_information(sdk_information)
|
|
319
319
|
end
|
|
320
320
|
end
|
|
@@ -28,6 +28,15 @@ module Azure::Network::Mgmt::V2017_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::Network::Mgmt::V2017_03_30
|
|
|
126
126
|
#
|
|
127
127
|
def add_telemetry
|
|
128
128
|
sdk_information = 'azure_mgmt_network'
|
|
129
|
-
sdk_information = "#{sdk_information}/0.17.
|
|
129
|
+
sdk_information = "#{sdk_information}/0.17.2"
|
|
130
130
|
add_user_agent_information(sdk_information)
|
|
131
131
|
end
|
|
132
132
|
end
|
|
@@ -28,6 +28,15 @@ module Azure::Network::Mgmt::V2017_09_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.
|
|
@@ -370,7 +370,7 @@ module Azure::Network::Mgmt::V2017_09_01
|
|
|
370
370
|
#
|
|
371
371
|
def add_telemetry
|
|
372
372
|
sdk_information = 'azure_mgmt_network'
|
|
373
|
-
sdk_information = "#{sdk_information}/0.17.
|
|
373
|
+
sdk_information = "#{sdk_information}/0.17.2"
|
|
374
374
|
add_user_agent_information(sdk_information)
|
|
375
375
|
end
|
|
376
376
|
end
|
|
@@ -28,6 +28,15 @@ module Azure::Network::Mgmt::V2017_10_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.
|
|
@@ -374,7 +374,7 @@ module Azure::Network::Mgmt::V2017_10_01
|
|
|
374
374
|
#
|
|
375
375
|
def add_telemetry
|
|
376
376
|
sdk_information = 'azure_mgmt_network'
|
|
377
|
-
sdk_information = "#{sdk_information}/0.17.
|
|
377
|
+
sdk_information = "#{sdk_information}/0.17.2"
|
|
378
378
|
add_user_agent_information(sdk_information)
|
|
379
379
|
end
|
|
380
380
|
end
|
|
@@ -28,6 +28,15 @@ module Azure::Network::Mgmt::V2017_11_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.
|
|
@@ -374,7 +374,7 @@ module Azure::Network::Mgmt::V2017_11_01
|
|
|
374
374
|
#
|
|
375
375
|
def add_telemetry
|
|
376
376
|
sdk_information = 'azure_mgmt_network'
|
|
377
|
-
sdk_information = "#{sdk_information}/0.17.
|
|
377
|
+
sdk_information = "#{sdk_information}/0.17.2"
|
|
378
378
|
add_user_agent_information(sdk_information)
|
|
379
379
|
end
|
|
380
380
|
end
|
|
@@ -28,6 +28,15 @@ module Azure::Network::Mgmt::V2018_01_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.
|
|
@@ -374,7 +374,7 @@ module Azure::Network::Mgmt::V2018_01_01
|
|
|
374
374
|
#
|
|
375
375
|
def add_telemetry
|
|
376
376
|
sdk_information = 'azure_mgmt_network'
|
|
377
|
-
sdk_information = "#{sdk_information}/0.17.
|
|
377
|
+
sdk_information = "#{sdk_information}/0.17.2"
|
|
378
378
|
add_user_agent_information(sdk_information)
|
|
379
379
|
end
|
|
380
380
|
end
|
|
@@ -28,6 +28,15 @@ module Azure::Network::Mgmt::V2018_02_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.
|
|
@@ -392,7 +392,7 @@ module Azure::Network::Mgmt::V2018_02_01
|
|
|
392
392
|
#
|
|
393
393
|
def add_telemetry
|
|
394
394
|
sdk_information = 'azure_mgmt_network'
|
|
395
|
-
sdk_information = "#{sdk_information}/0.17.
|
|
395
|
+
sdk_information = "#{sdk_information}/0.17.2"
|
|
396
396
|
add_user_agent_information(sdk_information)
|
|
397
397
|
end
|
|
398
398
|
end
|
|
@@ -28,6 +28,15 @@ module Azure::Network::Mgmt::V2018_04_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.
|
|
@@ -424,7 +424,7 @@ module Azure::Network::Mgmt::V2018_04_01
|
|
|
424
424
|
#
|
|
425
425
|
def add_telemetry
|
|
426
426
|
sdk_information = 'azure_mgmt_network'
|
|
427
|
-
sdk_information = "#{sdk_information}/0.17.
|
|
427
|
+
sdk_information = "#{sdk_information}/0.17.2"
|
|
428
428
|
add_user_agent_information(sdk_information)
|
|
429
429
|
end
|
|
430
430
|
end
|
|
@@ -28,6 +28,15 @@ module Azure::Network::Mgmt::V2018_06_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.
|
|
@@ -424,7 +424,7 @@ module Azure::Network::Mgmt::V2018_06_01
|
|
|
424
424
|
#
|
|
425
425
|
def add_telemetry
|
|
426
426
|
sdk_information = 'azure_mgmt_network'
|
|
427
|
-
sdk_information = "#{sdk_information}/0.17.
|
|
427
|
+
sdk_information = "#{sdk_information}/0.17.2"
|
|
428
428
|
add_user_agent_information(sdk_information)
|
|
429
429
|
end
|
|
430
430
|
end
|
|
@@ -28,6 +28,15 @@ module Azure::Network::Mgmt::V2018_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.
|
|
@@ -437,7 +437,7 @@ module Azure::Network::Mgmt::V2018_07_01
|
|
|
437
437
|
#
|
|
438
438
|
def add_telemetry
|
|
439
439
|
sdk_information = 'azure_mgmt_network'
|
|
440
|
-
sdk_information = "#{sdk_information}/0.17.
|
|
440
|
+
sdk_information = "#{sdk_information}/0.17.2"
|
|
441
441
|
add_user_agent_information(sdk_information)
|
|
442
442
|
end
|
|
443
443
|
end
|
data/lib/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: azure_mgmt_network
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.17.
|
|
4
|
+
version: 0.17.2
|
|
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-
|
|
11
|
+
date: 2018-09-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -4251,7 +4251,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
4251
4251
|
version: '0'
|
|
4252
4252
|
requirements: []
|
|
4253
4253
|
rubyforge_project:
|
|
4254
|
-
rubygems_version: 2.
|
|
4254
|
+
rubygems_version: 2.7.6
|
|
4255
4255
|
signing_key:
|
|
4256
4256
|
specification_version: 4
|
|
4257
4257
|
summary: Official Ruby client library to consume Microsoft Azure Network Management
|