azure_mgmt_monitor 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: 646c12af714d390824b55a540e8b85c81dadab7c
4
- data.tar.gz: 4e141a7d9cbd41019b29f4dbb5ca88acd4ab34b1
2
+ SHA256:
3
+ metadata.gz: 6eed336252bfb41b09f2da400c525b6e83c6ed93fb9db687c7f34f244950a75e
4
+ data.tar.gz: e4e7b4246000e335101155b9016c4ab59e38c9d541fe8df00ed8cc263434d840
5
5
  SHA512:
6
- metadata.gz: 4cd3cb720940fc8ce38648e7c9f366d15e7a57c4a6927cabc42107398cda31801ef0573e9e94def2b19c49ee3707f7e49e74f0743a8418f02f1b8084b0e95372
7
- data.tar.gz: d9f2a63c9ee1d6bc2f6de490809b92cb4449de5f6c88b2876d2444cb96b19b7a6036838dc08a745c589e3b1c138c27f6ec2c7584e97dcff3a1ae6bfd9db7dc72
6
+ metadata.gz: cb10655731d3303a07452b824fb1427905903a06dd91e9d17eddcf49af62212dadb665591d59b7e9b3a9bd7017619a6c0b105ec08d1db54fd5df835cc5f48abf
7
+ data.tar.gz: d5d94f414791576caa5fe71337bfc7a2d9af2fe6a8fdd31efe10056ce4025e9f3117de12140562caefc99ed8fd7d1e28df93b7f5a0a18118b4c56cfdfc51a75c
@@ -28,6 +28,15 @@ module Azure::Monitor::Mgmt::V2015_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.
@@ -140,7 +140,7 @@ module Azure::Monitor::Mgmt::V2015_04_01
140
140
  #
141
141
  def add_telemetry
142
142
  sdk_information = 'azure_mgmt_monitor'
143
- sdk_information = "#{sdk_information}/0.17.0"
143
+ sdk_information = "#{sdk_information}/0.17.1"
144
144
  add_user_agent_information(sdk_information)
145
145
  end
146
146
  end
@@ -28,6 +28,15 @@ module Azure::Monitor::Mgmt::V2016_03_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.
@@ -136,7 +136,7 @@ module Azure::Monitor::Mgmt::V2016_03_01
136
136
  #
137
137
  def add_telemetry
138
138
  sdk_information = 'azure_mgmt_monitor'
139
- sdk_information = "#{sdk_information}/0.17.0"
139
+ sdk_information = "#{sdk_information}/0.17.1"
140
140
  add_user_agent_information(sdk_information)
141
141
  end
142
142
  end
@@ -28,6 +28,15 @@ module Azure::Monitor::Mgmt::V2016_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.
@@ -126,7 +126,7 @@ module Azure::Monitor::Mgmt::V2016_09_01
126
126
  #
127
127
  def add_telemetry
128
128
  sdk_information = 'azure_mgmt_monitor'
129
- sdk_information = "#{sdk_information}/0.17.0"
129
+ sdk_information = "#{sdk_information}/0.17.1"
130
130
  add_user_agent_information(sdk_information)
131
131
  end
132
132
  end
@@ -28,6 +28,15 @@ module Azure::Monitor::Mgmt::V2017_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.
@@ -128,7 +128,7 @@ module Azure::Monitor::Mgmt::V2017_04_01
128
128
  #
129
129
  def add_telemetry
130
130
  sdk_information = 'azure_mgmt_monitor'
131
- sdk_information = "#{sdk_information}/0.17.0"
131
+ sdk_information = "#{sdk_information}/0.17.1"
132
132
  add_user_agent_information(sdk_information)
133
133
  end
134
134
  end
@@ -134,7 +134,7 @@ module Azure::Monitor::Mgmt::V2017_05_01_preview
134
134
  #
135
135
  def add_telemetry
136
136
  sdk_information = 'azure_mgmt_monitor'
137
- sdk_information = "#{sdk_information}/0.17.0"
137
+ sdk_information = "#{sdk_information}/0.17.1"
138
138
  add_user_agent_information(sdk_information)
139
139
  end
140
140
  end
@@ -121,7 +121,7 @@ module Azure::Monitor::Mgmt::V2017_11_01_preview
121
121
  #
122
122
  def add_telemetry
123
123
  sdk_information = 'azure_mgmt_monitor'
124
- sdk_information = "#{sdk_information}/0.17.0"
124
+ sdk_information = "#{sdk_information}/0.17.1"
125
125
  add_user_agent_information(sdk_information)
126
126
  end
127
127
  end
@@ -125,7 +125,7 @@ module Azure::Monitor::Mgmt::V2018_01_01
125
125
  #
126
126
  def add_telemetry
127
127
  sdk_information = 'azure_mgmt_monitor'
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
@@ -28,6 +28,15 @@ module Azure::Monitor::Mgmt::V2018_03_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.
@@ -132,7 +132,7 @@ module Azure::Monitor::Mgmt::V2018_03_01
132
132
  #
133
133
  def add_telemetry
134
134
  sdk_information = 'azure_mgmt_monitor'
135
- sdk_information = "#{sdk_information}/0.17.0"
135
+ sdk_information = "#{sdk_information}/0.17.1"
136
136
  add_user_agent_information(sdk_information)
137
137
  end
138
138
  end
@@ -28,6 +28,15 @@ module Azure::Monitor::Mgmt::V2018_04_16
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.
@@ -124,7 +124,7 @@ module Azure::Monitor::Mgmt::V2018_04_16
124
124
  #
125
125
  def add_telemetry
126
126
  sdk_information = 'azure_mgmt_monitor'
127
- sdk_information = "#{sdk_information}/0.17.0"
127
+ sdk_information = "#{sdk_information}/0.17.1"
128
128
  add_user_agent_information(sdk_information)
129
129
  end
130
130
  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::Monitor::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_monitor
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
@@ -352,7 +352,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
352
352
  version: '0'
353
353
  requirements: []
354
354
  rubyforge_project:
355
- rubygems_version: 2.5.1
355
+ rubygems_version: 2.7.6
356
356
  signing_key:
357
357
  specification_version: 4
358
358
  summary: Official Ruby client library to consume Microsoft Azure Monitor services.