azure_mgmt_powerbi_embedded 0.16.0 → 0.17.0

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: a28160fa781b6cab7577a538d5ac49c1564f6e4d
4
- data.tar.gz: 32f7abbbedb6177cd603c8cdc3af96b549e31088
3
+ metadata.gz: 3338eea5e3346691e107cd9dc9ca18fb6973a28c
4
+ data.tar.gz: c0f17d6ad35d4c2538127f1dbd1938455072855f
5
5
  SHA512:
6
- metadata.gz: 9bc8cf8709d4d57d8e7446fcf9fe1de29c1fdba1f5089ba0c25c9ffe541fbf9b82062391f1d9dbbb0cb5588adffb3034742438511d5e09f3d8f77a0b4764bf10
7
- data.tar.gz: 85db245166ea44c6ec7356786756d0fa852fc0245d595143a8ace32b50baaed772de1f93528d5f6da475002b4e9506b034b225ae629cb34e56603c56563af3a9
6
+ metadata.gz: af26af5f0d76f2fcff4595a56264bc083885b782d3048dbc8621ecea9b75bf30e28343151fad0c95c750154f068e49288078c46d5fa8641b752e0f82fc687362
7
+ data.tar.gz: 41aa2ee40d66783fd53ad236c80a4c87b48e2703f0484b761bb7013a6d7eddd9ebfc675121ed4faf3dd977e8ffd518f30734cce060d4449d1f17505daa681d9a
@@ -15,14 +15,14 @@ module Azure::PowerBiEmbedded::Mgmt::V2016_01_29
15
15
 
16
16
  # @return [String] The localized friendly form of the resource provider
17
17
  # name. This form is also expected to include the publisher/company
18
- # responsible. Use Title Casing. Begin with Microsoft for 1st party
18
+ # responsible. Use Title Casing. Begin with "Microsoft" for 1st party
19
19
  # services.
20
20
  attr_accessor :provider
21
21
 
22
22
  # @return [String] The localized friendly form of the resource type
23
23
  # related to this action/operation. This form should match the public
24
24
  # documentation for the resource provider. Use Title Casing. For
25
- # examples, refer to the name section.
25
+ # examples, refer to the "name" section.
26
26
  attr_accessor :resource
27
27
 
28
28
  # @return [String] The localized friendly name for the operation as shown
@@ -25,15 +25,16 @@ module Azure::PowerBiEmbedded::Mgmt::V2016_01_29
25
25
  # @return [String] Client Api Version.
26
26
  attr_reader :api_version
27
27
 
28
- # @return [String] Gets or sets the preferred language for the response.
28
+ # @return [String] The preferred language for the response.
29
29
  attr_accessor :accept_language
30
30
 
31
- # @return [Integer] Gets or sets the retry timeout in seconds for Long
32
- # Running Operations. Default value is 30.
31
+ # @return [Integer] The retry timeout in seconds for Long Running
32
+ # Operations. Default value is 30.
33
33
  attr_accessor :long_running_operation_retry_timeout
34
34
 
35
- # @return [Boolean] When set to true a unique x-ms-client-request-id value
36
- # is generated and included in each request. Default is true.
35
+ # @return [Boolean] Whether a unique x-ms-client-request-id should be
36
+ # generated. When set to true a unique x-ms-client-request-id value is
37
+ # generated and included in each request. Default is true.
37
38
  attr_accessor :generate_client_request_id
38
39
 
39
40
  # @return [WorkspaceCollections] workspace_collections
@@ -214,7 +215,7 @@ module Azure::PowerBiEmbedded::Mgmt::V2016_01_29
214
215
  #
215
216
  def add_telemetry
216
217
  sdk_information = 'azure_mgmt_powerbi_embedded'
217
- sdk_information = "#{sdk_information}/0.16.0"
218
+ sdk_information = "#{sdk_information}/0.17.0"
218
219
  add_user_agent_information(sdk_information)
219
220
  end
220
221
  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::PowerBiEmbedded::Mgmt
6
- VERSION = '0.16.0'
6
+ VERSION = '0.17.0'
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: azure_mgmt_powerbi_embedded
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.16.0
4
+ version: 0.17.0
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-02-12 00:00:00.000000000 Z
11
+ date: 2018-07-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -72,14 +72,14 @@ dependencies:
72
72
  requirements:
73
73
  - - "~>"
74
74
  - !ruby/object:Gem::Version
75
- version: 0.10.0
75
+ version: 0.11.0
76
76
  type: :runtime
77
77
  prerelease: false
78
78
  version_requirements: !ruby/object:Gem::Requirement
79
79
  requirements:
80
80
  - - "~>"
81
81
  - !ruby/object:Gem::Version
82
- version: 0.10.0
82
+ version: 0.11.0
83
83
  description: Microsoft Azure Power BI Embedded Management Client Library for Ruby
84
84
  email: azrubyteam@microsoft.com
85
85
  executables: []
@@ -142,7 +142,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
142
142
  version: '0'
143
143
  requirements: []
144
144
  rubyforge_project:
145
- rubygems_version: 2.6.10
145
+ rubygems_version: 2.5.1
146
146
  signing_key:
147
147
  specification_version: 4
148
148
  summary: Official Ruby client library to consume Microsoft Azure Power BI Embedded