azure_mgmt_storage 0.17.4 → 0.17.5

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.
Files changed (22) hide show
  1. checksums.yaml +5 -5
  2. data/lib/2015-05-01-preview/generated/azure_mgmt_storage/models/custom_domain.rb +3 -3
  3. data/lib/2015-05-01-preview/generated/azure_mgmt_storage/storage_management_client.rb +1 -1
  4. data/lib/2015-06-15/generated/azure_mgmt_storage/models/custom_domain.rb +3 -3
  5. data/lib/2015-06-15/generated/azure_mgmt_storage/models/storage_account_check_name_availability_parameters.rb +2 -1
  6. data/lib/2015-06-15/generated/azure_mgmt_storage/storage_management_client.rb +1 -1
  7. data/lib/2016-01-01/generated/azure_mgmt_storage/models/custom_domain.rb +3 -3
  8. data/lib/2016-01-01/generated/azure_mgmt_storage/storage_management_client.rb +1 -1
  9. data/lib/2016-12-01/generated/azure_mgmt_storage/models/custom_domain.rb +3 -3
  10. data/lib/2016-12-01/generated/azure_mgmt_storage/storage_management_client.rb +1 -1
  11. data/lib/2017-06-01/generated/azure_mgmt_storage/models/custom_domain.rb +3 -3
  12. data/lib/2017-06-01/generated/azure_mgmt_storage/storage_management_client.rb +1 -1
  13. data/lib/2017-10-01/generated/azure_mgmt_storage/models/custom_domain.rb +3 -3
  14. data/lib/2017-10-01/generated/azure_mgmt_storage/storage_management_client.rb +1 -1
  15. data/lib/2018-02-01/generated/azure_mgmt_storage/models/custom_domain.rb +3 -3
  16. data/lib/2018-02-01/generated/azure_mgmt_storage/storage_management_client.rb +1 -1
  17. data/lib/2018-03-01-preview/generated/azure_mgmt_storage/models/custom_domain.rb +3 -3
  18. data/lib/2018-03-01-preview/generated/azure_mgmt_storage/storage_management_client.rb +1 -1
  19. data/lib/2018-07-01/generated/azure_mgmt_storage/models/custom_domain.rb +3 -3
  20. data/lib/2018-07-01/generated/azure_mgmt_storage/storage_management_client.rb +1 -1
  21. data/lib/version.rb +1 -1
  22. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 21eed671c73e0d85dabe4f2bb4aad447af67057f
4
- data.tar.gz: c86891b8019cfc306a8a92cc26f8a040861598bb
2
+ SHA256:
3
+ metadata.gz: 6643d130222b0f74b04ebeee1ce756a584d66b7508e14476b544c9e1e4e88f29
4
+ data.tar.gz: 34eb442b60ace4efbe124b0137e27015e9e562d88a92c2ee4159370db05ac51b
5
5
  SHA512:
6
- metadata.gz: f41502e0bd3e4e689070b4242cf1865793e9062bce0bb15c732001b76f797da338b276a4d784f499afd8b811a8a77b035c6d45a17f3df8b8bc2c602ad3ad4a69
7
- data.tar.gz: 564c86cb3647c4426973f7bfd7dc1bc68908c4723483234097e91a0e6ad16936f8f539d53e77455127c0a42c6dd383a7cfccd578626a895c4f494b08608f175e
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 :use_sub_domain
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
- use_sub_domain: {
46
+ use_sub_domain_name: {
47
47
  client_side_validation: true,
48
48
  required: false,
49
- serialized_name: 'useSubDomain',
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.4"
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 :use_sub_domain
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
- use_sub_domain: {
45
+ use_sub_domain_name: {
46
46
  client_side_validation: true,
47
47
  required: false,
48
- serialized_name: 'useSubDomain',
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 availabity of the storage account name.
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.4"
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 :use_sub_domain
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
- use_sub_domain: {
46
+ use_sub_domain_name: {
47
47
  client_side_validation: true,
48
48
  required: false,
49
- serialized_name: 'useSubDomain',
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.4"
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 :use_sub_domain
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
- use_sub_domain: {
46
+ use_sub_domain_name: {
47
47
  client_side_validation: true,
48
48
  required: false,
49
- serialized_name: 'useSubDomain',
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.4"
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 :use_sub_domain
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
- use_sub_domain: {
46
+ use_sub_domain_name: {
47
47
  client_side_validation: true,
48
48
  required: false,
49
- serialized_name: 'useSubDomain',
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.4"
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 :use_sub_domain
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
- use_sub_domain: {
46
+ use_sub_domain_name: {
47
47
  client_side_validation: true,
48
48
  required: false,
49
- serialized_name: 'useSubDomain',
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.4"
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 :use_sub_domain
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
- use_sub_domain: {
46
+ use_sub_domain_name: {
47
47
  client_side_validation: true,
48
48
  required: false,
49
- serialized_name: 'useSubDomain',
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.4"
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 :use_sub_domain
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
- use_sub_domain: {
46
+ use_sub_domain_name: {
47
47
  client_side_validation: true,
48
48
  required: false,
49
- serialized_name: 'useSubDomain',
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.4"
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 :use_sub_domain
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
- use_sub_domain: {
46
+ use_sub_domain_name: {
47
47
  client_side_validation: true,
48
48
  required: false,
49
- serialized_name: 'useSubDomain',
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.4"
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
@@ -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.17.4'
6
+ VERSION = '0.17.5'
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.17.4
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: 2018-11-27 00:00:00.000000000 Z
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.5.1
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