azure_mgmt_storage 0.16.2 → 0.16.3

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: afa86ec4fa637bff67a62482b83be01c2dd78bb6
4
- data.tar.gz: d69cec92969faf2bae2b1ea734bc15742f14590a
3
+ metadata.gz: a3ef251a730c1848a4453cd165b4a42a457cfb39
4
+ data.tar.gz: 2d742d5082681cf6ca616d758d66dfae8eb915b6
5
5
  SHA512:
6
- metadata.gz: 96e6abcb3e9b5be6020895578df62c57ab1249f34b3f386b7c3f543b489d683e30661593a14baa7a045faafd60097fd576949807041f49976faaa2a31a4fd96b
7
- data.tar.gz: 83e924106d0e4856b744b7b7c525cd5aaf107b55ef401bbd844f439a1b0abc8da0c8d44336216fa96eaa399382eb965a8b90db4a4b3939107ea86d27b80b7bed
6
+ metadata.gz: f34d40110df7bfa4c2c39c512083aabf3715f0616bac30d31b3aa6e67c5aadc30f3ab30ffa78bd8c68e8419b5d70ab6f7657071cb50e7c2fb96a1ebc80fddf52
7
+ data.tar.gz: 1ddf45d5c647d8fe5317552360d39ca313310c798fcee3d665deaaae91162b0732b12b0e979b0c906b5a79cf9314d7b7384db5ddd91c7281a0161f5c92cd43fc
@@ -129,7 +129,7 @@ module Azure::Storage::Mgmt::V2015_05_01_preview
129
129
  #
130
130
  def add_telemetry
131
131
  sdk_information = 'azure_mgmt_storage'
132
- sdk_information = "#{sdk_information}/0.16.2"
132
+ sdk_information = "#{sdk_information}/0.16.3"
133
133
  add_user_agent_information(sdk_information)
134
134
  end
135
135
  end
@@ -129,7 +129,7 @@ module Azure::Storage::Mgmt::V2015_06_15
129
129
  #
130
130
  def add_telemetry
131
131
  sdk_information = 'azure_mgmt_storage'
132
- sdk_information = "#{sdk_information}/0.16.2"
132
+ sdk_information = "#{sdk_information}/0.16.3"
133
133
  add_user_agent_information(sdk_information)
134
134
  end
135
135
  end
@@ -129,7 +129,7 @@ module Azure::Storage::Mgmt::V2016_01_01
129
129
  #
130
130
  def add_telemetry
131
131
  sdk_information = 'azure_mgmt_storage'
132
- sdk_information = "#{sdk_information}/0.16.2"
132
+ sdk_information = "#{sdk_information}/0.16.3"
133
133
  add_user_agent_information(sdk_information)
134
134
  end
135
135
  end
@@ -129,7 +129,7 @@ module Azure::Storage::Mgmt::V2016_12_01
129
129
  #
130
130
  def add_telemetry
131
131
  sdk_information = 'azure_mgmt_storage'
132
- sdk_information = "#{sdk_information}/0.16.2"
132
+ sdk_information = "#{sdk_information}/0.16.3"
133
133
  add_user_agent_information(sdk_information)
134
134
  end
135
135
  end
@@ -137,7 +137,7 @@ module Azure::Storage::Mgmt::V2017_06_01
137
137
  #
138
138
  def add_telemetry
139
139
  sdk_information = 'azure_mgmt_storage'
140
- sdk_information = "#{sdk_information}/0.16.2"
140
+ sdk_information = "#{sdk_information}/0.16.3"
141
141
  add_user_agent_information(sdk_information)
142
142
  end
143
143
  end
@@ -137,7 +137,7 @@ module Azure::Storage::Mgmt::V2017_10_01
137
137
  #
138
138
  def add_telemetry
139
139
  sdk_information = 'azure_mgmt_storage'
140
- sdk_information = "#{sdk_information}/0.16.2"
140
+ sdk_information = "#{sdk_information}/0.16.3"
141
141
  add_user_agent_information(sdk_information)
142
142
  end
143
143
  end
@@ -6,8 +6,8 @@
6
6
  module Azure::Storage::Mgmt::V2018_02_01
