azure_mgmt_batch 0.14.0 → 0.15.0

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 (73) hide show
  1. checksums.yaml +4 -4
  2. data/lib/2015-12-01/generated/azure_mgmt_batch.rb +50 -0
  3. data/lib/2015-12-01/generated/azure_mgmt_batch/application_operations.rb +635 -0
  4. data/lib/{generated → 2015-12-01/generated}/azure_mgmt_batch/application_package_operations.rb +4 -4
  5. data/lib/2015-12-01/generated/azure_mgmt_batch/batch_account_operations.rb +1229 -0
  6. data/lib/2015-12-01/generated/azure_mgmt_batch/batch_management_client.rb +142 -0
  7. data/lib/2015-12-01/generated/azure_mgmt_batch/location.rb +115 -0
  8. data/lib/{generated → 2015-12-01/generated}/azure_mgmt_batch/models/account_key_type.rb +1 -1
  9. data/lib/2015-12-01/generated/azure_mgmt_batch/models/activate_application_package_parameters.rb +45 -0
  10. data/lib/2015-12-01/generated/azure_mgmt_batch/models/add_application_parameters.rb +55 -0
  11. data/lib/{generated → 2015-12-01/generated}/azure_mgmt_batch/models/application.rb +1 -1
  12. data/lib/2015-12-01/generated/azure_mgmt_batch/models/application_package.rb +110 -0
  13. data/lib/2015-12-01/generated/azure_mgmt_batch/models/auto_storage_base_properties.rb +45 -0
  14. data/lib/2015-12-01/generated/azure_mgmt_batch/models/auto_storage_properties.rb +57 -0
  15. data/lib/2015-12-01/generated/azure_mgmt_batch/models/batch_account.rb +147 -0
  16. data/lib/2015-12-01/generated/azure_mgmt_batch/models/batch_account_create_parameters.rb +74 -0
  17. data/lib/2015-12-01/generated/azure_mgmt_batch/models/batch_account_keys.rb +54 -0
  18. data/lib/2015-12-01/generated/azure_mgmt_batch/models/batch_account_list_result.rb +95 -0
  19. data/lib/{generated → 2015-12-01/generated}/azure_mgmt_batch/models/batch_account_regenerate_key_parameters.rb +1 -1
  20. data/lib/2015-12-01/generated/azure_mgmt_batch/models/batch_account_update_parameters.rb +64 -0
  21. data/lib/2015-12-01/generated/azure_mgmt_batch/models/batch_location_quota.rb +45 -0
  22. data/lib/2015-12-01/generated/azure_mgmt_batch/models/list_applications_result.rb +94 -0
  23. data/lib/{generated → 2015-12-01/generated}/azure_mgmt_batch/models/package_state.rb +1 -1
  24. data/lib/{generated → 2015-12-01/generated}/azure_mgmt_batch/models/provisioning_state.rb +1 -1
  25. data/lib/2015-12-01/generated/azure_mgmt_batch/models/resource.rb +94 -0
  26. data/lib/2015-12-01/generated/azure_mgmt_batch/models/update_application_parameters.rb +66 -0
  27. data/lib/2015-12-01/generated/azure_mgmt_batch/module_definition.rb +9 -0
  28. data/lib/{generated → 2015-12-01/generated}/azure_mgmt_batch/version.rb +2 -2
  29. data/lib/{generated → 2017-05-01/generated}/azure_mgmt_batch.rb +35 -35
  30. data/lib/{generated → 2017-05-01/generated}/azure_mgmt_batch/application_operations.rb +7 -7
  31. data/lib/2017-05-01/generated/azure_mgmt_batch/application_package_operations.rb +427 -0
  32. data/lib/{generated → 2017-05-01/generated}/azure_mgmt_batch/batch_account_operations.rb +14 -14
  33. data/lib/{generated → 2017-05-01/generated}/azure_mgmt_batch/batch_management_client.rb +3 -3
  34. data/lib/{generated → 2017-05-01/generated}/azure_mgmt_batch/location.rb +4 -4
  35. data/lib/2017-05-01/generated/azure_mgmt_batch/models/account_key_type.rb +16 -0
  36. data/lib/{generated → 2017-05-01/generated}/azure_mgmt_batch/models/activate_application_package_parameters.rb +1 -1
  37. data/lib/2017-05-01/generated/azure_mgmt_batch/models/application.rb +96 -0
  38. data/lib/{generated → 2017-05-01/generated}/azure_mgmt_batch/models/application_create_parameters.rb +1 -1
  39. data/lib/{generated → 2017-05-01/generated}/azure_mgmt_batch/models/application_package.rb +1 -1
  40. data/lib/{generated → 2017-05-01/generated}/azure_mgmt_batch/models/application_update_parameters.rb +1 -1
  41. data/lib/{generated → 2017-05-01/generated}/azure_mgmt_batch/models/auto_storage_base_properties.rb +1 -1
  42. data/lib/{generated → 2017-05-01/generated}/azure_mgmt_batch/models/auto_storage_properties.rb +1 -1
  43. data/lib/{generated → 2017-05-01/generated}/azure_mgmt_batch/models/batch_account.rb +1 -1
  44. data/lib/{generated → 2017-05-01/generated}/azure_mgmt_batch/models/batch_account_create_parameters.rb +1 -1
  45. data/lib/{generated → 2017-05-01/generated}/azure_mgmt_batch/models/batch_account_keys.rb +1 -1
  46. data/lib/{generated → 2017-05-01/generated}/azure_mgmt_batch/models/batch_account_list_result.rb +1 -1
  47. data/lib/2017-05-01/generated/azure_mgmt_batch/models/batch_account_regenerate_key_parameters.rb +46 -0
  48. data/lib/{generated → 2017-05-01/generated}/azure_mgmt_batch/models/batch_account_update_parameters.rb +1 -1
  49. data/lib/{generated → 2017-05-01/generated}/azure_mgmt_batch/models/batch_location_quota.rb +1 -1
  50. data/lib/{generated → 2017-05-01/generated}/azure_mgmt_batch/models/check_name_availability_parameters.rb +1 -1
  51. data/lib/{generated → 2017-05-01/generated}/azure_mgmt_batch/models/check_name_availability_result.rb +1 -1
  52. data/lib/{generated → 2017-05-01/generated}/azure_mgmt_batch/models/key_vault_reference.rb +1 -1
  53. data/lib/{generated → 2017-05-01/generated}/azure_mgmt_batch/models/list_applications_result.rb +1 -1
  54. data/lib/{generated → 2017-05-01/generated}/azure_mgmt_batch/models/name_availability_reason.rb +1 -1
  55. data/lib/{generated → 2017-05-01/generated}/azure_mgmt_batch/models/operation.rb +1 -1
  56. data/lib/{generated → 2017-05-01/generated}/azure_mgmt_batch/models/operation_display.rb +1 -1
  57. data/lib/{generated → 2017-05-01/generated}/azure_mgmt_batch/models/operation_list_result.rb +1 -1
  58. data/lib/2017-05-01/generated/azure_mgmt_batch/models/package_state.rb +17 -0
  59. data/lib/{generated → 2017-05-01/generated}/azure_mgmt_batch/models/pool_allocation_mode.rb +1 -1
  60. data/lib/2017-05-01/generated/azure_mgmt_batch/models/provisioning_state.rb +20 -0
  61. data/lib/{generated → 2017-05-01/generated}/azure_mgmt_batch/models/resource.rb +1 -1
  62. data/lib/2017-05-01/generated/azure_mgmt_batch/module_definition.rb +9 -0
  63. data/lib/{generated → 2017-05-01/generated}/azure_mgmt_batch/operations.rb +3 -3
  64. data/lib/{generated/azure_mgmt_batch/module_definition.rb → 2017-05-01/generated/azure_mgmt_batch/version.rb} +3 -3
  65. data/lib/azure_mgmt_batch.rb +3 -1
  66. data/lib/module_definition.rb +7 -0
  67. data/lib/profiles/common/configurable.rb +73 -0
  68. data/lib/profiles/common/default.rb +68 -0
  69. data/lib/profiles/latest/batch_latest_profile_client.rb +33 -0
  70. data/lib/profiles/latest/batch_module_definition.rb +9 -0
  71. data/lib/profiles/latest/modules/batch_profile_module.rb +158 -0
  72. data/lib/version.rb +7 -0
  73. metadata +72 -38
