azure_mgmt_signalr 0.16.1 → 0.17.0

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: 9eef215f9541e875851016ccc5570c6a36f522ba
4
- data.tar.gz: 4f4946ef9bd0457efe1749654ccf09de1348028a
3
+ metadata.gz: f917152cfeeb47346426552df0cab245ec891fc6
4
+ data.tar.gz: 9041d1df251f416fd87ab9dadb605eb0301d32d0
5
5
  SHA512:
6
- metadata.gz: f0965d9d28b352a247bea8f5e6b2aa10d900b37f7b413047ec1ba4a8d6f3d88a2c47e05f4b292caf6c1fae7118e1627fde84e7426940bc7aedea14cde78824d6
7
- data.tar.gz: 9efc9e18e4ebbe4e641cf99c29e5758b38d1f414ca74e5a3651805a9722d5fee4449c5bb1bc5e9cb26ea47b629522adb2c1f27c2648ad50b58cbb208c21a4040
6
+ metadata.gz: ae1b30d801841210162a32ac40c01cbf0415c1fc135ca9a750869cb016485d496975e4d9886bc9d92de7eab3a6bf773eec40b31993525256f7c73d7ad56f0175
7
+ data.tar.gz: a7064d0301203f5469c4b5349ab6a0ac85be0ef2bd18f4b5de9ca779ef032a969f71175e2d909a7f0af5968617029d297eebdf0a25c7d23dd444d3171cb749d3
@@ -16,8 +16,9 @@ module Azure::Signalr::Mgmt::V2018_03_01_preview
16
16
  # number code, such as A0 or P3. Required (if sku is specified)
17
17
  attr_accessor :name
18
18
 
19
- # @return [SignalRSkuTier] The tier of this particular SKU. Optional.
20
- # Possible values include: 'Free', 'Basic', 'Premium'
19
+ # @return [SignalRSkuTier] Optional tier of this particular SKU. `Basic`
20
+ # is deprecated, use `Standard` instead for Basic tier. Possible values
21
+ # include: 'Free', 'Basic', 'Standard', 'Premium'
21
22
  attr_accessor :tier
22
23
 
23
24
  # @return [String] Optional, string. When the name field is the
@@ -11,6 +11,7 @@ module Azure::Signalr::Mgmt::V2018_03_01_preview
11
11
  module SignalRSkuTier
12
12
  Free = "Free"
13
13
  Basic = "Basic"
14
+ Standard = "Standard"
14
15
  Premium = "Premium"
15
16
  end
16
17
  end
@@ -25,15 +25,16 @@ module Azure::Signalr::Mgmt::V2018_03_01_preview
25
25
  # for every service call.
26
26
  attr_accessor :subscription_id
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 [Operations] operations
@@ -129,7 +130,7 @@ module Azure::Signalr::Mgmt::V2018_03_01_preview
129
130
  #
130
131
  def add_telemetry
131
132
  sdk_information = 'azure_mgmt_signalr'
132
- sdk_information = "#{sdk_information}/0.16.1"
133
+ sdk_information = "#{sdk_information}/0.17.0"
133
134
  add_user_agent_information(sdk_information)
134
135
  end
135
136
  end
data/lib/version.rb CHANGED
@@ -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::Signalr::Mgmt
6
- VERSION = '0.16.1'
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_signalr
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.16.1
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-05-08 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 Signalr Library for Ruby
84
84
  email: azrubyteam@microsoft.com
85
85
  executables: []