azure_mgmt_subscriptions 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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e24d08708199e02f54256136afbbd866cbfe00ea
|
4
|
+
data.tar.gz: c83796dc8c78d50533dd9e81608a0c74d34a33a2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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]
|
23
|
+
# @return [String] The preferred language for the response.
|
24
24
|
attr_accessor :accept_language
|
25
25
|
|
26
|
-
# @return [Integer]
|
27
|
-
#
|
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]
|
31
|
-
#
|
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.
|
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]
|
23
|
+
# @return [String] The preferred language for the response.
|
24
24
|
attr_accessor :accept_language
|
25
25
|
|
26
|
-
# @return [Integer]
|
27
|
-
#
|
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]
|
31
|
-
#
|
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.
|
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
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.
|
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-
|
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.
|
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.
|
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.
|
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
|