@@ -3,7 +3,7 @@
3
3
  # Changes may cause incorrect behavior and will be lost if the code is
4
4
  # regenerated.
5
5
 
6
- module Azure::ARM::Batch
6
+ module Azure::Batch::Mgmt::V2015_12_01
7
7
  module Models
8
8
  #
9
9
  # Parameters supplied to the RegenerateKey operation.
@@ -0,0 +1,64 @@
1
+ # encoding: utf-8
2
+ # Code generated by Microsoft (R) AutoRest Code Generator.
3
+ # Changes may cause incorrect behavior and will be lost if the code is
4
+ # regenerated.
5
+
6
+ module Azure::Batch::Mgmt::V2015_12_01
7
+ module Models
8
+ #
9
+ # Parameters supplied to the Update operation.
10
+ #
11
+ class BatchAccountUpdateParameters
12
+
13
+ include MsRestAzure
14
+
15
+ # @return [Hash{String => String}] The user specified tags associated
16
+ # with the account.
17
+ attr_accessor :tags
18
+
19
+ # @return [AutoStorageBaseProperties] The properties related to auto
20
+ # storage account.
21
+ attr_accessor :auto_storage
22
+
23
+
24
+ #
25
+ # Mapper for BatchAccountUpdateParameters class as Ruby Hash.
26
+ # This will be used for serialization/deserialization.
27
+ #
28
+ def self.mapper()
29
+ {
30
+ required: false,
31
+ serialized_name: 'BatchAccountUpdateParameters',
32
+ type: {
33
+ name: 'Composite',
34
+ class_name: 'BatchAccountUpdateParameters',
35
+ model_properties: {
36
+ tags: {
37
+ required: false,
38
+ serialized_name: 'tags',
39
+ type: {
40
+ name: 'Dictionary',
41
+ value: {
42
+ required: false,
43
+ serialized_name: 'StringElementType',
44
+ type: {
45
+ name: 'String'
46
+ }
47
+ }
48
+ }
49
+ },
50
+ auto_storage: {
51
+ required: false,
52
+ serialized_name: 'properties.autoStorage',
53
+ type: {
54
+ name: 'Composite',
55
+ class_name: 'AutoStorageBaseProperties'
56
+ }
57
+ }
58
+ }
59
+ }
60
+ }
61
+ end
62
+ end
63
+ end
64
+ end
@@ -0,0 +1,45 @@
1
+ # encoding: utf-8
2
+ # Code generated by Microsoft (R) AutoRest Code Generator.
3
+ # Changes may cause incorrect behavior and will be lost if the code is
4
+ # regenerated.
5
+
6
+ module Azure::Batch::Mgmt::V2015_12_01
7
+ module Models
8
+ #
9
+ # Quotas associated with a Batch region for a particular subscription.
10
+ #
11
+ class BatchLocationQuota
12
+
13
+ include MsRestAzure
14
+
15
+ # @return [Integer] The number of Batch accounts that may be created
16
+ # under the subscription in the specified region.
17
+ attr_accessor :account_quota
18
+
19
+
20
+ #
21
+ # Mapper for BatchLocationQuota class as Ruby Hash.
22
+ # This will be used for serialization/deserialization.
23
+ #
24
+ def self.mapper()
25
+ {
26
+ required: false,
27
+ serialized_name: 'BatchLocationQuota',
28
+ type: {
29
+ name: 'Composite',
30
+ class_name: 'BatchLocationQuota',
31
+ model_properties: {
32
+ account_quota: {
33
+ required: false,
34
+ serialized_name: 'accountQuota',
35
+ type: {
36
+ name: 'Number'
37
+ }
38
+ }
39
+ }
40
+ }
41
+ }
42
+ end
43
+ end
44
+ end
45
+ end
@@ -0,0 +1,94 @@
1
+ # encoding: utf-8
2
+ # Code generated by Microsoft (R) AutoRest Code Generator.
3
+ # Changes may cause incorrect behavior and will be lost if the code is
4
+ # regenerated.
5
+
6
+ module Azure::Batch::Mgmt::V2015_12_01
7
+ module Models
8
+ #
9
+ # Response to an ApplicationOperations.ListApplications request.
10
+ #
11
+ class ListApplicationsResult
12
+
13
+ include MsRestAzure
14
+
15
+ include MsRest::JSONable
16
+ # @return [Array<Application>] The list of applications.
17
+ attr_accessor :value
18
+
19
+ # @return [String] The URL to get the next set of results.
20
+ attr_accessor :next_link
21
+
22
+ # return [Proc] with next page method call.
23
+ attr_accessor :next_method
24
+
25
+ #
26
+ # Gets the rest of the items for the request, enabling auto-pagination.
27
+ #
28
+ # @return [Array<Application>] operation results.
29
+ #
30
+ def get_all_items
31
+ items = @value
32
+ page = self
33
+ while page.next_link != nil do
34
+ page = page.get_next_page
35
+ items.concat(page.value)
36
+ end
37
+ items
38
+ end
39
+
40
+ #
41
+ # Gets the next page of results.
42
+ #
43
+ # @return [ListApplicationsResult] with next page content.
44
+ #
45
+ def get_next_page
46
+ response = @next_method.call(@next_link).value! unless @next_method.nil?
47
+ unless response.nil?
48
+ @next_link = response.body.next_link
49
+ @value = response.body.value
50
+ self
51
+ end
52
+ end
53
+
54
+ #
55
+ # Mapper for ListApplicationsResult class as Ruby Hash.
56
+ # This will be used for serialization/deserialization.
57
+ #
58
+ def self.mapper()
59
+ {
60
+ required: false,
61
+ serialized_name: 'ListApplicationsResult',
62
+ type: {
63
+ name: 'Composite',
64
+ class_name: 'ListApplicationsResult',
65
+ model_properties: {
66
+ value: {
67
+ required: false,
68
+ serialized_name: 'value',
69
+ type: {
70
+ name: 'Sequence',
71
+ element: {
72
+ required: false,
73
+ serialized_name: 'ApplicationElementType',
74
+ type: {
75
+ name: 'Composite',
76
+ class_name: 'Application'
77
+ }
78
+ }
79
+ }
80
+ },
81
+ next_link: {
82
+ required: false,
83
+ serialized_name: 'nextLink',
84
+ type: {
85
+ name: 'String'
86
+ }
87
+ }
88
+ }
89
+ }
90
+ }
91
+ end
92
+ end
93
+ end
94
+ end
@@ -3,7 +3,7 @@
3
3
  # Changes may cause incorrect behavior and will be lost if the code is
