azure_mgmt_batch 0.13.0 → 0.14.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 +1 -0
- data/lib/generated/azure_mgmt_batch/models/activate_application_package_parameters.rb +0 -1
- data/lib/generated/azure_mgmt_batch/models/application.rb +0 -1
- data/lib/generated/azure_mgmt_batch/models/application_create_parameters.rb +0 -1
- data/lib/generated/azure_mgmt_batch/models/application_package.rb +0 -1
- data/lib/generated/azure_mgmt_batch/models/application_update_parameters.rb +0 -1
- data/lib/generated/azure_mgmt_batch/models/auto_storage_base_properties.rb +0 -1
- data/lib/generated/azure_mgmt_batch/models/auto_storage_properties.rb +0 -1
- data/lib/generated/azure_mgmt_batch/models/batch_account.rb +1 -2
- data/lib/generated/azure_mgmt_batch/models/batch_account_create_parameters.rb +0 -1
- data/lib/generated/azure_mgmt_batch/models/batch_account_keys.rb +0 -1
- data/lib/generated/azure_mgmt_batch/models/batch_account_regenerate_key_parameters.rb +0 -1
- data/lib/generated/azure_mgmt_batch/models/batch_account_update_parameters.rb +0 -1
- data/lib/generated/azure_mgmt_batch/models/batch_location_quota.rb +0 -1
- data/lib/generated/azure_mgmt_batch/models/check_name_availability_parameters.rb +0 -1
- data/lib/generated/azure_mgmt_batch/models/check_name_availability_result.rb +0 -1
- data/lib/generated/azure_mgmt_batch/models/key_vault_reference.rb +0 -1
- data/lib/generated/azure_mgmt_batch/models/operation.rb +0 -1
- data/lib/generated/azure_mgmt_batch/models/operation_display.rb +0 -1
- data/lib/generated/azure_mgmt_batch/models/resource.rb +96 -0
- data/lib/generated/azure_mgmt_batch/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ecf3843ed6b219f1dd8ee1c298a39b42fbb526c0
|
4
|
+
data.tar.gz: 07c2551586e70140a0f298f0a5e528c3758c126a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0d2d2f4496c42520f1f1da6a3c42ad061fdf4c1383e0c90602b430e9261050cfa0c8b3b76dce96bbb86e878c6c9eeafebacfe71891d09b662e3812288a63c120
|
7
|
+
data.tar.gz: 5e22c3f1fdf3c5bbcccb12c45833f49ca94b9d3f079fd29cd20e8e232f51c5b0b4a73d94af5a52a181142c5797be6608118e874a6bbf7f7bcaf3d477c08e6210
|
@@ -39,6 +39,7 @@ module Azure::ARM::Batch
|
|
39
39
|
autoload :BatchAccountRegenerateKeyParameters, 'generated/azure_mgmt_batch/models/batch_account_regenerate_key_parameters.rb'
|
40
40
|
autoload :BatchLocationQuota, 'generated/azure_mgmt_batch/models/batch_location_quota.rb'
|
41
41
|
autoload :ActivateApplicationPackageParameters, 'generated/azure_mgmt_batch/models/activate_application_package_parameters.rb'
|
42
|
+
autoload :Resource, 'generated/azure_mgmt_batch/models/resource.rb'
|
42
43
|
autoload :AutoStorageBaseProperties, 'generated/azure_mgmt_batch/models/auto_storage_base_properties.rb'
|
43
44
|
autoload :BatchAccountListResult, 'generated/azure_mgmt_batch/models/batch_account_list_result.rb'
|
44
45
|
autoload :ApplicationCreateParameters, 'generated/azure_mgmt_batch/models/application_create_parameters.rb'
|
@@ -8,11 +8,10 @@ module Azure::ARM::Batch
|
|
8
8
|
#
|
9
9
|
# Contains information about an Azure Batch account.
|
10
10
|
#
|
11
|
-
class BatchAccount <
|
11
|
+
class BatchAccount < Resource
|
12
12
|
|
13
13
|
include MsRestAzure
|
14
14
|
|
15
|
-
include MsRest::JSONable
|
16
15
|
# @return [String] The account endpoint used to interact with the Batch
|
17
16
|
# service.
|
18
17
|
attr_accessor :account_endpoint
|
@@ -12,7 +12,6 @@ module Azure::ARM::Batch
|
|
12
12
|
|
13
13
|
include MsRestAzure
|
14
14
|
|
15
|
-
include MsRest::JSONable
|
16
15
|
# @return [Boolean] Gets a boolean value that indicates whether the name
|
17
16
|
# is available for you to use. If true, the name is available. If false,
|
18
17
|
# the name has already been taken or invalid and cannot be used.
|
@@ -0,0 +1,96 @@
|
|
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::ARM::Batch
|
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
|
+
read_only: true,
|
70
|
+
serialized_name: 'location',
|
71
|
+
type: {
|
72
|
+
name: 'String'
|
73
|
+
}
|
74
|
+
},
|
75
|
+
tags: {
|
76
|
+
required: false,
|
77
|
+
read_only: true,
|
78
|
+
serialized_name: 'tags',
|
79
|
+
type: {
|
80
|
+
name: 'Dictionary',
|
81
|
+
value: {
|
82
|
+
required: false,
|
83
|
+
serialized_name: 'StringElementType',
|
84
|
+
type: {
|
85
|
+
name: 'String'
|
86
|
+
}
|
87
|
+
}
|
88
|
+
}
|
89
|
+
}
|
90
|
+
}
|
91
|
+
}
|
92
|
+
}
|
93
|
+
end
|
94
|
+
end
|
95
|
+
end
|
96
|
+
end
|
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.14.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: 2017-09
|
11
|
+
date: 2017-10-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -120,6 +120,7 @@ files:
|
|
120
120
|
- lib/generated/azure_mgmt_batch/models/package_state.rb
|
121
121
|
- lib/generated/azure_mgmt_batch/models/pool_allocation_mode.rb
|
122
122
|
- lib/generated/azure_mgmt_batch/models/provisioning_state.rb
|
123
|
+
- lib/generated/azure_mgmt_batch/models/resource.rb
|
123
124
|
- lib/generated/azure_mgmt_batch/module_definition.rb
|
124
125
|
- lib/generated/azure_mgmt_batch/operations.rb
|
125
126
|
- lib/generated/azure_mgmt_batch/version.rb
|