azure_mgmt_subscriptions 0.16.0 → 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: cf299d73ebe8e5a9c3304e0f078a04eb4e6c63cf
4
- data.tar.gz: 5d11f9b1feef908274ca64056c20e5901049efb2
3
+ metadata.gz: e24d08708199e02f54256136afbbd866cbfe00ea
4
+ data.tar.gz: c83796dc8c78d50533dd9e81608a0c74d34a33a2
5
5
  SHA512:
6
- metadata.gz: 2b13781d9a8a47c5e121b263aae14c1718e2bd915b41f55acfdda1245ed5941d287d7130b1bde815eac23c963d5e9f5c0f3001c620fd04e18880bae849d8f2e8
7
- data.tar.gz: 6a79a3bde2d211b66dc9f8f04be46fabcbb433dd29d11a39650f36931444c7fbe5ae3e7ffb5d452bad5dd25ae230357aee35a5d5451402deb960902dd3d5be74
6
+ metadata.gz: ea44b010629813140648d7b82df8bb48bf85265cab4d4c900c60c1307ad08c8f4937ad26cfb49820357aa881490d297e52de1855723250b00aadc6b42e61fc62
7
+ data.tar.gz: 324a887ee71d6f6d418b9c0aba9bacd6fed559a674c51a3369406f755a1b83e9628d9852fc770435f06deb61ed663b7a82d225a7cb7b4ba23dc305b65e3fe40b
@@ -20,15 +20,16 @@ module Azure::Subscriptions::Mgmt::V2015_11_01
20
20
  # @return [String] Client Api Version.
21
21
  attr_reader :api_version
22
22
 
23
- # @return [String] Gets or sets the preferred language for the response.
23
+ # @return [String] The preferred language for the response.
24
24
  attr_accessor :accept_language
25
25
 
26
- # @return [Integer] Gets or sets the retry timeout in seconds for Long
27
- # Running Operations. Default value is 30.
26
+ # @return [Integer] The retry timeout in seconds for Long Running
27
+ # Operations. Default value is 30.
28
28
  attr_accessor :long_running_operation_retry_timeout
29
29
 
30
- # @return [Boolean] When set to true a unique x-ms-client-request-id value
31
- # is generated and included in each request. Default is true.
30
+ # @return [Boolean] Whether a unique x-ms-client-request-id should be
31
+ # generated. When set to true a unique x-ms-client-request-id value is
32
+ # generated and included in each request. Default is true.
32
33
  attr_accessor :generate_client_request_id
33
34
 
34
35
  # @return [Subscriptions] subscriptions
@@ -124,7 +125,7 @@ module Azure::Subscriptions::Mgmt::V2015_11_01
124
125
  #
125
126
  def add_telemetry
126
127
  sdk_information = 'azure_mgmt_subscriptions'
127
- sdk_information = "#{sdk_information}/0.16.0"
128
+ sdk_information = "#{sdk_information}/0.17.0"
128
129
  add_user_agent_information(sdk_information)
129
130
  end
130
131
  end
@@ -20,15 +20,16 @@ module Azure::Subscriptions::Mgmt::V2016_06_01
20
20
  # @return [String] The API version to use for the operation.
21
21
  attr_reader :api_version
22
22
 
23
- # @return [String] Gets or sets the preferred language for the response.
23
+ # @return [String] The preferred language for the response.
24
24
  attr_accessor :accept_language
25
25
 
26
- # @return [Integer] Gets or sets the retry timeout in seconds for Long
27
- # Running Operations. Default value is 30.
26
+ # @return [Integer] The retry timeout in seconds for Long Running
27
+ # Operations. Default value is 30.
28
28
  attr_accessor :long_running_operation_retry_timeout
29
29
 
30
- # @return [Boolean] When set to true a unique x-ms-client-request-id value
31
- # is generated and included in each request. Default is true.
30
+ # @return [Boolean] Whether a unique x-ms-client-request-id should be
31
+ # generated. When set to true a unique x-ms-client-request-id value is
32
+ # generated and included in each request. Default is true.
32
33
  attr_accessor :generate_client_request_id
33
34
 
34
35
  # @return [Subscriptions] subscriptions
@@ -124,7 +125,7 @@ module Azure::Subscriptions::Mgmt::V2016_06_01
124
125
  #
125
126
  def add_telemetry
126
127
  sdk_information = 'azure_mgmt_subscriptions'
127
- sdk_information = "#{sdk_information}/0.16.0"
128
+ sdk_information = "#{sdk_information}/0.17.0"
128
129
  add_user_agent_information(sdk_information)
129
130
  end
130
131
  end
@@ -4,5 +4,5 @@
4
4
 
5
5
  require '2015-11-01/generated/azure_mgmt_subscriptions'
6
6
  require '2016-06-01/generated/azure_mgmt_subscriptions'
7
- require 'profiles/latest/subscriptions_latest_profile_client'
8
7
  require 'profiles/v2017_03_09/subscriptions_v2017_03_09_profile_client'
8
+ require 'profiles/latest/subscriptions_latest_profile_client'
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::Subscriptions::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_subscriptions
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 Subscription Management Client Library for Ruby
84
84
  email: azrubyteam@microsoft.com
85
85
  executables: []
@@ -147,7 +147,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
147
147
  version: '0'
148
148
  requirements: []
149
149
  rubyforge_project:
150
- rubygems_version: 2.6.10
150
+ rubygems_version: 2.5.1
151
151
  signing_key:
152
152
  specification_version: 4
153
153
  summary: Official ruby client library to consume Microsoft Azure Subscription Management