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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a3ef251a730c1848a4453cd165b4a42a457cfb39
4
- data.tar.gz: 2d742d5082681cf6ca616d758d66dfae8eb915b6
3
+ metadata.gz: c7266d3dd9c321fefd2f2f168af46ca756c5ba37
4
+ data.tar.gz: 2075744fdc78164a618c98d06d17b0f221784dca
5
5
  SHA512:
6
- metadata.gz: f34d40110df7bfa4c2c39c512083aabf3715f0616bac30d31b3aa6e67c5aadc30f3ab30ffa78bd8c68e8419b5d70ab6f7657071cb50e7c2fb96a1ebc80fddf52
7
- data.tar.gz: 1ddf45d5c647d8fe5317552360d39ca313310c798fcee3d665deaaae91162b0732b12b0e979b0c906b5a79cf9314d7b7384db5ddd91c7281a0161f5c92cd43fc
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] 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 [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.16.3"
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] 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 [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.16.3"
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] 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 [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.16.3"
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] 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 [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.16.3"
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 QuotaId or NotAvailableForSubscription”. Quota Id is set when the
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 NotAvailableForSubscription is related to capacity at
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] 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
@@ -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.16.3"
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 QuotaId or NotAvailableForSubscription”. Quota Id is set when the
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 NotAvailableForSubscription is related to capacity at
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] 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
@@ -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.16.3"
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 QuotaId or NotAvailableForSubscription”. Quota Id is set when the
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 NotAvailableForSubscription is related to capacity at
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] Gets or sets the preferred language for the response.
26
+ # @return [String] The preferred language for the response.
27
27
  attr_accessor :accept_language
28
28
 
29
- # @return [Integer] Gets or sets the retry timeout in seconds for Long
30
- # Running Operations. Default value is 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] When set to true a unique x-ms-client-request-id value
34
- # is generated and included in each request. Default is true.
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.16.3"
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 QuotaId or NotAvailableForSubscription”. Quota Id is set when the
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 NotAvailableForSubscription is related to capacity at
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] Gets or sets the preferred language for the response.
26
+ # @return [String] The preferred language for the response.
27
27
  attr_accessor :accept_language
28
28
 
29
- # @return [Integer] Gets or sets the retry timeout in seconds for Long
30
- # Running Operations. Default value is 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] When set to true a unique x-ms-client-request-id value
34
- # is generated and included in each request. Default is true.
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.16.3"
143
+ sdk_information = "#{sdk_information}/0.17.0"
143
144
  add_user_agent_information(sdk_information)
144
145
  end
145
146
  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::Storage::Mgmt
6
- VERSION = '0.16.3'
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_storage
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.16.3
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-06-27 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 Storage Management Client Library for Ruby
84
84
  email: azrubyteam@microsoft.com
85
85
  executables: []