azure_mgmt_container_service 0.15.1 → 0.15.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/2016-03-30/generated/azure_mgmt_container_service/container_service_client.rb +1 -3
- data/lib/2016-03-30/generated/azure_mgmt_container_service/models/container_service.rb +15 -0
- data/lib/2016-03-30/generated/azure_mgmt_container_service/models/container_service_agent_pool_profile.rb +6 -0
- data/lib/2016-03-30/generated/azure_mgmt_container_service/models/container_service_diagnostics_profile.rb +2 -0
- data/lib/2016-03-30/generated/azure_mgmt_container_service/models/container_service_linux_profile.rb +3 -0
- data/lib/2016-03-30/generated/azure_mgmt_container_service/models/container_service_list_result.rb +3 -0
- data/lib/2016-03-30/generated/azure_mgmt_container_service/models/container_service_master_profile.rb +4 -0
- data/lib/2016-03-30/generated/azure_mgmt_container_service/models/container_service_orchestrator_profile.rb +2 -0
- data/lib/2016-03-30/generated/azure_mgmt_container_service/models/container_service_ssh_configuration.rb +3 -0
- data/lib/2016-03-30/generated/azure_mgmt_container_service/models/container_service_ssh_public_key.rb +2 -0
- data/lib/2016-03-30/generated/azure_mgmt_container_service/models/container_service_vmdiagnostics.rb +3 -0
- data/lib/2016-03-30/generated/azure_mgmt_container_service/models/container_service_windows_profile.rb +3 -0
- data/lib/2016-03-30/generated/azure_mgmt_container_service/models/resource.rb +7 -0
- data/lib/2016-09-30/generated/azure_mgmt_container_service/container_service_client.rb +1 -3
- data/lib/2016-09-30/generated/azure_mgmt_container_service/models/container_service.rb +17 -0
- data/lib/2016-09-30/generated/azure_mgmt_container_service/models/container_service_agent_pool_profile.rb +6 -0
- data/lib/2016-09-30/generated/azure_mgmt_container_service/models/container_service_custom_profile.rb +2 -0
- data/lib/2016-09-30/generated/azure_mgmt_container_service/models/container_service_diagnostics_profile.rb +2 -0
- data/lib/2016-09-30/generated/azure_mgmt_container_service/models/container_service_linux_profile.rb +3 -0
- data/lib/2016-09-30/generated/azure_mgmt_container_service/models/container_service_list_result.rb +4 -0
- data/lib/2016-09-30/generated/azure_mgmt_container_service/models/container_service_master_profile.rb +4 -0
- data/lib/2016-09-30/generated/azure_mgmt_container_service/models/container_service_orchestrator_profile.rb +2 -0
- data/lib/2016-09-30/generated/azure_mgmt_container_service/models/container_service_service_principal_profile.rb +3 -0
- data/lib/2016-09-30/generated/azure_mgmt_container_service/models/container_service_ssh_configuration.rb +3 -0
- data/lib/2016-09-30/generated/azure_mgmt_container_service/models/container_service_ssh_public_key.rb +2 -0
- data/lib/2016-09-30/generated/azure_mgmt_container_service/models/container_service_vmdiagnostics.rb +3 -0
- data/lib/2016-09-30/generated/azure_mgmt_container_service/models/container_service_windows_profile.rb +3 -0
- data/lib/2016-09-30/generated/azure_mgmt_container_service/models/resource.rb +7 -0
- data/lib/2017-01-31/generated/azure_mgmt_container_service/compute_management_client.rb +1 -3
- data/lib/2017-01-31/generated/azure_mgmt_container_service/models/container_service.rb +17 -0
- data/lib/2017-01-31/generated/azure_mgmt_container_service/models/container_service_agent_pool_profile.rb +6 -0
- data/lib/2017-01-31/generated/azure_mgmt_container_service/models/container_service_custom_profile.rb +2 -0
- data/lib/2017-01-31/generated/azure_mgmt_container_service/models/container_service_diagnostics_profile.rb +2 -0
- data/lib/2017-01-31/generated/azure_mgmt_container_service/models/container_service_linux_profile.rb +3 -0
- data/lib/2017-01-31/generated/azure_mgmt_container_service/models/container_service_list_result.rb +4 -0
- data/lib/2017-01-31/generated/azure_mgmt_container_service/models/container_service_master_profile.rb +4 -0
- data/lib/2017-01-31/generated/azure_mgmt_container_service/models/container_service_orchestrator_profile.rb +2 -0
- data/lib/2017-01-31/generated/azure_mgmt_container_service/models/container_service_service_principal_profile.rb +3 -0
- data/lib/2017-01-31/generated/azure_mgmt_container_service/models/container_service_ssh_configuration.rb +3 -0
- data/lib/2017-01-31/generated/azure_mgmt_container_service/models/container_service_ssh_public_key.rb +2 -0
- data/lib/2017-01-31/generated/azure_mgmt_container_service/models/container_service_vmdiagnostics.rb +3 -0
- data/lib/2017-01-31/generated/azure_mgmt_container_service/models/container_service_windows_profile.rb +3 -0
- data/lib/2017-01-31/generated/azure_mgmt_container_service/models/resource.rb +7 -0
- data/lib/profiles/latest/containerservice_latest_profile_client.rb +1 -3
- data/lib/version.rb +1 -1
- metadata +10 -10
- data/lib/2016-03-30/generated/azure_mgmt_container_service/version.rb +0 -8
- data/lib/2016-09-30/generated/azure_mgmt_container_service/version.rb +0 -8
- data/lib/2017-01-31/generated/azure_mgmt_container_service/version.rb +0 -8
- data/lib/profiles/common/configurable.rb +0 -86
- data/lib/profiles/common/default.rb +0 -57
@@ -51,6 +51,7 @@ module Azure::ContainerService::Mgmt::V2017_01_31
|
|
51
51
|
#
|
52
52
|
def self.mapper()
|
53
53
|
{
|
54
|
+
client_side_validation: true,
|
54
55
|
required: false,
|
55
56
|
serialized_name: 'ContainerServiceAgentPoolProfile',
|
56
57
|
type: {
|
@@ -58,6 +59,7 @@ module Azure::ContainerService::Mgmt::V2017_01_31
|
|
58
59
|
class_name: 'ContainerServiceAgentPoolProfile',
|
59
60
|
model_properties: {
|
60
61
|
name: {
|
62
|
+
client_side_validation: true,
|
61
63
|
required: true,
|
62
64
|
serialized_name: 'name',
|
63
65
|
type: {
|
@@ -65,6 +67,7 @@ module Azure::ContainerService::Mgmt::V2017_01_31
|
|
65
67
|
}
|
66
68
|
},
|
67
69
|
count: {
|
70
|
+
client_side_validation: true,
|
68
71
|
required: true,
|
69
72
|
serialized_name: 'count',
|
70
73
|
default_value: 1,
|
@@ -77,6 +80,7 @@ module Azure::ContainerService::Mgmt::V2017_01_31
|
|
77
80
|
}
|
78
81
|
},
|
79
82
|
vm_size: {
|
83
|
+
client_side_validation: true,
|
80
84
|
required: true,
|
81
85
|
serialized_name: 'vmSize',
|
82
86
|
type: {
|
@@ -84,6 +88,7 @@ module Azure::ContainerService::Mgmt::V2017_01_31
|
|
84
88
|
}
|
85
89
|
},
|
86
90
|
dns_prefix: {
|
91
|
+
client_side_validation: true,
|
87
92
|
required: true,
|
88
93
|
serialized_name: 'dnsPrefix',
|
89
94
|
type: {
|
@@ -91,6 +96,7 @@ module Azure::ContainerService::Mgmt::V2017_01_31
|
|
91
96
|
}
|
92
97
|
},
|
93
98
|
fqdn: {
|
99
|
+
client_side_validation: true,
|
94
100
|
required: false,
|
95
101
|
read_only: true,
|
96
102
|
serialized_name: 'fqdn',
|
@@ -22,6 +22,7 @@ module Azure::ContainerService::Mgmt::V2017_01_31
|
|
22
22
|
#
|
23
23
|
def self.mapper()
|
24
24
|
{
|
25
|
+
client_side_validation: true,
|
25
26
|
required: false,
|
26
27
|
serialized_name: 'ContainerServiceCustomProfile',
|
27
28
|
type: {
|
@@ -29,6 +30,7 @@ module Azure::ContainerService::Mgmt::V2017_01_31
|
|
29
30
|
class_name: 'ContainerServiceCustomProfile',
|
30
31
|
model_properties: {
|
31
32
|
orchestrator: {
|
33
|
+
client_side_validation: true,
|
32
34
|
required: true,
|
33
35
|
serialized_name: 'orchestrator',
|
34
36
|
type: {
|
@@ -24,6 +24,7 @@ module Azure::ContainerService::Mgmt::V2017_01_31
|
|
24
24
|
#
|
25
25
|
def self.mapper()
|
26
26
|
{
|
27
|
+
client_side_validation: true,
|
27
28
|
required: false,
|
28
29
|
serialized_name: 'ContainerServiceDiagnosticsProfile',
|
29
30
|
type: {
|
@@ -31,6 +32,7 @@ module Azure::ContainerService::Mgmt::V2017_01_31
|
|
31
32
|
class_name: 'ContainerServiceDiagnosticsProfile',
|
32
33
|
model_properties: {
|
33
34
|
vm_diagnostics: {
|
35
|
+
client_side_validation: true,
|
34
36
|
required: true,
|
35
37
|
serialized_name: 'vmDiagnostics',
|
36
38
|
type: {
|
data/lib/2017-01-31/generated/azure_mgmt_container_service/models/container_service_linux_profile.rb
CHANGED
@@ -26,6 +26,7 @@ module Azure::ContainerService::Mgmt::V2017_01_31
|
|
26
26
|
#
|
27
27
|
def self.mapper()
|
28
28
|
{
|
29
|
+
client_side_validation: true,
|
29
30
|
required: false,
|
30
31
|
serialized_name: 'ContainerServiceLinuxProfile',
|
31
32
|
type: {
|
@@ -33,6 +34,7 @@ module Azure::ContainerService::Mgmt::V2017_01_31
|
|
33
34
|
class_name: 'ContainerServiceLinuxProfile',
|
34
35
|
model_properties: {
|
35
36
|
admin_username: {
|
37
|
+
client_side_validation: true,
|
36
38
|
required: true,
|
37
39
|
serialized_name: 'adminUsername',
|
38
40
|
constraints: {
|
@@ -43,6 +45,7 @@ module Azure::ContainerService::Mgmt::V2017_01_31
|
|
43
45
|
}
|
44
46
|
},
|
45
47
|
ssh: {
|
48
|
+
client_side_validation: true,
|
46
49
|
required: true,
|
47
50
|
serialized_name: 'ssh',
|
48
51
|
type: {
|
data/lib/2017-01-31/generated/azure_mgmt_container_service/models/container_service_list_result.rb
CHANGED
@@ -58,6 +58,7 @@ module Azure::ContainerService::Mgmt::V2017_01_31
|
|
58
58
|
#
|
59
59
|
def self.mapper()
|
60
60
|
{
|
61
|
+
client_side_validation: true,
|
61
62
|
required: false,
|
62
63
|
serialized_name: 'ContainerServiceListResult',
|
63
64
|
type: {
|
@@ -65,11 +66,13 @@ module Azure::ContainerService::Mgmt::V2017_01_31
|
|
65
66
|
class_name: 'ContainerServiceListResult',
|
66
67
|
model_properties: {
|
67
68
|
value: {
|
69
|
+
client_side_validation: true,
|
68
70
|
required: false,
|
69
71
|
serialized_name: 'value',
|
70
72
|
type: {
|
71
73
|
name: 'Sequence',
|
72
74
|
element: {
|
75
|
+
client_side_validation: true,
|
73
76
|
required: false,
|
74
77
|
serialized_name: 'ContainerServiceElementType',
|
75
78
|
type: {
|
@@ -80,6 +83,7 @@ module Azure::ContainerService::Mgmt::V2017_01_31
|
|
80
83
|
}
|
81
84
|
},
|
82
85
|
next_link: {
|
86
|
+
client_side_validation: true,
|
83
87
|
required: false,
|
84
88
|
serialized_name: 'nextLink',
|
85
89
|
type: {
|
@@ -30,6 +30,7 @@ module Azure::ContainerService::Mgmt::V2017_01_31
|
|
30
30
|
#
|
31
31
|
def self.mapper()
|
32
32
|
{
|
33
|
+
client_side_validation: true,
|
33
34
|
required: false,
|
34
35
|
serialized_name: 'ContainerServiceMasterProfile',
|
35
36
|
type: {
|
@@ -37,6 +38,7 @@ module Azure::ContainerService::Mgmt::V2017_01_31
|
|
37
38
|
class_name: 'ContainerServiceMasterProfile',
|
38
39
|
model_properties: {
|
39
40
|
count: {
|
41
|
+
client_side_validation: true,
|
40
42
|
required: false,
|
41
43
|
serialized_name: 'count',
|
42
44
|
default_value: 1,
|
@@ -45,6 +47,7 @@ module Azure::ContainerService::Mgmt::V2017_01_31
|
|
45
47
|
}
|
46
48
|
},
|
47
49
|
dns_prefix: {
|
50
|
+
client_side_validation: true,
|
48
51
|
required: true,
|
49
52
|
serialized_name: 'dnsPrefix',
|
50
53
|
type: {
|
@@ -52,6 +55,7 @@ module Azure::ContainerService::Mgmt::V2017_01_31
|
|
52
55
|
}
|
53
56
|
},
|
54
57
|
fqdn: {
|
58
|
+
client_side_validation: true,
|
55
59
|
required: false,
|
56
60
|
read_only: true,
|
57
61
|
serialized_name: 'fqdn',
|
@@ -25,6 +25,7 @@ module Azure::ContainerService::Mgmt::V2017_01_31
|
|
25
25
|
#
|
26
26
|
def self.mapper()
|
27
27
|
{
|
28
|
+
client_side_validation: true,
|
28
29
|
required: false,
|
29
30
|
serialized_name: 'ContainerServiceOrchestratorProfile',
|
30
31
|
type: {
|
@@ -32,6 +33,7 @@ module Azure::ContainerService::Mgmt::V2017_01_31
|
|
32
33
|
class_name: 'ContainerServiceOrchestratorProfile',
|
33
34
|
model_properties: {
|
34
35
|
orchestrator_type: {
|
36
|
+
client_side_validation: true,
|
35
37
|
required: true,
|
36
38
|
serialized_name: 'orchestratorType',
|
37
39
|
type: {
|
@@ -27,6 +27,7 @@ module Azure::ContainerService::Mgmt::V2017_01_31
|
|
27
27
|
#
|
28
28
|
def self.mapper()
|
29
29
|
{
|
30
|
+
client_side_validation: true,
|
30
31
|
required: false,
|
31
32
|
serialized_name: 'ContainerServiceServicePrincipalProfile',
|
32
33
|
type: {
|
@@ -34,6 +35,7 @@ module Azure::ContainerService::Mgmt::V2017_01_31
|
|
34
35
|
class_name: 'ContainerServiceServicePrincipalProfile',
|
35
36
|
model_properties: {
|
36
37
|
client_id: {
|
38
|
+
client_side_validation: true,
|
37
39
|
required: true,
|
38
40
|
serialized_name: 'clientId',
|
39
41
|
type: {
|
@@ -41,6 +43,7 @@ module Azure::ContainerService::Mgmt::V2017_01_31
|
|
41
43
|
}
|
42
44
|
},
|
43
45
|
secret: {
|
46
|
+
client_side_validation: true,
|
44
47
|
required: true,
|
45
48
|
serialized_name: 'secret',
|
46
49
|
type: {
|
@@ -23,6 +23,7 @@ module Azure::ContainerService::Mgmt::V2017_01_31
|
|
23
23
|
#
|
24
24
|
def self.mapper()
|
25
25
|
{
|
26
|
+
client_side_validation: true,
|
26
27
|
required: false,
|
27
28
|
serialized_name: 'ContainerServiceSshConfiguration',
|
28
29
|
type: {
|
@@ -30,11 +31,13 @@ module Azure::ContainerService::Mgmt::V2017_01_31
|
|
30
31
|
class_name: 'ContainerServiceSshConfiguration',
|
31
32
|
model_properties: {
|
32
33
|
public_keys: {
|
34
|
+
client_side_validation: true,
|
33
35
|
required: true,
|
34
36
|
serialized_name: 'publicKeys',
|
35
37
|
type: {
|
36
38
|
name: 'Sequence',
|
37
39
|
element: {
|
40
|
+
client_side_validation: true,
|
38
41
|
required: false,
|
39
42
|
serialized_name: 'ContainerServiceSshPublicKeyElementType',
|
40
43
|
type: {
|
@@ -24,6 +24,7 @@ module Azure::ContainerService::Mgmt::V2017_01_31
|
|
24
24
|
#
|
25
25
|
def self.mapper()
|
26
26
|
{
|
27
|
+
client_side_validation: true,
|
27
28
|
required: false,
|
28
29
|
serialized_name: 'ContainerServiceSshPublicKey',
|
29
30
|
type: {
|
@@ -31,6 +32,7 @@ module Azure::ContainerService::Mgmt::V2017_01_31
|
|
31
32
|
class_name: 'ContainerServiceSshPublicKey',
|
32
33
|
model_properties: {
|
33
34
|
key_data: {
|
35
|
+
client_side_validation: true,
|
34
36
|
required: true,
|
35
37
|
serialized_name: 'keyData',
|
36
38
|
type: {
|
data/lib/2017-01-31/generated/azure_mgmt_container_service/models/container_service_vmdiagnostics.rb
CHANGED
@@ -27,6 +27,7 @@ module Azure::ContainerService::Mgmt::V2017_01_31
|
|
27
27
|
#
|
28
28
|
def self.mapper()
|
29
29
|
{
|
30
|
+
client_side_validation: true,
|
30
31
|
required: false,
|
31
32
|
serialized_name: 'ContainerServiceVMDiagnostics',
|
32
33
|
type: {
|
@@ -34,6 +35,7 @@ module Azure::ContainerService::Mgmt::V2017_01_31
|
|
34
35
|
class_name: 'ContainerServiceVMDiagnostics',
|
35
36
|
model_properties: {
|
36
37
|
enabled: {
|
38
|
+
client_side_validation: true,
|
37
39
|
required: true,
|
38
40
|
serialized_name: 'enabled',
|
39
41
|
type: {
|
@@ -41,6 +43,7 @@ module Azure::ContainerService::Mgmt::V2017_01_31
|
|
41
43
|
}
|
42
44
|
},
|
43
45
|
storage_uri: {
|
46
|
+
client_side_validation: true,
|
44
47
|
required: false,
|
45
48
|
read_only: true,
|
46
49
|
serialized_name: 'storageUri',
|
@@ -25,6 +25,7 @@ module Azure::ContainerService::Mgmt::V2017_01_31
|
|
25
25
|
#
|
26
26
|
def self.mapper()
|
27
27
|
{
|
28
|
+
client_side_validation: true,
|
28
29
|
required: false,
|
29
30
|
serialized_name: 'ContainerServiceWindowsProfile',
|
30
31
|
type: {
|
@@ -32,6 +33,7 @@ module Azure::ContainerService::Mgmt::V2017_01_31
|
|
32
33
|
class_name: 'ContainerServiceWindowsProfile',
|
33
34
|
model_properties: {
|
34
35
|
admin_username: {
|
36
|
+
client_side_validation: true,
|
35
37
|
required: true,
|
36
38
|
serialized_name: 'adminUsername',
|
37
39
|
constraints: {
|
@@ -42,6 +44,7 @@ module Azure::ContainerService::Mgmt::V2017_01_31
|
|
42
44
|
}
|
43
45
|
},
|
44
46
|
admin_password: {
|
47
|
+
client_side_validation: true,
|
45
48
|
required: true,
|
46
49
|
serialized_name: 'adminPassword',
|
47
50
|
constraints: {
|
@@ -34,6 +34,7 @@ module Azure::ContainerService::Mgmt::V2017_01_31
|
|
34
34
|
#
|
35
35
|
def self.mapper()
|
36
36
|
{
|
37
|
+
client_side_validation: true,
|
37
38
|
required: false,
|
38
39
|
serialized_name: 'Resource',
|
39
40
|
type: {
|
@@ -41,6 +42,7 @@ module Azure::ContainerService::Mgmt::V2017_01_31
|
|
41
42
|
class_name: 'Resource',
|
42
43
|
model_properties: {
|
43
44
|
id: {
|
45
|
+
client_side_validation: true,
|
44
46
|
required: false,
|
45
47
|
read_only: true,
|
46
48
|
serialized_name: 'id',
|
@@ -49,6 +51,7 @@ module Azure::ContainerService::Mgmt::V2017_01_31
|
|
49
51
|
}
|
50
52
|
},
|
51
53
|
name: {
|
54
|
+
client_side_validation: true,
|
52
55
|
required: false,
|
53
56
|
read_only: true,
|
54
57
|
serialized_name: 'name',
|
@@ -57,6 +60,7 @@ module Azure::ContainerService::Mgmt::V2017_01_31
|
|
57
60
|
}
|
58
61
|
},
|
59
62
|
type: {
|
63
|
+
client_side_validation: true,
|
60
64
|
required: false,
|
61
65
|
read_only: true,
|
62
66
|
serialized_name: 'type',
|
@@ -65,6 +69,7 @@ module Azure::ContainerService::Mgmt::V2017_01_31
|
|
65
69
|
}
|
66
70
|
},
|
67
71
|
location: {
|
72
|
+
client_side_validation: true,
|
68
73
|
required: true,
|
69
74
|
serialized_name: 'location',
|
70
75
|
type: {
|
@@ -72,11 +77,13 @@ module Azure::ContainerService::Mgmt::V2017_01_31
|
|
72
77
|
}
|
73
78
|
},
|
74
79
|
tags: {
|
80
|
+
client_side_validation: true,
|
75
81
|
required: false,
|
76
82
|
serialized_name: 'tags',
|
77
83
|
type: {
|
78
84
|
name: 'Dictionary',
|
79
85
|
value: {
|
86
|
+
client_side_validation: true,
|
80
87
|
required: false,
|
81
88
|
serialized_name: 'StringElementType',
|
82
89
|
type: {
|
@@ -4,15 +4,13 @@
|
|
4
4
|
|
5
5
|
require 'profiles/latest/containerservice_module_definition'
|
6
6
|
require 'profiles/latest/modules/containerservice_profile_module'
|
7
|
-
require 'profiles/common/configurable'
|
8
|
-
require 'profiles/common/default'
|
9
7
|
|
10
8
|
module Azure::ContainerService::Profiles::Latest::Mgmt
|
11
9
|
#
|
12
10
|
# Client class for the Latest profile SDK.
|
13
11
|
#
|
14
12
|
class Client < ContainerServiceClass
|
15
|
-
include
|
13
|
+
include MsRestAzure::Common::Configurable
|
16
14
|
|
17
15
|
|
18
16
|
def initialize(options = {})
|
data/lib/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: azure_mgmt_container_service
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.15.
|
4
|
+
version: 0.15.2
|
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-
|
11
|
+
date: 2017-12-19 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.10.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.10.0
|
83
83
|
description: Microsoft Azure Container Service Management Client Library for Ruby
|
84
84
|
email: azrubyteam@microsoft.com
|
85
85
|
executables: []
|
@@ -105,7 +105,6 @@ files:
|
|
105
105
|
- lib/2016-03-30/generated/azure_mgmt_container_service/models/container_service_windows_profile.rb
|
106
106
|
- lib/2016-03-30/generated/azure_mgmt_container_service/models/resource.rb
|
107
107
|
- lib/2016-03-30/generated/azure_mgmt_container_service/module_definition.rb
|
108
|
-
- lib/2016-03-30/generated/azure_mgmt_container_service/version.rb
|
109
108
|
- lib/2016-09-30/generated/azure_mgmt_container_service.rb
|
110
109
|
- lib/2016-09-30/generated/azure_mgmt_container_service/container_service_client.rb
|
111
110
|
- lib/2016-09-30/generated/azure_mgmt_container_service/container_services.rb
|
@@ -126,7 +125,6 @@ files:
|
|
126
125
|
- lib/2016-09-30/generated/azure_mgmt_container_service/models/container_service_windows_profile.rb
|
127
126
|
- lib/2016-09-30/generated/azure_mgmt_container_service/models/resource.rb
|
128
127
|
- lib/2016-09-30/generated/azure_mgmt_container_service/module_definition.rb
|
129
|
-
- lib/2016-09-30/generated/azure_mgmt_container_service/version.rb
|
130
128
|
- lib/2017-01-31/generated/azure_mgmt_container_service.rb
|
131
129
|
- lib/2017-01-31/generated/azure_mgmt_container_service/compute_management_client.rb
|
132
130
|
- lib/2017-01-31/generated/azure_mgmt_container_service/container_services.rb
|
@@ -147,11 +145,8 @@ files:
|
|
147
145
|
- lib/2017-01-31/generated/azure_mgmt_container_service/models/container_service_windows_profile.rb
|
148
146
|
- lib/2017-01-31/generated/azure_mgmt_container_service/models/resource.rb
|
149
147
|
- lib/2017-01-31/generated/azure_mgmt_container_service/module_definition.rb
|
150
|
-
- lib/2017-01-31/generated/azure_mgmt_container_service/version.rb
|
151
148
|
- lib/azure_mgmt_container_service.rb
|
152
149
|
- lib/module_definition.rb
|
153
|
-
- lib/profiles/common/configurable.rb
|
154
|
-
- lib/profiles/common/default.rb
|
155
150
|
- lib/profiles/latest/containerservice_latest_profile_client.rb
|
156
151
|
- lib/profiles/latest/containerservice_module_definition.rb
|
157
152
|
- lib/profiles/latest/modules/containerservice_profile_module.rb
|
@@ -159,7 +154,12 @@ files:
|
|
159
154
|
homepage: https://aka.ms/azure-sdk-for-ruby
|
160
155
|
licenses:
|
161
156
|
- MIT
|
162
|
-
metadata:
|
157
|
+
metadata:
|
158
|
+
bug_tracker_uri: https://github.com/Azure/azure-sdk-for-ruby/issues
|
159
|
+
changelog_uri: https://github.com/Azure/azure-sdk-for-ruby/blob/master/ChangeLog.md
|
160
|
+
documentation_uri: https://azure.microsoft.com/en-us/develop/ruby/
|
161
|
+
homepage_uri: https://aka.ms/azure-sdk-for-ruby
|
162
|
+
source_code_uri: https://github.com/Azure/azure-sdk-for-ruby/tree/master/management/azure_mgmt_container_service
|
163
163
|
post_install_message:
|
164
164
|
rdoc_options: []
|
165
165
|
require_paths:
|