4
4
  # regenerated.
5
5
 
6
- module Azure::ARM::Batch
6
+ module Azure::Batch::Mgmt::V2015_12_01
7
7
  module Models
8
8
  #
9
9
  # Defines values for PackageState
@@ -3,7 +3,7 @@
3
3
  # Changes may cause incorrect behavior and will be lost if the code is
4
4
  # regenerated.
5
5
 
6
- module Azure::ARM::Batch
6
+ module Azure::Batch::Mgmt::V2015_12_01
7
7
  module Models
8
8
  #
9
9
  # Defines values for ProvisioningState
@@ -0,0 +1,94 @@
1
+ # encoding: utf-8
2
+ # Code generated by Microsoft (R) AutoRest Code Generator.
3
+ # Changes may cause incorrect behavior and will be lost if the code is
4
+ # regenerated.
5
+
6
+ module Azure::Batch::Mgmt::V2015_12_01
7
+ module Models
8
+ #
9
+ # A definition of an Azure resource.
10
+ #
11
+ class Resource
12
+
13
+ include MsRestAzure
14
+
15
+ # @return [String] The ID of the resource
16
+ attr_accessor :id
17
+
18
+ # @return [String] The name of the resource
19
+ attr_accessor :name
20
+
21
+ # @return [String] The type of the resource
22
+ attr_accessor :type
23
+
24
+ # @return [String] The location of the resource
25
+ attr_accessor :location
26
+
27
+ # @return [Hash{String => String}] The tags of the resource
28
+ attr_accessor :tags
29
+
30
+
31
+ #
32
+ # Mapper for Resource class as Ruby Hash.
33
+ # This will be used for serialization/deserialization.
34
+ #
35
+ def self.mapper()
36
+ {
37
+ required: false,
38
+ serialized_name: 'Resource',
39
+ type: {
40
+ name: 'Composite',
41
+ class_name: 'Resource',
42
+ model_properties: {
43
+ id: {
44
+ required: false,
45
+ read_only: true,
46
+ serialized_name: 'id',
47
+ type: {
48
+ name: 'String'
49
+ }
50
+ },
51
+ name: {
52
+ required: false,
53
+ read_only: true,
54
+ serialized_name: 'name',
55
+ type: {
56
+ name: 'String'
57
+ }
58
+ },
59
+ type: {
60
+ required: false,
61
+ read_only: true,
62
+ serialized_name: 'type',
63
+ type: {
64
+ name: 'String'
65
+ }
66
+ },
67
+ location: {
68
+ required: false,
69
+ serialized_name: 'location',
70
+ type: {
71
+ name: 'String'
72
+ }
73
+ },
74
+ tags: {
75
+ required: false,
76
+ serialized_name: 'tags',
77
+ type: {
78
+ name: 'Dictionary',
79
+ value: {
80
+ required: false,
81
+ serialized_name: 'StringElementType',
82
+ type: {
83
+ name: 'String'
84
+ }
85
+ }
86
+ }
87
+ }
88
+ }
89
+ }
90
+ }
91
+ end
92
+ end
93
+ end
94
+ end
@@ -0,0 +1,66 @@
1
+ # encoding: utf-8
2
+ # Code generated by Microsoft (R) AutoRest Code Generator.
3
+ # Changes may cause incorrect behavior and will be lost if the code is
4
+ # regenerated.
5
+
6
+ module Azure::Batch::Mgmt::V2015_12_01
7
+ module Models
8
+ #
9
+ # Parameters for an ApplicationOperations.UpdateApplication request.
10
+ #
11
+ class UpdateApplicationParameters
12
+
13
+ include MsRestAzure
14
+
15
+ # @return [Boolean] A value indicating whether packages within the
16
+ # application may be overwritten using the same version string.
17
+ attr_accessor :allow_updates
18
+
19
+ # @return [String] The package to use if a client requests the
20
+ # application but does not specify a version.
21
+ attr_accessor :default_version
22
+
23
+ # @return [String] The display name for the application.
24
+ attr_accessor :display_name
25
+
26
+
27
+ #
28
+ # Mapper for UpdateApplicationParameters class as Ruby Hash.
29
+ # This will be used for serialization/deserialization.
30
+ #
31
+ def self.mapper()
32
+ {
33
+ required: false,
34
+ serialized_name: 'UpdateApplicationParameters',
35
+ type: {
36
+ name: 'Composite',
37
+ class_name: 'UpdateApplicationParameters',
38
+ model_properties: {
39
+ allow_updates: {
40
+ required: false,
41
+ serialized_name: 'allowUpdates',
42
+ type: {
43
+ name: 'Boolean'
44
+ }
45
+ },
46
+ default_version: {
47
+ required: false,
48
+ serialized_name: 'defaultVersion',
49
+ type: {
50
+ name: 'String'
51
+ }
52
+ },
53
+ display_name: {
54
+ required: false,
55
+ serialized_name: 'displayName',
56
+ type: {
57
+ name: 'String'
58
+ }
59
+ }
60
+ }
61
+ }
62
+ }
63
+ end
64
+ end
65
+ end
66
+ end
@@ -0,0 +1,9 @@
1
+ # encoding: utf-8
2
+ # Code generated by Microsoft (R) AutoRest Code Generator.
3
+ # Changes may cause incorrect behavior and will be lost if the code is
4
+ # regenerated.
5
+
6
+ module Azure end
7
+ module Azure::Batch end
8
+ module Azure::Batch::Mgmt end
9
+ module Azure::Batch::Mgmt::V2015_12_01 end
@@ -3,6 +3,6 @@
3
3
  # Changes may cause incorrect behavior and will be lost if the code is