7
7
  module Models
8
8
  #
9
- # The URIs that are used to perform a retrieval of a public blob, queue, or
10
- # table object.
9
+ # The URIs that are used to perform a retrieval of a public blob, queue,
10
+ # table, web or dfs object.
11
11
  #
12
12
  class Endpoints
13
13
 
@@ -25,6 +25,12 @@ module Azure::Storage::Mgmt::V2018_02_01
25
25
  # @return [String] Gets the file endpoint.
26
26
  attr_accessor :file
27
27
 
28
+ # @return [String] Gets the web endpoint.
29
+ attr_accessor :web
30
+
31
+ # @return [String] Gets the dfs endpoint.
32
+ attr_accessor :dfs
33
+
28
34
 
29
35
  #
30
36
  # Mapper for Endpoints class as Ruby Hash.
@@ -74,6 +80,24 @@ module Azure::Storage::Mgmt::V2018_02_01
74
80
  type: {
75
81
  name: 'String'
76
82
  }
83
+ },
84
+ web: {
85
+ client_side_validation: true,
86
+ required: false,
87
+ read_only: true,
88
+ serialized_name: 'web',
89
+ type: {
90
+ name: 'String'
91
+ }
92
+ },
93
+ dfs: {
94
+ client_side_validation: true,
95
+ required: false,
96
+ read_only: true,
97
+ serialized_name: 'dfs',
98
+ type: {
99
+ name: 'String'
100
+ }
77
101
  }
78
102
  }
79
103
  }
@@ -88,6 +88,10 @@ module Azure::Storage::Mgmt::V2018_02_01
88
88
  # @return [NetworkRuleSet] Network rule set
89
89
  attr_accessor :network_rule_set
90
90
 
91
+ # @return [Boolean] Account HierarchicalNamespace enabled if sets to
92
+ # true. Default value: false .
93
+ attr_accessor :is_hns_enabled
94
+
91
95
 
92
96
  #
93
97
  # Mapper for StorageAccount class as Ruby Hash.
@@ -316,6 +320,15 @@ module Azure::Storage::Mgmt::V2018_02_01
316
320
  name: 'Composite',
317
321
  class_name: 'NetworkRuleSet'
318
322
  }
323
+ },
324
+ is_hns_enabled: {
325
+ client_side_validation: true,
326
+ required: false,
327
+ serialized_name: 'properties.isHnsEnabled',
328
+ default_value: false,
329
+ type: {
330
+ name: 'Boolean'
331
+ }
319
332
  }
320
333
  }
321
334
  }
@@ -60,6 +60,10 @@ module Azure::Storage::Mgmt::V2018_02_01
60
60
  # to true. Default value: false .
61
61
  attr_accessor :enable_https_traffic_only
62
62
 
63
+ # @return [Boolean] Account HierarchicalNamespace enabled if sets to
64
+ # true. Default value: false .
65
+ attr_accessor :is_hns_enabled
66
+
63
67
 
64
68
  #
65
69
  # Mapper for StorageAccountCreateParameters class as Ruby Hash.
@@ -169,6 +173,15 @@ module Azure::Storage::Mgmt::V2018_02_01
169
173
  type: {
170
174
  name: 'Boolean'
171
175
  }
176
+ },
177
+ is_hns_enabled: {
178
+ client_side_validation: true,
179
+ required: false,
180
+ serialized_name: 'properties.isHnsEnabled',
181
+ default_value: false,
182
+ type: {
183
+ name: 'Boolean'
184
+ }
172
185
  }
173
186
  }
174
187
  }
@@ -139,7 +139,7 @@ module Azure::Storage::Mgmt::V2018_02_01
139
139
  #
140
140
  def add_telemetry
141
141
  sdk_information = 'azure_mgmt_storage'
142
- sdk_information = "#{sdk_information}/0.16.0"
142
+ sdk_information = "#{sdk_information}/0.16.3"
143
143
  add_user_agent_information(sdk_information)
144
144
  end
145
145
  end
@@ -6,8 +6,8 @@
6
6
  module Azure::Storage::Mgmt::V2018_03_01_preview
7
7
  module Models
8
8
  #
