azure_mgmt_storage 0.17.4 → 0.17.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/lib/2015-05-01-preview/generated/azure_mgmt_storage/models/custom_domain.rb +3 -3
- 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/models/custom_domain.rb +3 -3
- data/lib/2015-06-15/generated/azure_mgmt_storage/models/storage_account_check_name_availability_parameters.rb +2 -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/models/custom_domain.rb +3 -3
- data/lib/2016-01-01/generated/azure_mgmt_storage/storage_management_client.rb +1 -1
- data/lib/2016-12-01/generated/azure_mgmt_storage/models/custom_domain.rb +3 -3
- data/lib/2016-12-01/generated/azure_mgmt_storage/storage_management_client.rb +1 -1
- data/lib/2017-06-01/generated/azure_mgmt_storage/models/custom_domain.rb +3 -3
- data/lib/2017-06-01/generated/azure_mgmt_storage/storage_management_client.rb +1 -1
- data/lib/2017-10-01/generated/azure_mgmt_storage/models/custom_domain.rb +3 -3
- 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/custom_domain.rb +3 -3
- 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/custom_domain.rb +3 -3
- data/lib/2018-03-01-preview/generated/azure_mgmt_storage/storage_management_client.rb +1 -1
- data/lib/2018-07-01/generated/azure_mgmt_storage/models/custom_domain.rb +3 -3
- data/lib/2018-07-01/generated/azure_mgmt_storage/storage_management_client.rb +1 -1
- data/lib/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 6643d130222b0f74b04ebeee1ce756a584d66b7508e14476b544c9e1e4e88f29
|
4
|
+
data.tar.gz: 34eb442b60ace4efbe124b0137e27015e9e562d88a92c2ee4159370db05ac51b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bbb0a5c2ec794f1f23863d49a58a3894ee2e72cf8bacfc9b6fc7875681839fd3ae36b7c106bee69de32f41be54a175d17ba4abca3e186983b6b10a8dab443193
|
7
|
+
data.tar.gz: 0ab08f505db40a60696da0fa9bdc86bf39db2ba9aad41437b12e6e938509411c8c75207a6e3c3919df18e6bec6353aef0d528b3dfb7cbf941a434614074c4d5c
|
@@ -19,7 +19,7 @@ module Azure::Storage::Mgmt::V2015_05_01_preview
|
|
19
19
|
|
20
20
|
# @return [Boolean] Indicates whether indirect CName validation is
|
21
21
|
# enabled. Default value is false. This should only be set on updates
|
22
|
-
attr_accessor :
|
22
|
+
attr_accessor :use_sub_domain_name
|
23
23
|
|
24
24
|
|
25
25
|
#
|
@@ -43,10 +43,10 @@ module Azure::Storage::Mgmt::V2015_05_01_preview
|
|
43
43
|
name: 'String'
|
44
44
|
}
|
45
45
|
},
|
46
|
-
|
46
|
+
use_sub_domain_name: {
|
47
47
|
client_side_validation: true,
|
48
48
|
required: false,
|
49
|
-
serialized_name: '
|
49
|
+
serialized_name: 'useSubDomainName',
|
50
50
|
type: {
|
51
51
|
name: 'Boolean'
|
52
52
|
}
|
@@ -130,7 +130,7 @@ module Azure::Storage::Mgmt::V2015_05_01_preview
|
|
130
130
|
#
|
131
131
|
def add_telemetry
|
132
132
|
sdk_information = 'azure_mgmt_storage'
|
133
|
-
sdk_information = "#{sdk_information}/0.17.
|
133
|
+
sdk_information = "#{sdk_information}/0.17.5"
|
134
134
|
add_user_agent_information(sdk_information)
|
135
135
|
end
|
136
136
|
end
|
@@ -18,7 +18,7 @@ module Azure::Storage::Mgmt::V2015_06_15
|
|
18
18
|
|
19
19
|
# @return [Boolean] Indicates whether indirect CName validation is
|
20
20
|
# enabled. Default value is false. This should only be set on updates
|
21
|
-
attr_accessor :
|
21
|
+
attr_accessor :use_sub_domain_name
|
22
22
|
|
23
23
|
|
24
24
|
#
|
@@ -42,10 +42,10 @@ module Azure::Storage::Mgmt::V2015_06_15
|
|
42
42
|
name: 'String'
|
43
43
|
}
|
44
44
|
},
|
45
|
-
|
45
|
+
use_sub_domain_name: {
|
46
46
|
client_side_validation: true,
|
47
47
|
required: false,
|
48
|
-
serialized_name: '
|
48
|
+
serialized_name: 'useSubDomainName',
|
49
49
|
type: {
|
50
50
|
name: 'Boolean'
|
51
51
|
}
|
@@ -6,7 +6,8 @@
|
|
6
6
|
module Azure::Storage::Mgmt::V2015_06_15
|
7
7
|
module Models
|
8
8
|
#
|
9
|
-
# The parameters used to check the
|
9
|
+
# The parameters used to check the availability of the storage account
|
10
|
+
# name.
|
10
11
|
#
|
11
12
|
class StorageAccountCheckNameAvailabilityParameters
|
12
13
|
|
@@ -130,7 +130,7 @@ module Azure::Storage::Mgmt::V2015_06_15
|
|
130
130
|
#
|
131
131
|
def add_telemetry
|
132
132
|
sdk_information = 'azure_mgmt_storage'
|
133
|
-
sdk_information = "#{sdk_information}/0.17.
|
133
|
+
sdk_information = "#{sdk_information}/0.17.5"
|
134
134
|
add_user_agent_information(sdk_information)
|
135
135
|
end
|
136
136
|
end
|
@@ -19,7 +19,7 @@ module Azure::Storage::Mgmt::V2016_01_01
|
|
19
19
|
|
20
20
|
# @return [Boolean] Indicates whether indirect CName validation is
|
21
21
|
# enabled. Default value is false. This should only be set on updates.
|
22
|
-
attr_accessor :
|
22
|
+
attr_accessor :use_sub_domain_name
|
23
23
|
|
24
24
|
|
25
25
|
#
|
@@ -43,10 +43,10 @@ module Azure::Storage::Mgmt::V2016_01_01
|
|
43
43
|
name: 'String'
|
44
44
|
}
|
45
45
|
},
|
46
|
-
|
46
|
+
use_sub_domain_name: {
|
47
47
|
client_side_validation: true,
|
48
48
|
required: false,
|
49
|
-
serialized_name: '
|
49
|
+
serialized_name: 'useSubDomainName',
|
50
50
|
type: {
|
51
51
|
name: 'Boolean'
|
52
52
|
}
|
@@ -130,7 +130,7 @@ module Azure::Storage::Mgmt::V2016_01_01
|
|
130
130
|
#
|
131
131
|
def add_telemetry
|
132
132
|
sdk_information = 'azure_mgmt_storage'
|
133
|
-
sdk_information = "#{sdk_information}/0.17.
|
133
|
+
sdk_information = "#{sdk_information}/0.17.5"
|
134
134
|
add_user_agent_information(sdk_information)
|
135
135
|
end
|
136
136
|
end
|
@@ -19,7 +19,7 @@ module Azure::Storage::Mgmt::V2016_12_01
|
|
19
19
|
|
20
20
|
# @return [Boolean] Indicates whether indirect CName validation is
|
21
21
|
# enabled. Default value is false. This should only be set on updates.
|
22
|
-
attr_accessor :
|
22
|
+
attr_accessor :use_sub_domain_name
|
23
23
|
|
24
24
|
|
25
25
|
#
|
@@ -43,10 +43,10 @@ module Azure::Storage::Mgmt::V2016_12_01
|
|
43
43
|
name: 'String'
|
44
44
|
}
|
45
45
|
},
|
46
|
-
|
46
|
+
use_sub_domain_name: {
|
47
47
|
client_side_validation: true,
|
48
48
|
required: false,
|
49
|
-
serialized_name: '
|
49
|
+
serialized_name: 'useSubDomainName',
|
50
50
|
type: {
|
51
51
|
name: 'Boolean'
|
52
52
|
}
|
@@ -130,7 +130,7 @@ module Azure::Storage::Mgmt::V2016_12_01
|
|
130
130
|
#
|
131
131
|
def add_telemetry
|
132
132
|
sdk_information = 'azure_mgmt_storage'
|
133
|
-
sdk_information = "#{sdk_information}/0.17.
|
133
|
+
sdk_information = "#{sdk_information}/0.17.5"
|
134
134
|
add_user_agent_information(sdk_information)
|
135
135
|
end
|
136
136
|
end
|
@@ -19,7 +19,7 @@ module Azure::Storage::Mgmt::V2017_06_01
|
|
19
19
|
|
20
20
|
# @return [Boolean] Indicates whether indirect CName validation is
|
21
21
|
# enabled. Default value is false. This should only be set on updates.
|
22
|
-
attr_accessor :
|
22
|
+
attr_accessor :use_sub_domain_name
|
23
23
|
|
24
24
|
|
25
25
|
#
|
@@ -43,10 +43,10 @@ module Azure::Storage::Mgmt::V2017_06_01
|
|
43
43
|
name: 'String'
|
44
44
|
}
|
45
45
|
},
|
46
|
-
|
46
|
+
use_sub_domain_name: {
|
47
47
|
client_side_validation: true,
|
48
48
|
required: false,
|
49
|
-
serialized_name: '
|
49
|
+
serialized_name: 'useSubDomainName',
|
50
50
|
type: {
|
51
51
|
name: 'Boolean'
|
52
52
|
}
|
@@ -138,7 +138,7 @@ module Azure::Storage::Mgmt::V2017_06_01
|
|
138
138
|
#
|
139
139
|
def add_telemetry
|
140
140
|
sdk_information = 'azure_mgmt_storage'
|
141
|
-
sdk_information = "#{sdk_information}/0.17.
|
141
|
+
sdk_information = "#{sdk_information}/0.17.5"
|
142
142
|
add_user_agent_information(sdk_information)
|
143
143
|
end
|
144
144
|
end
|
@@ -19,7 +19,7 @@ module Azure::Storage::Mgmt::V2017_10_01
|
|
19
19
|
|
20
20
|
# @return [Boolean] Indicates whether indirect CName validation is
|
21
21
|
# enabled. Default value is false. This should only be set on updates.
|
22
|
-
attr_accessor :
|
22
|
+
attr_accessor :use_sub_domain_name
|
23
23
|
|
24
24
|
|
25
25
|
#
|
@@ -43,10 +43,10 @@ module Azure::Storage::Mgmt::V2017_10_01
|
|
43
43
|
name: 'String'
|
44
44
|
}
|
45
45
|
},
|
46
|
-
|
46
|
+
use_sub_domain_name: {
|
47
47
|
client_side_validation: true,
|
48
48
|
required: false,
|
49
|
-
serialized_name: '
|
49
|
+
serialized_name: 'useSubDomainName',
|
50
50
|
type: {
|
51
51
|
name: 'Boolean'
|
52
52
|
}
|
@@ -138,7 +138,7 @@ module Azure::Storage::Mgmt::V2017_10_01
|
|
138
138
|
#
|
139
139
|
def add_telemetry
|
140
140
|
sdk_information = 'azure_mgmt_storage'
|
141
|
-
sdk_information = "#{sdk_information}/0.17.
|
141
|
+
sdk_information = "#{sdk_information}/0.17.5"
|
142
142
|
add_user_agent_information(sdk_information)
|
143
143
|
end
|
144
144
|
end
|
@@ -19,7 +19,7 @@ module Azure::Storage::Mgmt::V2018_02_01
|
|
19
19
|
|
20
20
|
# @return [Boolean] Indicates whether indirect CName validation is
|
21
21
|
# enabled. Default value is false. This should only be set on updates.
|
22
|
-
attr_accessor :
|
22
|
+
attr_accessor :use_sub_domain_name
|
23
23
|
|
24
24
|
|
25
25
|
#
|
@@ -43,10 +43,10 @@ module Azure::Storage::Mgmt::V2018_02_01
|
|
43
43
|
name: 'String'
|
44
44
|
}
|
45
45
|
},
|
46
|
-
|
46
|
+
use_sub_domain_name: {
|
47
47
|
client_side_validation: true,
|
48
48
|
required: false,
|
49
|
-
serialized_name: '
|
49
|
+
serialized_name: 'useSubDomainName',
|
50
50
|
type: {
|
51
51
|
name: 'Boolean'
|
52
52
|
}
|
@@ -140,7 +140,7 @@ module Azure::Storage::Mgmt::V2018_02_01
|
|
140
140
|
#
|
141
141
|
def add_telemetry
|
142
142
|
sdk_information = 'azure_mgmt_storage'
|
143
|
-
sdk_information = "#{sdk_information}/0.17.
|
143
|
+
sdk_information = "#{sdk_information}/0.17.5"
|
144
144
|
add_user_agent_information(sdk_information)
|
145
145
|
end
|
146
146
|
end
|
@@ -19,7 +19,7 @@ module Azure::Storage::Mgmt::V2018_03_01_preview
|
|
19
19
|
|
20
20
|
# @return [Boolean] Indicates whether indirect CName validation is
|
21
21
|
# enabled. Default value is false. This should only be set on updates.
|
22
|
-
attr_accessor :
|
22
|
+
attr_accessor :use_sub_domain_name
|
23
23
|
|
24
24
|
|
25
25
|
#
|
@@ -43,10 +43,10 @@ module Azure::Storage::Mgmt::V2018_03_01_preview
|
|
43
43
|
name: 'String'
|
44
44
|
}
|
45
45
|
},
|
46
|
-
|
46
|
+
use_sub_domain_name: {
|
47
47
|
client_side_validation: true,
|
48
48
|
required: false,
|
49
|
-
serialized_name: '
|
49
|
+
serialized_name: 'useSubDomainName',
|
50
50
|
type: {
|
51
51
|
name: 'Boolean'
|
52
52
|
}
|
@@ -140,7 +140,7 @@ module Azure::Storage::Mgmt::V2018_03_01_preview
|
|
140
140
|
#
|
141
141
|
def add_telemetry
|
142
142
|
sdk_information = 'azure_mgmt_storage'
|
143
|
-
sdk_information = "#{sdk_information}/0.17.
|
143
|
+
sdk_information = "#{sdk_information}/0.17.5"
|
144
144
|
add_user_agent_information(sdk_information)
|
145
145
|
end
|
146
146
|
end
|
@@ -19,7 +19,7 @@ module Azure::Storage::Mgmt::V2018_07_01
|
|
19
19
|
|
20
20
|
# @return [Boolean] Indicates whether indirect CName validation is
|
21
21
|
# enabled. Default value is false. This should only be set on updates.
|
22
|
-
attr_accessor :
|
22
|
+
attr_accessor :use_sub_domain_name
|
23
23
|
|
24
24
|
|
25
25
|
#
|
@@ -43,10 +43,10 @@ module Azure::Storage::Mgmt::V2018_07_01
|
|
43
43
|
name: 'String'
|
44
44
|
}
|
45
45
|
},
|
46
|
-
|
46
|
+
use_sub_domain_name: {
|
47
47
|
client_side_validation: true,
|
48
48
|
required: false,
|
49
|
-
serialized_name: '
|
49
|
+
serialized_name: 'useSubDomainName',
|
50
50
|
type: {
|
51
51
|
name: 'Boolean'
|
52
52
|
}
|
@@ -144,7 +144,7 @@ module Azure::Storage::Mgmt::V2018_07_01
|
|
144
144
|
#
|
145
145
|
def add_telemetry
|
146
146
|
sdk_information = 'azure_mgmt_storage'
|
147
|
-
sdk_information = "#{sdk_information}/0.17.
|
147
|
+
sdk_information = "#{sdk_information}/0.17.5"
|
148
148
|
add_user_agent_information(sdk_information)
|
149
149
|
end
|
150
150
|
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.17.
|
4
|
+
version: 0.17.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Microsoft Corporation
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2019-01-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -633,7 +633,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
633
633
|
version: '0'
|
634
634
|
requirements: []
|
635
635
|
rubyforge_project:
|
636
|
-
rubygems_version: 2.
|
636
|
+
rubygems_version: 2.7.6
|
637
637
|
signing_key:
|
638
638
|
specification_version: 4
|
639
639
|
summary: Official ruby client library to consume Microsoft Azure Storage Management
|