azure_mgmt_storage 0.16.3 → 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 +4 -4
- data/lib/2015-05-01-preview/generated/azure_mgmt_storage/storage_management_client.rb +7 -6
- data/lib/2015-06-15/generated/azure_mgmt_storage/storage_management_client.rb +7 -6
- data/lib/2016-01-01/generated/azure_mgmt_storage/storage_management_client.rb +7 -6
- data/lib/2016-12-01/generated/azure_mgmt_storage/storage_management_client.rb +7 -6
- data/lib/2017-06-01/generated/azure_mgmt_storage/models/restriction.rb +2 -2
- data/lib/2017-06-01/generated/azure_mgmt_storage/storage_management_client.rb +7 -6
- data/lib/2017-10-01/generated/azure_mgmt_storage/models/restriction.rb +2 -2
- data/lib/2017-10-01/generated/azure_mgmt_storage/storage_management_client.rb +7 -6
- data/lib/2018-02-01/generated/azure_mgmt_storage/models/restriction.rb +2 -2
- data/lib/2018-02-01/generated/azure_mgmt_storage/storage_management_client.rb +7 -6
- data/lib/2018-03-01-preview/generated/azure_mgmt_storage/models/restriction.rb +2 -2
- data/lib/2018-03-01-preview/generated/azure_mgmt_storage/storage_management_client.rb +7 -6
- data/lib/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c7266d3dd9c321fefd2f2f168af46ca756c5ba37
|
|
4
|
+
data.tar.gz: 2075744fdc78164a618c98d06d17b0f221784dca
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d036564a0e1b3110c7f3438ad81335de2dfdefd6cf701a0b076ecc1884f7582bcd835bbddcfa152aa5709070682e45d9bc6d3b3574d717a9b210e79d812b84f1
|
|
7
|
+
data.tar.gz: 4e77f3d5f0c34821d5093e9a3a5f6616df02aa4fdca6aa1201170aa5894db5e667ff7a526ba649a5f8cf7d080537b48b6b9d49809ef5c6fc014368db6858ce72
|
|
@@ -25,15 +25,16 @@ module Azure::Storage::Mgmt::V2015_05_01_preview
|
|
|
25
25
|
# @return [String] Client Api Version.
|
|
26
26
|
attr_reader :api_version
|
|
27
27
|
|
|
28
|
-
# @return [String]
|
|
28
|
+
# @return [String] The preferred language for the response.
|
|
29
29
|
attr_accessor :accept_language
|
|
30
30
|
|
|
31
|
-
# @return [Integer]
|
|
32
|
-
#
|
|
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]
|
|
36
|
-
#
|
|
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 [StorageAccounts] storage_accounts
|
|
@@ -129,7 +130,7 @@ module Azure::Storage::Mgmt::V2015_05_01_preview
|
|
|
129
130
|
#
|
|
130
131
|
def add_telemetry
|
|
131
132
|
sdk_information = 'azure_mgmt_storage'
|
|
132
|
-
sdk_information = "#{sdk_information}/0.
|
|
133
|
+
sdk_information = "#{sdk_information}/0.17.0"
|
|
133
134
|
add_user_agent_information(sdk_information)
|
|
134
135
|
end
|
|
135
136
|
end
|
|
@@ -25,15 +25,16 @@ module Azure::Storage::Mgmt::V2015_06_15
|
|
|
25
25
|
# @return [String] Client Api Version.
|
|
26
26
|
attr_reader :api_version
|
|
27
27
|
|
|
28
|
-
# @return [String]
|
|
28
|
+
# @return [String] The preferred language for the response.
|
|
29
29
|
attr_accessor :accept_language
|
|
30
30
|
|
|
31
|
-
# @return [Integer]
|
|
32
|
-
#
|
|
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]
|
|
36
|
-
#
|
|
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 [StorageAccounts] storage_accounts
|
|
@@ -129,7 +130,7 @@ module Azure::Storage::Mgmt::V2015_06_15
|
|
|
129
130
|
#
|
|
130
131
|
def add_telemetry
|
|
131
132
|
sdk_information = 'azure_mgmt_storage'
|
|
132
|
-
sdk_information = "#{sdk_information}/0.
|
|
133
|
+
sdk_information = "#{sdk_information}/0.17.0"
|
|
133
134
|
add_user_agent_information(sdk_information)
|
|
134
135
|
end
|
|
135
136
|
end
|
|
@@ -25,15 +25,16 @@ module Azure::Storage::Mgmt::V2016_01_01
|
|
|
25
25
|
# @return [String] Client Api Version.
|
|
26
26
|
attr_reader :api_version
|
|
27
27
|
|
|
28
|
-
# @return [String]
|
|
28
|
+
# @return [String] The preferred language for the response.
|
|
29
29
|
attr_accessor :accept_language
|
|
30
30
|
|
|
31
|
-
# @return [Integer]
|
|
32
|
-
#
|
|
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]
|
|
36
|
-
#
|
|
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 [StorageAccounts] storage_accounts
|
|
@@ -129,7 +130,7 @@ module Azure::Storage::Mgmt::V2016_01_01
|
|
|
129
130
|
#
|
|
130
131
|
def add_telemetry
|
|
131
132
|
sdk_information = 'azure_mgmt_storage'
|
|
132
|
-
sdk_information = "#{sdk_information}/0.
|
|
133
|
+
sdk_information = "#{sdk_information}/0.17.0"
|
|
133
134
|
add_user_agent_information(sdk_information)
|
|
134
135
|
end
|
|
135
136
|
end
|
|
@@ -25,15 +25,16 @@ module Azure::Storage::Mgmt::V2016_12_01
|
|
|
25
25
|
# @return [String] Client Api Version.
|
|
26
26
|
attr_reader :api_version
|
|
27
27
|
|
|
28
|
-
# @return [String]
|
|
28
|
+
# @return [String] The preferred language for the response.
|
|
29
29
|
attr_accessor :accept_language
|
|
30
30
|
|
|
31
|
-
# @return [Integer]
|
|
32
|
-
#
|
|
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]
|
|
36
|
-
#
|
|
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 [StorageAccounts] storage_accounts
|
|
@@ -129,7 +130,7 @@ module Azure::Storage::Mgmt::V2016_12_01
|
|
|
129
130
|
#
|
|
130
131
|
def add_telemetry
|
|
131
132
|
sdk_information = 'azure_mgmt_storage'
|
|
132
|
-
sdk_information = "#{sdk_information}/0.
|
|
133
|
+
sdk_information = "#{sdk_information}/0.17.0"
|
|
133
134
|
add_user_agent_information(sdk_information)
|
|
134
135
|
end
|
|
135
136
|
end
|
|
@@ -22,9 +22,9 @@ module Azure::Storage::Mgmt::V2017_06_01
|
|
|
22
22
|
attr_accessor :values
|
|
23
23
|
|
|
24
24
|
# @return [ReasonCode] The reason for the restriction. As of now this can
|
|
25
|
-
# be
|
|
25
|
+
# be "QuotaId" or "NotAvailableForSubscription". Quota Id is set when the
|
|
26
26
|
# SKU has requiredQuotas parameter as the subscription does not belong to
|
|
27
|
-
# that quota. The
|
|
27
|
+
# that quota. The "NotAvailableForSubscription" is related to capacity at
|
|
28
28
|
# DC. Possible values include: 'QuotaId', 'NotAvailableForSubscription'
|
|
29
29
|
attr_accessor :reason_code
|
|
30
30
|
|
|
@@ -25,15 +25,16 @@ module Azure::Storage::Mgmt::V2017_06_01
|
|
|
25
25
|
# @return [String] Client Api Version.
|
|
26
26
|
attr_reader :api_version
|
|
27
27
|
|
|
28
|
-
# @return [String]
|
|
28
|
+
# @return [String] The preferred language for the response.
|
|
29
29
|
attr_accessor :accept_language
|
|
30
30
|
|
|
31
|
-
# @return [Integer]
|
|
32
|
-
#
|
|
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]
|
|
36
|
-
#
|
|
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
|
|
@@ -137,7 +138,7 @@ module Azure::Storage::Mgmt::V2017_06_01
|
|
|
137
138
|
#
|
|
138
139
|
def add_telemetry
|
|
139
140
|
sdk_information = 'azure_mgmt_storage'
|
|
140
|
-
sdk_information = "#{sdk_information}/0.
|
|
141
|
+
sdk_information = "#{sdk_information}/0.17.0"
|
|
141
142
|
add_user_agent_information(sdk_information)
|
|
142
143
|
end
|
|
143
144
|
end
|
|
@@ -22,9 +22,9 @@ module Azure::Storage::Mgmt::V2017_10_01
|
|
|
22
22
|
attr_accessor :values
|
|
23
23
|
|
|
24
24
|
# @return [ReasonCode] The reason for the restriction. As of now this can
|
|
25
|
-
# be
|
|
25
|
+
# be "QuotaId" or "NotAvailableForSubscription". Quota Id is set when the
|
|
26
26
|
# SKU has requiredQuotas parameter as the subscription does not belong to
|
|
27
|
-
# that quota. The
|
|
27
|
+
# that quota. The "NotAvailableForSubscription" is related to capacity at
|
|
28
28
|
# DC. Possible values include: 'QuotaId', 'NotAvailableForSubscription'
|
|
29
29
|
attr_accessor :reason_code
|
|
30
30
|
|
|
@@ -25,15 +25,16 @@ module Azure::Storage::Mgmt::V2017_10_01
|
|
|
25
25
|
# @return [String] Client Api Version.
|
|
26
26
|
attr_reader :api_version
|
|
27
27
|
|
|
28
|
-
# @return [String]
|
|
28
|
+
# @return [String] The preferred language for the response.
|
|
29
29
|
attr_accessor :accept_language
|
|
30
30
|
|
|
31
|
-
# @return [Integer]
|
|
32
|
-
#
|
|
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]
|
|
36
|
-
#
|
|
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
|
|
@@ -137,7 +138,7 @@ module Azure::Storage::Mgmt::V2017_10_01
|
|
|
137
138
|
#
|
|
138
139
|
def add_telemetry
|
|
139
140
|
sdk_information = 'azure_mgmt_storage'
|
|
140
|
-
sdk_information = "#{sdk_information}/0.
|
|
141
|
+
sdk_information = "#{sdk_information}/0.17.0"
|
|
141
142
|
add_user_agent_information(sdk_information)
|
|
142
143
|
end
|
|
143
144
|
end
|
|
@@ -22,9 +22,9 @@ module Azure::Storage::Mgmt::V2018_02_01
|
|
|
22
22
|
attr_accessor :values
|
|
23
23
|
|
|
24
24
|
# @return [ReasonCode] The reason for the restriction. As of now this can
|
|
25
|
-
# be
|
|
25
|
+
# be "QuotaId" or "NotAvailableForSubscription". Quota Id is set when the
|
|
26
26
|
# SKU has requiredQuotas parameter as the subscription does not belong to
|
|
27
|
-
# that quota. The
|
|
27
|
+
# that quota. The "NotAvailableForSubscription" is related to capacity at
|
|
28
28
|
# DC. Possible values include: 'QuotaId', 'NotAvailableForSubscription'
|
|
29
29
|
attr_accessor :reason_code
|
|
30
30
|
|
|
@@ -23,15 +23,16 @@ module Azure::Storage::Mgmt::V2018_02_01
|
|
|
23
23
|
# @return [String] The API version to use for this operation.
|
|
24
24
|
attr_reader :api_version
|
|
25
25
|
|
|
26
|
-
# @return [String]
|
|
26
|
+
# @return [String] The preferred language for the response.
|
|
27
27
|
attr_accessor :accept_language
|
|
28
28
|
|
|
29
|
-
# @return [Integer]
|
|
30
|
-
#
|
|
29
|
+
# @return [Integer] The retry timeout in seconds for Long Running
|
|
30
|
+
# Operations. Default value is 30.
|
|
31
31
|
attr_accessor :long_running_operation_retry_timeout
|
|
32
32
|
|
|
33
|
-
# @return [Boolean]
|
|
34
|
-
#
|
|
33
|
+
# @return [Boolean] Whether a unique x-ms-client-request-id should be
|
|
34
|
+
# generated. When set to true a unique x-ms-client-request-id value is
|
|
35
|
+
# generated and included in each request. Default is true.
|
|
35
36
|
attr_accessor :generate_client_request_id
|
|
36
37
|
|
|
37
38
|
# @return [Operations] operations
|
|
@@ -139,7 +140,7 @@ module Azure::Storage::Mgmt::V2018_02_01
|
|
|
139
140
|
#
|
|
140
141
|
def add_telemetry
|
|
141
142
|
sdk_information = 'azure_mgmt_storage'
|
|
142
|
-
sdk_information = "#{sdk_information}/0.
|
|
143
|
+
sdk_information = "#{sdk_information}/0.17.0"
|
|
143
144
|
add_user_agent_information(sdk_information)
|
|
144
145
|
end
|
|
145
146
|
end
|
|
@@ -22,9 +22,9 @@ module Azure::Storage::Mgmt::V2018_03_01_preview
|
|
|
22
22
|
attr_accessor :values
|
|
23
23
|
|
|
24
24
|
# @return [ReasonCode] The reason for the restriction. As of now this can
|
|
25
|
-
# be
|
|
25
|
+
# be "QuotaId" or "NotAvailableForSubscription". Quota Id is set when the
|
|
26
26
|
# SKU has requiredQuotas parameter as the subscription does not belong to
|
|
27
|
-
# that quota. The
|
|
27
|
+
# that quota. The "NotAvailableForSubscription" is related to capacity at
|
|
28
28
|
# DC. Possible values include: 'QuotaId', 'NotAvailableForSubscription'
|
|
29
29
|
attr_accessor :reason_code
|
|
30
30
|
|
|
@@ -23,15 +23,16 @@ module Azure::Storage::Mgmt::V2018_03_01_preview
|
|
|
23
23
|
# @return [String] The API version to use for this operation.
|
|
24
24
|
attr_reader :api_version
|
|
25
25
|
|
|
26
|
-
# @return [String]
|
|
26
|
+
# @return [String] The preferred language for the response.
|
|
27
27
|
attr_accessor :accept_language
|
|
28
28
|
|
|
29
|
-
# @return [Integer]
|
|
30
|
-
#
|
|
29
|
+
# @return [Integer] The retry timeout in seconds for Long Running
|
|
30
|
+
# Operations. Default value is 30.
|
|
31
31
|
attr_accessor :long_running_operation_retry_timeout
|
|
32
32
|
|
|
33
|
-
# @return [Boolean]
|
|
34
|
-
#
|
|
33
|
+
# @return [Boolean] Whether a unique x-ms-client-request-id should be
|
|
34
|
+
# generated. When set to true a unique x-ms-client-request-id value is
|
|
35
|
+
# generated and included in each request. Default is true.
|
|
35
36
|
attr_accessor :generate_client_request_id
|
|
36
37
|
|
|
37
38
|
# @return [Operations] operations
|
|
@@ -139,7 +140,7 @@ module Azure::Storage::Mgmt::V2018_03_01_preview
|
|
|
139
140
|
#
|
|
140
141
|
def add_telemetry
|
|
141
142
|
sdk_information = 'azure_mgmt_storage'
|
|
142
|
-
sdk_information = "#{sdk_information}/0.
|
|
143
|
+
sdk_information = "#{sdk_information}/0.17.0"
|
|
143
144
|
add_user_agent_information(sdk_information)
|
|
144
145
|
end
|
|
145
146
|
end
|
data/lib/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: azure_mgmt_storage
|
|
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 Storage Management Client Library for Ruby
|
|
84
84
|
email: azrubyteam@microsoft.com
|
|
85
85
|
executables: []
|