azure_mgmt_batch 0.6.0 → 0.7.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.
- checksums.yaml +4 -4
- data/lib/generated/azure_mgmt_batch.rb +8 -10
- data/lib/generated/azure_mgmt_batch/application_operations.rb +75 -507
- data/lib/generated/azure_mgmt_batch/application_package_operations.rb +428 -0
- data/lib/generated/azure_mgmt_batch/{account.rb → batch_account_operations.rb} +128 -161
- data/lib/generated/azure_mgmt_batch/batch_management_client.rb +64 -9
- data/lib/generated/azure_mgmt_batch/{subscription.rb → location.rb} +25 -25
- data/lib/generated/azure_mgmt_batch/models/application_package.rb +34 -2
- data/lib/generated/azure_mgmt_batch/models/{account_resource.rb → batch_account.rb} +8 -7
- data/lib/generated/azure_mgmt_batch/models/batch_account_create_parameters.rb +2 -2
- data/lib/generated/azure_mgmt_batch/models/{batch_account_list_key_result.rb → batch_account_keys.rb} +5 -5
- data/lib/generated/azure_mgmt_batch/models/batch_account_list_result.rb +5 -5
- data/lib/generated/azure_mgmt_batch/models/{subscription_quotas_get_result.rb → batch_location_quota.rb} +5 -5
- data/lib/generated/azure_mgmt_batch/models/{account_provisioning_state.rb → provisioning_state.rb} +2 -2
- data/lib/generated/azure_mgmt_batch/version.rb +1 -1
- metadata +12 -14
- data/lib/generated/azure_mgmt_batch/models/add_application_package_result.rb +0 -75
- data/lib/generated/azure_mgmt_batch/models/batch_account_regenerate_key_result.rb +0 -54
- data/lib/generated/azure_mgmt_batch/models/get_application_package_result.rb +0 -109
data/lib/generated/azure_mgmt_batch/models/{account_provisioning_state.rb → provisioning_state.rb}
RENAMED
@@ -6,9 +6,9 @@
|
|
6
6
|
module Azure::ARM::Batch
|
7
7
|
module Models
|
8
8
|
#
|
9
|
-
# Defines values for
|
9
|
+
# Defines values for ProvisioningState
|
10
10
|
#
|
11
|
-
module
|
11
|
+
module ProvisioningState
|
12
12
|
Invalid = "Invalid"
|
13
13
|
Creating = "Creating"
|
14
14
|
Deleting = "Deleting"
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: azure_mgmt_batch
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.7.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Microsoft Corporation
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-
|
11
|
+
date: 2016-10-14 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.
|
75
|
+
version: 0.6.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.
|
82
|
+
version: 0.6.0
|
83
83
|
description: Microsoft Azure Batch Management Client Library for Ruby
|
84
84
|
email: azrubyteam@microsoft.com
|
85
85
|
executables: []
|
@@ -89,32 +89,30 @@ files:
|
|
89
89
|
- LICENSE.txt
|
90
90
|
- lib/azure_mgmt_batch.rb
|
91
91
|
- lib/generated/azure_mgmt_batch.rb
|
92
|
-
- lib/generated/azure_mgmt_batch/account.rb
|
93
92
|
- lib/generated/azure_mgmt_batch/application_operations.rb
|
93
|
+
- lib/generated/azure_mgmt_batch/application_package_operations.rb
|
94
|
+
- lib/generated/azure_mgmt_batch/batch_account_operations.rb
|
94
95
|
- lib/generated/azure_mgmt_batch/batch_management_client.rb
|
96
|
+
- lib/generated/azure_mgmt_batch/location.rb
|
95
97
|
- lib/generated/azure_mgmt_batch/models/account_key_type.rb
|
96
|
-
- lib/generated/azure_mgmt_batch/models/account_provisioning_state.rb
|
97
|
-
- lib/generated/azure_mgmt_batch/models/account_resource.rb
|
98
98
|
- lib/generated/azure_mgmt_batch/models/activate_application_package_parameters.rb
|
99
|
-
- lib/generated/azure_mgmt_batch/models/add_application_package_result.rb
|
100
99
|
- lib/generated/azure_mgmt_batch/models/add_application_parameters.rb
|
101
100
|
- lib/generated/azure_mgmt_batch/models/application.rb
|
102
101
|
- lib/generated/azure_mgmt_batch/models/application_package.rb
|
103
102
|
- lib/generated/azure_mgmt_batch/models/auto_storage_base_properties.rb
|
104
103
|
- lib/generated/azure_mgmt_batch/models/auto_storage_properties.rb
|
104
|
+
- lib/generated/azure_mgmt_batch/models/batch_account.rb
|
105
105
|
- lib/generated/azure_mgmt_batch/models/batch_account_create_parameters.rb
|
106
|
-
- lib/generated/azure_mgmt_batch/models/
|
106
|
+
- lib/generated/azure_mgmt_batch/models/batch_account_keys.rb
|
107
107
|
- lib/generated/azure_mgmt_batch/models/batch_account_list_result.rb
|
108
108
|
- lib/generated/azure_mgmt_batch/models/batch_account_regenerate_key_parameters.rb
|
109
|
-
- lib/generated/azure_mgmt_batch/models/batch_account_regenerate_key_result.rb
|
110
109
|
- lib/generated/azure_mgmt_batch/models/batch_account_update_parameters.rb
|
111
|
-
- lib/generated/azure_mgmt_batch/models/
|
110
|
+
- lib/generated/azure_mgmt_batch/models/batch_location_quota.rb
|
112
111
|
- lib/generated/azure_mgmt_batch/models/list_applications_result.rb
|
113
112
|
- lib/generated/azure_mgmt_batch/models/package_state.rb
|
114
|
-
- lib/generated/azure_mgmt_batch/models/
|
113
|
+
- lib/generated/azure_mgmt_batch/models/provisioning_state.rb
|
115
114
|
- lib/generated/azure_mgmt_batch/models/update_application_parameters.rb
|
116
115
|
- lib/generated/azure_mgmt_batch/module_definition.rb
|
117
|
-
- lib/generated/azure_mgmt_batch/subscription.rb
|
118
116
|
- lib/generated/azure_mgmt_batch/version.rb
|
119
117
|
homepage: https://aka.ms/azure-sdk-for-ruby
|
120
118
|
licenses:
|
@@ -128,7 +126,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
128
126
|
requirements:
|
129
127
|
- - ">="
|
130
128
|
- !ruby/object:Gem::Version
|
131
|
-
version:
|
129
|
+
version: 2.0.0
|
132
130
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
133
131
|
requirements:
|
134
132
|
- - ">="
|
@@ -1,75 +0,0 @@
|
|
1
|
-
# encoding: utf-8
|
2
|
-
# Code generated by Microsoft (R) AutoRest Code Generator 0.17.0.0
|
3
|
-
# Changes may cause incorrect behavior and will be lost if the code is
|
4
|
-
# regenerated.
|
5
|
-
|
6
|
-
module Azure::ARM::Batch
|
7
|
-
module Models
|
8
|
-
#
|
9
|
-
# Response to an ApplicationOperations.AddApplicationPackage request.
|
10
|
-
#
|
11
|
-
class AddApplicationPackageResult
|
12
|
-
|
13
|
-
include MsRestAzure
|
14
|
-
|
15
|
-
# @return [String] The id of the application.
|
16
|
-
attr_accessor :id
|
17
|
-
|
18
|
-
# @return [String] The version of the application.
|
19
|
-
attr_accessor :version
|
20
|
-
|
21
|
-
# @return [String] The URL to which the application package binary file
|
22
|
-
# should be uploaded.
|
23
|
-
attr_accessor :storage_url
|
24
|
-
|
25
|
-
# @return [DateTime] The UTC time at which the storage URL will expire.
|
26
|
-
attr_accessor :storage_url_expiry
|
27
|
-
|
28
|
-
|
29
|
-
#
|
30
|
-
# Mapper for AddApplicationPackageResult class as Ruby Hash.
|
31
|
-
# This will be used for serialization/deserialization.
|
32
|
-
#
|
33
|
-
def self.mapper()
|
34
|
-
{
|
35
|
-
required: false,
|
36
|
-
serialized_name: 'AddApplicationPackageResult',
|
37
|
-
type: {
|
38
|
-
name: 'Composite',
|
39
|
-
class_name: 'AddApplicationPackageResult',
|
40
|
-
model_properties: {
|
41
|
-
id: {
|
42
|
-
required: false,
|
43
|
-
serialized_name: 'id',
|
44
|
-
type: {
|
45
|
-
name: 'String'
|
46
|
-
}
|
47
|
-
},
|
48
|
-
version: {
|
49
|
-
required: false,
|
50
|
-
serialized_name: 'version',
|
51
|
-
type: {
|
52
|
-
name: 'String'
|
53
|
-
}
|
54
|
-
},
|
55
|
-
storage_url: {
|
56
|
-
required: false,
|
57
|
-
serialized_name: 'storageUrl',
|
58
|
-
type: {
|
59
|
-
name: 'String'
|
60
|
-
}
|
61
|
-
},
|
62
|
-
storage_url_expiry: {
|
63
|
-
required: false,
|
64
|
-
serialized_name: 'storageUrlExpiry',
|
65
|
-
type: {
|
66
|
-
name: 'DateTime'
|
67
|
-
}
|
68
|
-
}
|
69
|
-
}
|
70
|
-
}
|
71
|
-
}
|
72
|
-
end
|
73
|
-
end
|
74
|
-
end
|
75
|
-
end
|
@@ -1,54 +0,0 @@
|
|
1
|
-
# encoding: utf-8
|
2
|
-
# Code generated by Microsoft (R) AutoRest Code Generator 0.17.0.0
|
3
|
-
# Changes may cause incorrect behavior and will be lost if the code is
|
4
|
-
# regenerated.
|
5
|
-
|
6
|
-
module Azure::ARM::Batch
|
7
|
-
module Models
|
8
|
-
#
|
9
|
-
# Values returned by the RegenerateKey operation.
|
10
|
-
#
|
11
|
-
class BatchAccountRegenerateKeyResult
|
12
|
-
|
13
|
-
include MsRestAzure
|
14
|
-
|
15
|
-
# @return [String] The primary key associated with the account.
|
16
|
-
attr_accessor :primary
|
17
|
-
|
18
|
-
# @return [String] The secondary key associated with the account.
|
19
|
-
attr_accessor :secondary
|
20
|
-
|
21
|
-
|
22
|
-
#
|
23
|
-
# Mapper for BatchAccountRegenerateKeyResult class as Ruby Hash.
|
24
|
-
# This will be used for serialization/deserialization.
|
25
|
-
#
|
26
|
-
def self.mapper()
|
27
|
-
{
|
28
|
-
required: false,
|
29
|
-
serialized_name: 'BatchAccountRegenerateKeyResult',
|
30
|
-
type: {
|
31
|
-
name: 'Composite',
|
32
|
-
class_name: 'BatchAccountRegenerateKeyResult',
|
33
|
-
model_properties: {
|
34
|
-
primary: {
|
35
|
-
required: false,
|
36
|
-
serialized_name: 'primary',
|
37
|
-
type: {
|
38
|
-
name: 'String'
|
39
|
-
}
|
40
|
-
},
|
41
|
-
secondary: {
|
42
|
-
required: false,
|
43
|
-
serialized_name: 'secondary',
|
44
|
-
type: {
|
45
|
-
name: 'String'
|
46
|
-
}
|
47
|
-
}
|
48
|
-
}
|
49
|
-
}
|
50
|
-
}
|
51
|
-
end
|
52
|
-
end
|
53
|
-
end
|
54
|
-
end
|
@@ -1,109 +0,0 @@
|
|
1
|
-
# encoding: utf-8
|
2
|
-
# Code generated by Microsoft (R) AutoRest Code Generator 0.17.0.0
|
3
|
-
# Changes may cause incorrect behavior and will be lost if the code is
|
4
|
-
# regenerated.
|
5
|
-
|
6
|
-
module Azure::ARM::Batch
|
7
|
-
module Models
|
8
|
-
#
|
9
|
-
# Response to an ApplicationOperations.GetApplicationPackage request.
|
10
|
-
#
|
11
|
-
class GetApplicationPackageResult
|
12
|
-
|
13
|
-
include MsRestAzure
|
14
|
-
|
15
|
-
# @return [String] The id of the application.
|
16
|
-
attr_accessor :id
|
17
|
-
|
18
|
-
# @return [String] The version of the application package.
|
19
|
-
attr_accessor :version
|
20
|
-
|
21
|
-
# @return [PackageState] The current state of the application package.
|
22
|
-
# Possible values include: 'pending', 'active', 'unmapped'
|
23
|
-
attr_accessor :state
|
24
|
-
|
25
|
-
# @return [String] The format of the application package, if the package
|
26
|
-
# is active.
|
27
|
-
attr_accessor :format
|
28
|
-
|
29
|
-
# @return [String] The storage URL at which the application package is
|
30
|
-
# stored.
|
31
|
-
attr_accessor :storage_url
|
32
|
-
|
33
|
-
# @return [DateTime] The UTC time at which the storage URL will expire.
|
34
|
-
attr_accessor :storage_url_expiry
|
35
|
-
|
36
|
-
# @return [DateTime] The time at which the package was last activated,
|
37
|
-
# if the package is active.
|
38
|
-
attr_accessor :last_activation_time
|
39
|
-
|
40
|
-
|
41
|
-
#
|
42
|
-
# Mapper for GetApplicationPackageResult class as Ruby Hash.
|
43
|
-
# This will be used for serialization/deserialization.
|
44
|
-
#
|
45
|
-
def self.mapper()
|
46
|
-
{
|
47
|
-
required: false,
|
48
|
-
serialized_name: 'GetApplicationPackageResult',
|
49
|
-
type: {
|
50
|
-
name: 'Composite',
|
51
|
-
class_name: 'GetApplicationPackageResult',
|
52
|
-
model_properties: {
|
53
|
-
id: {
|
54
|
-
required: false,
|
55
|
-
serialized_name: 'id',
|
56
|
-
type: {
|
57
|
-
name: 'String'
|
58
|
-
}
|
59
|
-
},
|
60
|
-
version: {
|
61
|
-
required: false,
|
62
|
-
serialized_name: 'version',
|
63
|
-
type: {
|
64
|
-
name: 'String'
|
65
|
-
}
|
66
|
-
},
|
67
|
-
state: {
|
68
|
-
required: false,
|
69
|
-
serialized_name: 'state',
|
70
|
-
type: {
|
71
|
-
name: 'Enum',
|
72
|
-
module: 'PackageState'
|
73
|
-
}
|
74
|
-
},
|
75
|
-
format: {
|
76
|
-
required: false,
|
77
|
-
serialized_name: 'format',
|
78
|
-
type: {
|
79
|
-
name: 'String'
|
80
|
-
}
|
81
|
-
},
|
82
|
-
storage_url: {
|
83
|
-
required: false,
|
84
|
-
serialized_name: 'storageUrl',
|
85
|
-
type: {
|
86
|
-
name: 'String'
|
87
|
-
}
|
88
|
-
},
|
89
|
-
storage_url_expiry: {
|
90
|
-
required: false,
|
91
|
-
serialized_name: 'storageUrlExpiry',
|
92
|
-
type: {
|
93
|
-
name: 'DateTime'
|
94
|
-
}
|
95
|
-
},
|
96
|
-
last_activation_time: {
|
97
|
-
required: false,
|
98
|
-
serialized_name: 'lastActivationTime',
|
99
|
-
type: {
|
100
|
-
name: 'DateTime'
|
101
|
-
}
|
102
|
-
}
|
103
|
-
}
|
104
|
-
}
|
105
|
-
}
|
106
|
-
end
|
107
|
-
end
|
108
|
-
end
|
109
|
-
end
|