azure_mgmt_storage 0.16.2 → 0.16.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/2015-05-01-preview/generated/azure_mgmt_storage/storage_management_client.rb +1 -1
- data/lib/2015-06-15/generated/azure_mgmt_storage/storage_management_client.rb +1 -1
- data/lib/2016-01-01/generated/azure_mgmt_storage/storage_management_client.rb +1 -1
- data/lib/2016-12-01/generated/azure_mgmt_storage/storage_management_client.rb +1 -1
- data/lib/2017-06-01/generated/azure_mgmt_storage/storage_management_client.rb +1 -1
- data/lib/2017-10-01/generated/azure_mgmt_storage/storage_management_client.rb +1 -1
- data/lib/2018-02-01/generated/azure_mgmt_storage/models/endpoints.rb +26 -2
- data/lib/2018-02-01/generated/azure_mgmt_storage/models/storage_account.rb +13 -0
- data/lib/2018-02-01/generated/azure_mgmt_storage/models/storage_account_create_parameters.rb +13 -0
- data/lib/2018-02-01/generated/azure_mgmt_storage/storage_management_client.rb +1 -1
- data/lib/2018-03-01-preview/generated/azure_mgmt_storage/models/endpoints.rb +26 -2
- data/lib/2018-03-01-preview/generated/azure_mgmt_storage/models/storage_account.rb +13 -0
- data/lib/2018-03-01-preview/generated/azure_mgmt_storage/models/storage_account_create_parameters.rb +13 -0
- data/lib/2018-03-01-preview/generated/azure_mgmt_storage/storage_management_client.rb +1 -1
- data/lib/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a3ef251a730c1848a4453cd165b4a42a457cfb39
|
4
|
+
data.tar.gz: 2d742d5082681cf6ca616d758d66dfae8eb915b6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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,
|
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
|
}
|
data/lib/2018-02-01/generated/azure_mgmt_storage/models/storage_account_create_parameters.rb
CHANGED
@@ -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.
|
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,
|
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
|
}
|
data/lib/2018-03-01-preview/generated/azure_mgmt_storage/models/storage_account_create_parameters.rb
CHANGED
@@ -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.
|
142
|
+
sdk_information = "#{sdk_information}/0.16.3"
|
143
143
|
add_user_agent_information(sdk_information)
|
144
144
|
end
|
145
145
|
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.16.
|
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-
|
11
|
+
date: 2018-06-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|