9
- # The URIs that are used to perform a retrieval of a public blob, queue, or
10
- # table object.
9
+ # The URIs that are used to perform a retrieval of a public blob, queue,
10
+ # table, web or dfs object.
11
11
  #
12
12
  class Endpoints
13
13
 
@@ -25,6 +25,12 @@ module Azure::Storage::Mgmt::V2018_03_01_preview
25
25
  # @return [String] Gets the file endpoint.
26
26
  attr_accessor :file
27
27
 
28
+ # @return [String] Gets the web endpoint.
29
+ attr_accessor :web
30
+
31
+ # @return [String] Gets the dfs endpoint.
32
+ attr_accessor :dfs
33
+
28
34
 
29
35
  #
30
36
  # Mapper for Endpoints class as Ruby Hash.
@@ -74,6 +80,24 @@ module Azure::Storage::Mgmt::V2018_03_01_preview
74
80
  type: {
75
81
  name: 'String'
76
82
  }
83
+ },
84
+ web: {
85
+ client_side_validation: true,
86
+ required: false,
87
+ read_only: true,
88
+ serialized_name: 'web',
89
+ type: {
90
+ name: 'String'
91
+ }
92
+ },
93
+ dfs: {
94
+ client_side_validation: true,
95
+ required: false,
96
+ read_only: true,
97
+ serialized_name: 'dfs',
98
+ type: {
99
+ name: 'String'
100
+ }
77
101
  }
78
102
  }
79
103
  }
@@ -88,6 +88,10 @@ module Azure::Storage::Mgmt::V2018_03_01_preview
88
88
  # @return [NetworkRuleSet] Network rule set
89
89
  attr_accessor :network_rule_set
90
90
 
91
+ # @return [Boolean] Account HierarchicalNamespace enabled if sets to
92
+ # true. Default value: false .
93
+ attr_accessor :is_hns_enabled
94
+
91
95
 
92
96
  #
93
97
  # Mapper for StorageAccount class as Ruby Hash.
@@ -316,6 +320,15 @@ module Azure::Storage::Mgmt::V2018_03_01_preview
316
320
  name: 'Composite',
317
321
  class_name: 'NetworkRuleSet'
318
322
  }
323
+ },
324
+ is_hns_enabled: {
325
+ client_side_validation: true,
326
+ required: false,
327
+ serialized_name: 'properties.isHnsEnabled',
328
+ default_value: false,
329
+ type: {
330
+ name: 'Boolean'
331
+ }
319
332
  }
320
333
  }
321
334
  }
@@ -60,6 +60,10 @@ module Azure::Storage::Mgmt::V2018_03_01_preview
60
60
  # to true. Default value: false .
61
61
  attr_accessor :enable_https_traffic_only
62
62
 
63
+ # @return [Boolean] Account HierarchicalNamespace enabled if sets to
64
+ # true. Default value: false .
65
+ attr_accessor :is_hns_enabled
66
+
63
67
 
64
68
  #
65
69
  # Mapper for StorageAccountCreateParameters class as Ruby Hash.
@@ -169,6 +173,15 @@ module Azure::Storage::Mgmt::V2018_03_01_preview
169
173
  type: {
170
174
  name: 'Boolean'
171
175
  }
176
+ },
177
+ is_hns_enabled: {
178
+ client_side_validation: true,
179
+ required: false,
180
+ serialized_name: 'properties.isHnsEnabled',
181
+ default_value: false,
182
+ type: {
183
+ name: 'Boolean'
184
+ }
172
185
  }
173
186
  }
174
187
  }
@@ -139,7 +139,7 @@ module Azure::Storage::Mgmt::V2018_03_01_preview
139
139
  #
140
140
  def add_telemetry
141
141
  sdk_information = 'azure_mgmt_storage'
142
- sdk_information = "#{sdk_information}/0.16.1"
142
+ sdk_information = "#{sdk_information}/0.16.3"
143
143
  add_user_agent_information(sdk_information)
144
144
  end
145
145
  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.2'
6
+ VERSION = '0.16.3'
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.2
4
+ version: 0.16.3
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-31 00:00:00.000000000 Z
11
+ date: 2018-06-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler