azure_mgmt_analysis_services 0.17.0 → 0.17.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0b3e174c0a43e275c222dc9b134ae9272a0128cb
4
- data.tar.gz: 0e1fed71be68fbb94e1c235e582f2ae51cd8ddc5
3
+ metadata.gz: 13ea2f8310cbff894b899ba6c10278dacfa8805c
4
+ data.tar.gz: f47df6d2e66db0b6f84a37c0fbae2eb5b839972b
5
5
  SHA512:
6
- metadata.gz: 0cf09746b8f74e999dea7f36decb1a3667f108919050d2d20e501c83481e7c97e194e05d51bd8711b5deea7f66d7837abf4634c27538e57e3562cf5f5b21c0f0
7
- data.tar.gz: b52aac74a70b016fa72ccc8dc5e32973ee915b115ba2bb10bf19478c506b35e90db137003809b6af3d5b9c64979c7e7ca3a0e02eca2c8483c211a739924fc914
6
+ metadata.gz: 3c67e9dc6be3238989581d773f7a60a571658f1a12fe24731e474abbabba01c18aeee05b9055de3caf5ef1f08aca3e8d6fa8d5f3d1d35577917c18119dc1a960
7
+ data.tar.gz: 6db80180727d9075e0adf11c091ba5ae2a3704222172d071b6cadf931e7747e063fbc38c144d8ebcad32283f935668cc1739b00de7b1315474a7a388e6079320
@@ -125,7 +125,7 @@ module Azure::AnalysisServices::Mgmt::V2016_05_16
125
125
  #
126
126
  def add_telemetry
127
127
  sdk_information = 'azure_mgmt_analysis_services'
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
@@ -33,6 +33,15 @@ module Azure::AnalysisServices::Mgmt::V2016_05_16
33
33
  attr_accessor :tags
34
34
 
35
35
 
36
+ # @return [String] the name of the resource group of the resource.
37
+ def resource_group
38
+ unless self.id.nil?
39
+ groups = self.id.match(/.+\/resourceGroups\/([^\/]+)\/.+/)
40
+ groups.captures[0].strip if groups
41
+ end
42
+ end
43
+
44
+
36
45
  #
37
46
  # Mapper for Resource class as Ruby Hash.
38
47
  # This will be used for serialization/deserialization.
@@ -125,7 +125,7 @@ module Azure::AnalysisServices::Mgmt::V2017_07_14
125
125
  #
126
126
  def add_telemetry
127
127
  sdk_information = 'azure_mgmt_analysis_services'
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
@@ -33,6 +33,15 @@ module Azure::AnalysisServices::Mgmt::V2017_07_14
33
33
  attr_accessor :tags
34
34
 
35
35
 
36
+ # @return [String] the name of the resource group of the resource.
37
+ def resource_group
38
+ unless self.id.nil?
39
+ groups = self.id.match(/.+\/resourceGroups\/([^\/]+)\/.+/)
40
+ groups.captures[0].strip if groups
41
+ end
42
+ end
43
+
44
+
36
45
  #
37
46
  # Mapper for Resource class as Ruby Hash.
38
47
  # This will be used for serialization/deserialization.
@@ -129,7 +129,7 @@ module Azure::AnalysisServices::Mgmt::V2017_08_01_beta
129
129
  #
130
130
  def add_telemetry
131
131
  sdk_information = 'azure_mgmt_analysis_services'
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
@@ -33,6 +33,15 @@ module Azure::AnalysisServices::Mgmt::V2017_08_01_beta
33
33
  attr_accessor :tags
34
34
 
35
35
 
36
+ # @return [String] the name of the resource group of the resource.
37
+ def resource_group
38
+ unless self.id.nil?
39
+ groups = self.id.match(/.+\/resourceGroups\/([^\/]+)\/.+/)
40
+ groups.captures[0].strip if groups
41
+ end
42
+ end
43
+
44
+
36
45
  #
37
46
  # Mapper for Resource class as Ruby Hash.
38
47
  # This will be used for serialization/deserialization.
@@ -129,7 +129,7 @@ module Azure::AnalysisServices::Mgmt::V2017_08_01
129
129
  #
130
130
  def add_telemetry
131
131
  sdk_information = 'azure_mgmt_analysis_services'
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
@@ -33,6 +33,15 @@ module Azure::AnalysisServices::Mgmt::V2017_08_01
33
33
  attr_accessor :tags
34
34
 
35
35
 
36
+ # @return [String] the name of the resource group of the resource.
37
+ def resource_group
38
+ unless self.id.nil?
39
+ groups = self.id.match(/.+\/resourceGroups\/([^\/]+)\/.+/)
40
+ groups.captures[0].strip if groups
41
+ end
42
+ end
43
+
44
+
36
45
  #
37
46
  # Mapper for Resource class as Ruby Hash.
38
47
  # 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::AnalysisServices::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_analysis_services
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