azure_mgmt_stor_simple8000_series 0.15.2 → 0.17.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (28) hide show
  1. checksums.yaml +5 -5
  2. data/lib/2017-06-01/generated/azure_mgmt_stor_simple8000_series/access_control_records.rb +32 -30
  3. data/lib/2017-06-01/generated/azure_mgmt_stor_simple8000_series/alerts.rb +27 -27
  4. data/lib/2017-06-01/generated/azure_mgmt_stor_simple8000_series/backup_policies.rb +42 -39
  5. data/lib/2017-06-01/generated/azure_mgmt_stor_simple8000_series/backup_schedules.rb +32 -30
  6. data/lib/2017-06-01/generated/azure_mgmt_stor_simple8000_series/backups.rb +45 -42
  7. data/lib/2017-06-01/generated/azure_mgmt_stor_simple8000_series/bandwidth_settings.rb +32 -30
  8. data/lib/2017-06-01/generated/azure_mgmt_stor_simple8000_series/cloud_appliances.rb +16 -16
  9. data/lib/2017-06-01/generated/azure_mgmt_stor_simple8000_series/device_settings.rb +74 -73
  10. data/lib/2017-06-01/generated/azure_mgmt_stor_simple8000_series/devices.rb +114 -107
  11. data/lib/2017-06-01/generated/azure_mgmt_stor_simple8000_series/hardware_component_groups.rb +16 -16
  12. data/lib/2017-06-01/generated/azure_mgmt_stor_simple8000_series/jobs.rb +46 -40
  13. data/lib/2017-06-01/generated/azure_mgmt_stor_simple8000_series/managers.rb +108 -98
  14. data/lib/2017-06-01/generated/azure_mgmt_stor_simple8000_series/models/alert_list.rb +1 -1
  15. data/lib/2017-06-01/generated/azure_mgmt_stor_simple8000_series/models/available_provider_operation_list.rb +1 -1
  16. data/lib/2017-06-01/generated/azure_mgmt_stor_simple8000_series/models/backup_list.rb +1 -1
  17. data/lib/2017-06-01/generated/azure_mgmt_stor_simple8000_series/models/job_list.rb +1 -1
  18. data/lib/2017-06-01/generated/azure_mgmt_stor_simple8000_series/models/resource.rb +9 -0
  19. data/lib/2017-06-01/generated/azure_mgmt_stor_simple8000_series/operations.rb +15 -13
  20. data/lib/2017-06-01/generated/azure_mgmt_stor_simple8000_series/stor_simple8000series_management_client.rb +10 -6
  21. data/lib/2017-06-01/generated/azure_mgmt_stor_simple8000_series/storage_account_credentials.rb +32 -30
  22. data/lib/2017-06-01/generated/azure_mgmt_stor_simple8000_series/volume_containers.rb +44 -40
  23. data/lib/2017-06-01/generated/azure_mgmt_stor_simple8000_series/volumes.rb +50 -45
  24. data/lib/profiles/latest/modules/storsimple8000series_profile_module.rb +520 -501
  25. data/lib/profiles/latest/storsimple8000series_latest_profile_client.rb +28 -9
  26. data/lib/profiles/latest/storsimple8000series_module_definition.rb +0 -1
  27. data/lib/version.rb +1 -1
  28. metadata +5 -5
@@ -5,17 +5,36 @@
5
5
  require 'profiles/latest/storsimple8000series_module_definition'
6
6
  require 'profiles/latest/modules/storsimple8000series_profile_module'
7
7
 
8
- module Azure::StorSimple8000Series::Profiles::Latest::Mgmt
9
- #
10
- # Client class for the Latest profile SDK.
11
- #
12
- class Client < StorSimple8000SeriesClass
13
- include MsRestAzure::Common::Configurable
8
+ module Azure::StorSimple8000Series::Profiles::Latest
9
+ module Mgmt
10
+ #
11
+ # Client class for the Latest profile SDK.
12
+ #
13
+ class Client < StorSimple8000SeriesManagementClass
14
+ include MsRestAzure::Common::Configurable
14
15
 
16
+ #
17
+ # Initializes a new instance of the Client class.
18
+ # @param options [Hash] hash of client options.
19
+ # options = {
20
+ # tenant_id: 'YOUR TENANT ID',
21
+ # client_id: 'YOUR CLIENT ID',
22
+ # client_secret: 'YOUR CLIENT SECRET',
23
+ # subscription_id: 'YOUR SUBSCRIPTION ID',
24
+ # credentials: credentials,
25
+ # active_directory_settings: active_directory_settings,
26
+ # base_url: 'YOUR BASE URL',
27
+ # options: options
28
+ # }
29
+ # 'credentials' are optional and if not passed in the hash, will be obtained
30
+ # from MsRest::TokenCredentials using MsRestAzure::ApplicationTokenProvider.
31
+ #
32
+ # Also, base_url, active_directory_settings & options are optional.
33
+ #
34
+ def initialize(options = {})
35
+ super(options)
36
+ end
15
37
 
16
- def initialize(options = {})
17
- super(options)
18
38
  end
19
-
20
39
  end
21
40
  end
@@ -6,4 +6,3 @@ module Azure end
6
6
  module Azure::StorSimple8000Series end
7
7
  module Azure::StorSimple8000Series::Profiles end
8
8
  module Azure::StorSimple8000Series::Profiles::Latest end
9
- module Azure::StorSimple8000Series::Profiles::Latest::Mgmt 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::StorSimple8000Series::Mgmt
6
- VERSION = '0.15.2'
6
+ VERSION = '0.17.3'
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: azure_mgmt_stor_simple8000_series
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.15.2
4
+ version: 0.17.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: 2017-12-19 00:00:00.000000000 Z
11
+ date: 2020-06-02 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.12.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.12.0
83
83
  description: Microsoft Azure Stor Simple 8000 Series Library for Ruby
84
84
  email: azrubyteam@microsoft.com
85
85
  executables: []
@@ -296,7 +296,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
296
296
  version: '0'
297
297
  requirements: []
298
298
  rubyforge_project:
299
- rubygems_version: 2.5.1
299
+ rubygems_version: 2.7.8
300
300
  signing_key:
301
301
  specification_version: 4
302
302
  summary: Official Ruby client library to consume Microsoft Azure Stor Simple 8000