azure_mgmt_managed_applications 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
2
  SHA1:
3
- metadata.gz: 20fe099fcfe512118d2fddb77d5d3b94cc294719
4
- data.tar.gz: f9ad3b7cc39e97dc5ce852adef04b860f86fec44
3
+ metadata.gz: 35aaa703d351c7f3e8aaf6ad5cc17ba1f444d8f6
4
+ data.tar.gz: b3a0d295979d6b30170be8366812e6a783e27554
5
5
  SHA512:
6
- metadata.gz: 73f544dda29074ef6e057096d0616009c7dd9abc3470026bdfcecde9fc2c05771388118c791e8102ec9148569d22f520167f8b47289b3aa1bef10b3496fde34d
7
- data.tar.gz: 8524f8a77af69151db7eb89213fb624aac8857e0d1812462271e7ab546dbe0ea4f30be2f543cce15c4ae6763f2d752e2fc589e4f57ed7cf335052909ae62ee8e
6
+ metadata.gz: 3bcab6234ee911f47c1c4dc3bcedfd8beb594394ab9e9f6586dca20bb15c68e36b248022df61b5003ae9527e3f5e2572f34d862d4ab015492ed5241ad78b8089
7
+ data.tar.gz: 5a712888a11d6931b94620e90f9a242c65a09365f627975a8abeae9bdd041d15a1757d0036e34e455cdc69dbfddf4ef5a795629729ceade63418eb9d57f0a7d1
@@ -128,7 +128,7 @@ module Azure::ManagedApplications::Mgmt::V2016_09_01_preview
128
128
  #
129
129
  def add_telemetry
130
130
  sdk_information = 'azure_mgmt_managed_applications'
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
@@ -28,6 +28,15 @@ module Azure::ManagedApplications::Mgmt::V2016_09_01_preview
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::ManagedApplications::Mgmt::V2017_09_01
128
128
  #
129
129
  def add_telemetry
130
130
  sdk_information = 'azure_mgmt_managed_applications'
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
@@ -28,6 +28,15 @@ module Azure::ManagedApplications::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.
@@ -128,7 +128,7 @@ module Azure::ManagedApplications::Mgmt::V2018_06_01
128
128
  #
129
129
  def add_telemetry
130
130
  sdk_information = 'azure_mgmt_managed_applications'
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
@@ -28,6 +28,15 @@ module Azure::ManagedApplications::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.
@@ -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::ManagedApplications::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_managed_applications
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