4
4
  # regenerated.
5
5
 
6
- module Azure::ARM::Batch
7
- VERSION = '0.14.0'
6
+ module Azure::Batch::Mgmt::V2015_12_01
7
+ VERSION = '0.15.0'
8
8
  end
@@ -16,44 +16,44 @@ require 'faraday'
16
16
  require 'faraday-cookie_jar'
17
17
  require 'concurrent'
18
18
  require 'ms_rest'
19
- require 'generated/azure_mgmt_batch/module_definition'
19
+ require '2017-05-01/generated/azure_mgmt_batch/module_definition'
20
20
  require 'ms_rest_azure'
21
21
 
22
- module Azure::ARM::Batch
23
- autoload :BatchAccountOperations, 'generated/azure_mgmt_batch/batch_account_operations.rb'
24
- autoload :ApplicationPackageOperations, 'generated/azure_mgmt_batch/application_package_operations.rb'
25
- autoload :ApplicationOperations, 'generated/azure_mgmt_batch/application_operations.rb'
26
- autoload :Location, 'generated/azure_mgmt_batch/location.rb'
27
- autoload :Operations, 'generated/azure_mgmt_batch/operations.rb'
28
- autoload :BatchManagementClient, 'generated/azure_mgmt_batch/batch_management_client.rb'
22
+ module Azure::Batch::Mgmt::V2017_05_01
23
+ autoload :BatchAccountOperations, '2017-05-01/generated/azure_mgmt_batch/batch_account_operations.rb'
24
+ autoload :ApplicationPackageOperations, '2017-05-01/generated/azure_mgmt_batch/application_package_operations.rb'
25
+ autoload :ApplicationOperations, '2017-05-01/generated/azure_mgmt_batch/application_operations.rb'
26
+ autoload :Location, '2017-05-01/generated/azure_mgmt_batch/location.rb'
27
+ autoload :Operations, '2017-05-01/generated/azure_mgmt_batch/operations.rb'
28
+ autoload :BatchManagementClient, '2017-05-01/generated/azure_mgmt_batch/batch_management_client.rb'
29
29
 
30
30
  module Models
31
- autoload :ApplicationPackage, 'generated/azure_mgmt_batch/models/application_package.rb'
32
- autoload :Application, 'generated/azure_mgmt_batch/models/application.rb'
33
- autoload :KeyVaultReference, 'generated/azure_mgmt_batch/models/key_vault_reference.rb'
34
- autoload :ListApplicationsResult, 'generated/azure_mgmt_batch/models/list_applications_result.rb'
35
- autoload :BatchAccountCreateParameters, 'generated/azure_mgmt_batch/models/batch_account_create_parameters.rb'
36
- autoload :CheckNameAvailabilityParameters, 'generated/azure_mgmt_batch/models/check_name_availability_parameters.rb'
37
- autoload :BatchAccountUpdateParameters, 'generated/azure_mgmt_batch/models/batch_account_update_parameters.rb'
38
- autoload :ApplicationUpdateParameters, 'generated/azure_mgmt_batch/models/application_update_parameters.rb'
39
- autoload :BatchAccountRegenerateKeyParameters, 'generated/azure_mgmt_batch/models/batch_account_regenerate_key_parameters.rb'
40
- autoload :BatchLocationQuota, 'generated/azure_mgmt_batch/models/batch_location_quota.rb'
41
- autoload :ActivateApplicationPackageParameters, 'generated/azure_mgmt_batch/models/activate_application_package_parameters.rb'
42
- autoload :Resource, 'generated/azure_mgmt_batch/models/resource.rb'
43
- autoload :AutoStorageBaseProperties, 'generated/azure_mgmt_batch/models/auto_storage_base_properties.rb'
44
- autoload :BatchAccountListResult, 'generated/azure_mgmt_batch/models/batch_account_list_result.rb'
45
- autoload :ApplicationCreateParameters, 'generated/azure_mgmt_batch/models/application_create_parameters.rb'
46
- autoload :OperationDisplay, 'generated/azure_mgmt_batch/models/operation_display.rb'
47
- autoload :BatchAccountKeys, 'generated/azure_mgmt_batch/models/batch_account_keys.rb'
48
- autoload :Operation, 'generated/azure_mgmt_batch/models/operation.rb'
49
- autoload :CheckNameAvailabilityResult, 'generated/azure_mgmt_batch/models/check_name_availability_result.rb'
50
- autoload :OperationListResult, 'generated/azure_mgmt_batch/models/operation_list_result.rb'
51
- autoload :AutoStorageProperties, 'generated/azure_mgmt_batch/models/auto_storage_properties.rb'
52
- autoload :BatchAccount, 'generated/azure_mgmt_batch/models/batch_account.rb'
53
- autoload :PoolAllocationMode, 'generated/azure_mgmt_batch/models/pool_allocation_mode.rb'
54
- autoload :ProvisioningState, 'generated/azure_mgmt_batch/models/provisioning_state.rb'
55
- autoload :AccountKeyType, 'generated/azure_mgmt_batch/models/account_key_type.rb'
56
- autoload :PackageState, 'generated/azure_mgmt_batch/models/package_state.rb'
57
- autoload :NameAvailabilityReason, 'generated/azure_mgmt_batch/models/name_availability_reason.rb'
31
+ autoload :ApplicationPackage, '2017-05-01/generated/azure_mgmt_batch/models/application_package.rb'
32
+ autoload :Application, '2017-05-01/generated/azure_mgmt_batch/models/application.rb'
33
+ autoload :KeyVaultReference, '2017-05-01/generated/azure_mgmt_batch/models/key_vault_reference.rb'
34
+ autoload :ListApplicationsResult, '2017-05-01/generated/azure_mgmt_batch/models/list_applications_result.rb'
35
+ autoload :BatchAccountCreateParameters, '2017-05-01/generated/azure_mgmt_batch/models/batch_account_create_parameters.rb'
36
+ autoload :CheckNameAvailabilityParameters, '2017-05-01/generated/azure_mgmt_batch/models/check_name_availability_parameters.rb'
37
+ autoload :BatchAccountUpdateParameters, '2017-05-01/generated/azure_mgmt_batch/models/batch_account_update_parameters.rb'
38
+ autoload :ApplicationUpdateParameters, '2017-05-01/generated/azure_mgmt_batch/models/application_update_parameters.rb'
39
+ autoload :BatchAccountRegenerateKeyParameters, '2017-05-01/generated/azure_mgmt_batch/models/batch_account_regenerate_key_parameters.rb'
40
+ autoload :BatchLocationQuota, '2017-05-01/generated/azure_mgmt_batch/models/batch_location_quota.rb'
41
+ autoload :ActivateApplicationPackageParameters, '2017-05-01/generated/azure_mgmt_batch/models/activate_application_package_parameters.rb'
42
+ autoload :Resource, '2017-05-01/generated/azure_mgmt_batch/models/resource.rb'
43
+ autoload :AutoStorageBaseProperties, '2017-05-01/generated/azure_mgmt_batch/models/auto_storage_base_properties.rb'
44
+ autoload :BatchAccountListResult, '2017-05-01/generated/azure_mgmt_batch/models/batch_account_list_result.rb'
45
+ autoload :ApplicationCreateParameters, '2017-05-01/generated/azure_mgmt_batch/models/application_create_parameters.rb'
46
+ autoload :OperationDisplay, '2017-05-01/generated/azure_mgmt_batch/models/operation_display.rb'
47
+ autoload :BatchAccountKeys, '2017-05-01/generated/azure_mgmt_batch/models/batch_account_keys.rb'
48
+ autoload :Operation, '2017-05-01/generated/azure_mgmt_batch/models/operation.rb'
49
+ autoload :CheckNameAvailabilityResult, '2017-05-01/generated/azure_mgmt_batch/models/check_name_availability_result.rb'
50
+ autoload :OperationListResult, '2017-05-01/generated/azure_mgmt_batch/models/operation_list_result.rb'
51
+ autoload :AutoStorageProperties, '2017-05-01/generated/azure_mgmt_batch/models/auto_storage_properties.rb'
52
+ autoload :BatchAccount, '2017-05-01/generated/azure_mgmt_batch/models/batch_account.rb'
53
+ autoload :PoolAllocationMode, '2017-05-01/generated/azure_mgmt_batch/models/pool_allocation_mode.rb'
54
+ autoload :ProvisioningState, '2017-05-01/generated/azure_mgmt_batch/models/provisioning_state.rb'
55
+ autoload :AccountKeyType, '2017-05-01/generated/azure_mgmt_batch/models/account_key_type.rb'
56
+ autoload :PackageState, '2017-05-01/generated/azure_mgmt_batch/models/package_state.rb'
57
+ autoload :NameAvailabilityReason, '2017-05-01/generated/azure_mgmt_batch/models/name_availability_reason.rb'
58
58
  end
59
59
  end