azure_mgmt_kubernetes_configuration 0.17.1 → 0.18.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/2019-11-01-preview/generated/azure_mgmt_kubernetes_configuration/source_control_configuration_client.rb +1 -1
- data/lib/2021-03-01/generated/azure_mgmt_kubernetes_configuration.rb +50 -0
- data/lib/2021-03-01/generated/azure_mgmt_kubernetes_configuration/models/azure_entity_resource.rb +77 -0
- data/lib/2021-03-01/generated/azure_mgmt_kubernetes_configuration/models/compliance_state_type.rb +19 -0
- data/lib/2021-03-01/generated/azure_mgmt_kubernetes_configuration/models/compliance_status.rb +83 -0
- data/lib/2021-03-01/generated/azure_mgmt_kubernetes_configuration/models/created_by_type.rb +18 -0
- data/lib/2021-03-01/generated/azure_mgmt_kubernetes_configuration/models/error_definition.rb +58 -0
- data/lib/2021-03-01/generated/azure_mgmt_kubernetes_configuration/models/error_response.rb +47 -0
- data/lib/2021-03-01/generated/azure_mgmt_kubernetes_configuration/models/helm_operator_properties.rb +57 -0
- data/lib/2021-03-01/generated/azure_mgmt_kubernetes_configuration/models/message_level_type.rb +17 -0
- data/lib/2021-03-01/generated/azure_mgmt_kubernetes_configuration/models/operator_scope_type.rb +16 -0
- data/lib/2021-03-01/generated/azure_mgmt_kubernetes_configuration/models/operator_type.rb +15 -0
- data/lib/2021-03-01/generated/azure_mgmt_kubernetes_configuration/models/provisioning_state_type.rb +19 -0
- data/lib/2021-03-01/generated/azure_mgmt_kubernetes_configuration/models/proxy_resource.rb +65 -0
- data/lib/2021-03-01/generated/azure_mgmt_kubernetes_configuration/models/resource.rb +86 -0
- data/lib/2021-03-01/generated/azure_mgmt_kubernetes_configuration/models/resource_provider_operation.rb +73 -0
- data/lib/2021-03-01/generated/azure_mgmt_kubernetes_configuration/models/resource_provider_operation_display.rb +79 -0
- data/lib/2021-03-01/generated/azure_mgmt_kubernetes_configuration/models/resource_provider_operation_list.rb +100 -0
- data/lib/2021-03-01/generated/azure_mgmt_kubernetes_configuration/models/result.rb +46 -0
- data/lib/2021-03-01/generated/azure_mgmt_kubernetes_configuration/models/source_control_configuration.rb +247 -0
- data/lib/2021-03-01/generated/azure_mgmt_kubernetes_configuration/models/source_control_configuration_list.rb +104 -0
- data/lib/2021-03-01/generated/azure_mgmt_kubernetes_configuration/models/system_data.rb +105 -0
- data/lib/2021-03-01/generated/azure_mgmt_kubernetes_configuration/models/tracked_resource.rb +95 -0
- data/lib/2021-03-01/generated/azure_mgmt_kubernetes_configuration/module_definition.rb +9 -0
- data/lib/2021-03-01/generated/azure_mgmt_kubernetes_configuration/operations.rb +227 -0
- data/lib/2021-03-01/generated/azure_mgmt_kubernetes_configuration/source_control_configuration_client.rb +136 -0
- data/lib/2021-03-01/generated/azure_mgmt_kubernetes_configuration/source_control_configurations.rb +722 -0
- data/lib/azure_mgmt_kubernetes_configuration.rb +1 -0
- data/lib/profiles/latest/modules/kubernetesconfiguration_profile_module.rb +67 -55
- data/lib/version.rb +1 -1
- metadata +29 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 607a56622acdcf8b63d42e15800ca6870cae4de10ea082c0d257984a40919be5
|
4
|
+
data.tar.gz: dafab38851f91d2afa90b121c8e3783bf5ad123a3164faea83e75e5b011806de
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ca81a1ef98ebc7f0a62dc86200f8e81724d60bd460642d5b9cd435411bcfd0c3824908b327410654625918d4759180a68bd35ab0091ac69b82156ce3bc906b81
|
7
|
+
data.tar.gz: c79e0a97ad98c16a8c142e0244f60e2c3a7d83d7f55e1fcd0b53519194c8ffa9633a64ff0df6ebba38a534d1b7ddd90a8780b78df6e0236ca0312155801022e3
|
@@ -125,7 +125,7 @@ module Azure::KubernetesConfiguration::Mgmt::V2019_11_01_preview
|
|
125
125
|
#
|
126
126
|
def add_telemetry
|
127
127
|
sdk_information = 'azure_mgmt_kubernetes_configuration'
|
128
|
-
sdk_information = "#{sdk_information}/0.
|
128
|
+
sdk_information = "#{sdk_information}/0.18.0"
|
129
129
|
add_user_agent_information(sdk_information)
|
130
130
|
end
|
131
131
|
end
|
@@ -0,0 +1,50 @@
|
|
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
|
+
require 'uri'
|
7
|
+
require 'cgi'
|
8
|
+
require 'date'
|
9
|
+
require 'json'
|
10
|
+
require 'base64'
|
11
|
+
require 'erb'
|
12
|
+
require 'securerandom'
|
13
|
+
require 'time'
|
14
|
+
require 'timeliness'
|
15
|
+
require 'faraday'
|
16
|
+
require 'faraday-cookie_jar'
|
17
|
+
require 'concurrent'
|
18
|
+
require 'ms_rest'
|
19
|
+
require '2021-03-01/generated/azure_mgmt_kubernetes_configuration/module_definition'
|
20
|
+
require 'ms_rest_azure'
|
21
|
+
|
22
|
+
module Azure::KubernetesConfiguration::Mgmt::V2021_03_01
|
23
|
+
autoload :SourceControlConfigurations, '2021-03-01/generated/azure_mgmt_kubernetes_configuration/source_control_configurations.rb'
|
24
|
+
autoload :Operations, '2021-03-01/generated/azure_mgmt_kubernetes_configuration/operations.rb'
|
25
|
+
autoload :SourceControlConfigurationClient, '2021-03-01/generated/azure_mgmt_kubernetes_configuration/source_control_configuration_client.rb'
|
26
|
+
|
27
|
+
module Models
|
28
|
+
autoload :SourceControlConfigurationList, '2021-03-01/generated/azure_mgmt_kubernetes_configuration/models/source_control_configuration_list.rb'
|
29
|
+
autoload :ResourceProviderOperationDisplay, '2021-03-01/generated/azure_mgmt_kubernetes_configuration/models/resource_provider_operation_display.rb'
|
30
|
+
autoload :ErrorDefinition, '2021-03-01/generated/azure_mgmt_kubernetes_configuration/models/error_definition.rb'
|
31
|
+
autoload :ResourceProviderOperation, '2021-03-01/generated/azure_mgmt_kubernetes_configuration/models/resource_provider_operation.rb'
|
32
|
+
autoload :ComplianceStatus, '2021-03-01/generated/azure_mgmt_kubernetes_configuration/models/compliance_status.rb'
|
33
|
+
autoload :ResourceProviderOperationList, '2021-03-01/generated/azure_mgmt_kubernetes_configuration/models/resource_provider_operation_list.rb'
|
34
|
+
autoload :SystemData, '2021-03-01/generated/azure_mgmt_kubernetes_configuration/models/system_data.rb'
|
35
|
+
autoload :HelmOperatorProperties, '2021-03-01/generated/azure_mgmt_kubernetes_configuration/models/helm_operator_properties.rb'
|
36
|
+
autoload :Result, '2021-03-01/generated/azure_mgmt_kubernetes_configuration/models/result.rb'
|
37
|
+
autoload :Resource, '2021-03-01/generated/azure_mgmt_kubernetes_configuration/models/resource.rb'
|
38
|
+
autoload :ErrorResponse, '2021-03-01/generated/azure_mgmt_kubernetes_configuration/models/error_response.rb'
|
39
|
+
autoload :SourceControlConfiguration, '2021-03-01/generated/azure_mgmt_kubernetes_configuration/models/source_control_configuration.rb'
|
40
|
+
autoload :TrackedResource, '2021-03-01/generated/azure_mgmt_kubernetes_configuration/models/tracked_resource.rb'
|
41
|
+
autoload :AzureEntityResource, '2021-03-01/generated/azure_mgmt_kubernetes_configuration/models/azure_entity_resource.rb'
|
42
|
+
autoload :ProxyResource, '2021-03-01/generated/azure_mgmt_kubernetes_configuration/models/proxy_resource.rb'
|
43
|
+
autoload :ComplianceStateType, '2021-03-01/generated/azure_mgmt_kubernetes_configuration/models/compliance_state_type.rb'
|
44
|
+
autoload :MessageLevelType, '2021-03-01/generated/azure_mgmt_kubernetes_configuration/models/message_level_type.rb'
|
45
|
+
autoload :OperatorType, '2021-03-01/generated/azure_mgmt_kubernetes_configuration/models/operator_type.rb'
|
46
|
+
autoload :OperatorScopeType, '2021-03-01/generated/azure_mgmt_kubernetes_configuration/models/operator_scope_type.rb'
|
47
|
+
autoload :ProvisioningStateType, '2021-03-01/generated/azure_mgmt_kubernetes_configuration/models/provisioning_state_type.rb'
|
48
|
+
autoload :CreatedByType, '2021-03-01/generated/azure_mgmt_kubernetes_configuration/models/created_by_type.rb'
|
49
|
+
end
|
50
|
+
end
|
data/lib/2021-03-01/generated/azure_mgmt_kubernetes_configuration/models/azure_entity_resource.rb
ADDED
@@ -0,0 +1,77 @@
|
|
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::KubernetesConfiguration::Mgmt::V2021_03_01
|
7
|
+
module Models
|
8
|
+
#
|
9
|
+
# Entity Resource
|
10
|
+
|
11
|
+
# The resource model definition for an Azure Resource Manager resource with
|
12
|
+
# an etag.
|
13
|
+
#
|
14
|
+
class AzureEntityResource < Resource
|
15
|
+
|
16
|
+
include MsRestAzure
|
17
|
+
|
18
|
+
# @return [String] Resource Etag.
|
19
|
+
attr_accessor :etag
|
20
|
+
|
21
|
+
|
22
|
+
#
|
23
|
+
# Mapper for AzureEntityResource class as Ruby Hash.
|
24
|
+
# This will be used for serialization/deserialization.
|
25
|
+
#
|
26
|
+
def self.mapper()
|
27
|
+
{
|
28
|
+
client_side_validation: true,
|
29
|
+
required: false,
|
30
|
+
serialized_name: 'AzureEntityResource',
|
31
|
+
type: {
|
32
|
+
name: 'Composite',
|
33
|
+
class_name: 'AzureEntityResource',
|
34
|
+
model_properties: {
|
35
|
+
id: {
|
36
|
+
client_side_validation: true,
|
37
|
+
required: false,
|
38
|
+
read_only: true,
|
39
|
+
serialized_name: 'id',
|
40
|
+
type: {
|
41
|
+
name: 'String'
|
42
|
+
}
|
43
|
+
},
|
44
|
+
name: {
|
45
|
+
client_side_validation: true,
|
46
|
+
required: false,
|
47
|
+
read_only: true,
|
48
|
+
serialized_name: 'name',
|
49
|
+
type: {
|
50
|
+
name: 'String'
|
51
|
+
}
|
52
|
+
},
|
53
|
+
type: {
|
54
|
+
client_side_validation: true,
|
55
|
+
required: false,
|
56
|
+
read_only: true,
|
57
|
+
serialized_name: 'type',
|
58
|
+
type: {
|
59
|
+
name: 'String'
|
60
|
+
}
|
61
|
+
},
|
62
|
+
etag: {
|
63
|
+
client_side_validation: true,
|
64
|
+
required: false,
|
65
|
+
read_only: true,
|
66
|
+
serialized_name: 'etag',
|
67
|
+
type: {
|
68
|
+
name: 'String'
|
69
|
+
}
|
70
|
+
}
|
71
|
+
}
|
72
|
+
}
|
73
|
+
}
|
74
|
+
end
|
75
|
+
end
|
76
|
+
end
|
77
|
+
end
|
data/lib/2021-03-01/generated/azure_mgmt_kubernetes_configuration/models/compliance_state_type.rb
ADDED
@@ -0,0 +1,19 @@
|
|
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::KubernetesConfiguration::Mgmt::V2021_03_01
|
7
|
+
module Models
|
8
|
+
#
|
9
|
+
# Defines values for ComplianceStateType
|
10
|
+
#
|
11
|
+
module ComplianceStateType
|
12
|
+
Pending = "Pending"
|
13
|
+
Compliant = "Compliant"
|
14
|
+
Noncompliant = "Noncompliant"
|
15
|
+
Installed = "Installed"
|
16
|
+
Failed = "Failed"
|
17
|
+
end
|
18
|
+
end
|
19
|
+
end
|
@@ -0,0 +1,83 @@
|
|
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::KubernetesConfiguration::Mgmt::V2021_03_01
|
7
|
+
module Models
|
8
|
+
#
|
9
|
+
# Compliance Status details
|
10
|
+
#
|
11
|
+
class ComplianceStatus
|
12
|
+
|
13
|
+
include MsRestAzure
|
14
|
+
|
15
|
+
# @return [ComplianceStateType] The compliance state of the
|
16
|
+
# configuration. Possible values include: 'Pending', 'Compliant',
|
17
|
+
# 'Noncompliant', 'Installed', 'Failed'
|
18
|
+
attr_accessor :compliance_state
|
19
|
+
|
20
|
+
# @return [DateTime] Datetime the configuration was last applied.
|
21
|
+
attr_accessor :last_config_applied
|
22
|
+
|
23
|
+
# @return [String] Message from when the configuration was applied.
|
24
|
+
attr_accessor :message
|
25
|
+
|
26
|
+
# @return [MessageLevelType] Level of the message. Possible values
|
27
|
+
# include: 'Error', 'Warning', 'Information'
|
28
|
+
attr_accessor :message_level
|
29
|
+
|
30
|
+
|
31
|
+
#
|
32
|
+
# Mapper for ComplianceStatus class as Ruby Hash.
|
33
|
+
# This will be used for serialization/deserialization.
|
34
|
+
#
|
35
|
+
def self.mapper()
|
36
|
+
{
|
37
|
+
client_side_validation: true,
|
38
|
+
required: false,
|
39
|
+
serialized_name: 'ComplianceStatus',
|
40
|
+
type: {
|
41
|
+
name: 'Composite',
|
42
|
+
class_name: 'ComplianceStatus',
|
43
|
+
model_properties: {
|
44
|
+
compliance_state: {
|
45
|
+
client_side_validation: true,
|
46
|
+
required: false,
|
47
|
+
read_only: true,
|
48
|
+
serialized_name: 'complianceState',
|
49
|
+
type: {
|
50
|
+
name: 'String'
|
51
|
+
}
|
52
|
+
},
|
53
|
+
last_config_applied: {
|
54
|
+
client_side_validation: true,
|
55
|
+
required: false,
|
56
|
+
serialized_name: 'lastConfigApplied',
|
57
|
+
type: {
|
58
|
+
name: 'DateTime'
|
59
|
+
}
|
60
|
+
},
|
61
|
+
message: {
|
62
|
+
client_side_validation: true,
|
63
|
+
required: false,
|
64
|
+
serialized_name: 'message',
|
65
|
+
type: {
|
66
|
+
name: 'String'
|
67
|
+
}
|
68
|
+
},
|
69
|
+
message_level: {
|
70
|
+
client_side_validation: true,
|
71
|
+
required: false,
|
72
|
+
serialized_name: 'messageLevel',
|
73
|
+
type: {
|
74
|
+
name: 'String'
|
75
|
+
}
|
76
|
+
}
|
77
|
+
}
|
78
|
+
}
|
79
|
+
}
|
80
|
+
end
|
81
|
+
end
|
82
|
+
end
|
83
|
+
end
|
@@ -0,0 +1,18 @@
|
|
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::KubernetesConfiguration::Mgmt::V2021_03_01
|
7
|
+
module Models
|
8
|
+
#
|
9
|
+
# Defines values for CreatedByType
|
10
|
+
#
|
11
|
+
module CreatedByType
|
12
|
+
User = "User"
|
13
|
+
Application = "Application"
|
14
|
+
ManagedIdentity = "ManagedIdentity"
|
15
|
+
Key = "Key"
|
16
|
+
end
|
17
|
+
end
|
18
|
+
end
|
@@ -0,0 +1,58 @@
|
|
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::KubernetesConfiguration::Mgmt::V2021_03_01
|
7
|
+
module Models
|
8
|
+
#
|
9
|
+
# Error definition.
|
10
|
+
#
|
11
|
+
class ErrorDefinition
|
12
|
+
|
13
|
+
include MsRestAzure
|
14
|
+
|
15
|
+
# @return [String] Service specific error code which serves as the
|
16
|
+
# substatus for the HTTP error code.
|
17
|
+
attr_accessor :code
|
18
|
+
|
19
|
+
# @return [String] Description of the error.
|
20
|
+
attr_accessor :message
|
21
|
+
|
22
|
+
|
23
|
+
#
|
24
|
+
# Mapper for ErrorDefinition class as Ruby Hash.
|
25
|
+
# This will be used for serialization/deserialization.
|
26
|
+
#
|
27
|
+
def self.mapper()
|
28
|
+
{
|
29
|
+
client_side_validation: true,
|
30
|
+
required: false,
|
31
|
+
serialized_name: 'ErrorDefinition',
|
32
|
+
type: {
|
33
|
+
name: 'Composite',
|
34
|
+
class_name: 'ErrorDefinition',
|
35
|
+
model_properties: {
|
36
|
+
code: {
|
37
|
+
client_side_validation: true,
|
38
|
+
required: true,
|
39
|
+
serialized_name: 'code',
|
40
|
+
type: {
|
41
|
+
name: 'String'
|
42
|
+
}
|
43
|
+
},
|
44
|
+
message: {
|
45
|
+
client_side_validation: true,
|
46
|
+
required: true,
|
47
|
+
serialized_name: 'message',
|
48
|
+
type: {
|
49
|
+
name: 'String'
|
50
|
+
}
|
51
|
+
}
|
52
|
+
}
|
53
|
+
}
|
54
|
+
}
|
55
|
+
end
|
56
|
+
end
|
57
|
+
end
|
58
|
+
end
|
@@ -0,0 +1,47 @@
|
|
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::KubernetesConfiguration::Mgmt::V2021_03_01
|
7
|
+
module Models
|
8
|
+
#
|
9
|
+
# Error response.
|
10
|
+
#
|
11
|
+
class ErrorResponse
|
12
|
+
|
13
|
+
include MsRestAzure
|
14
|
+
|
15
|
+
# @return [ErrorDefinition] Error definition.
|
16
|
+
attr_accessor :error
|
17
|
+
|
18
|
+
|
19
|
+
#
|
20
|
+
# Mapper for ErrorResponse class as Ruby Hash.
|
21
|
+
# This will be used for serialization/deserialization.
|
22
|
+
#
|
23
|
+
def self.mapper()
|
24
|
+
{
|
25
|
+
client_side_validation: true,
|
26
|
+
required: false,
|
27
|
+
serialized_name: 'ErrorResponse',
|
28
|
+
type: {
|
29
|
+
name: 'Composite',
|
30
|
+
class_name: 'ErrorResponse',
|
31
|
+
model_properties: {
|
32
|
+
error: {
|
33
|
+
client_side_validation: true,
|
34
|
+
required: false,
|
35
|
+
serialized_name: 'error',
|
36
|
+
type: {
|
37
|
+
name: 'Composite',
|
38
|
+
class_name: 'ErrorDefinition'
|
39
|
+
}
|
40
|
+
}
|
41
|
+
}
|
42
|
+
}
|
43
|
+
}
|
44
|
+
end
|
45
|
+
end
|
46
|
+
end
|
47
|
+
end
|
data/lib/2021-03-01/generated/azure_mgmt_kubernetes_configuration/models/helm_operator_properties.rb
ADDED
@@ -0,0 +1,57 @@
|
|
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::KubernetesConfiguration::Mgmt::V2021_03_01
|
7
|
+
module Models
|
8
|
+
#
|
9
|
+
# Properties for Helm operator.
|
10
|
+
#
|
11
|
+
class HelmOperatorProperties
|
12
|
+
|
13
|
+
include MsRestAzure
|
14
|
+
|
15
|
+
# @return [String] Version of the operator Helm chart.
|
16
|
+
attr_accessor :chart_version
|
17
|
+
|
18
|
+
# @return [String] Values override for the operator Helm chart.
|
19
|
+
attr_accessor :chart_values
|
20
|
+
|
21
|
+
|
22
|
+
#
|
23
|
+
# Mapper for HelmOperatorProperties class as Ruby Hash.
|
24
|
+
# This will be used for serialization/deserialization.
|
25
|
+
#
|
26
|
+
def self.mapper()
|
27
|
+
{
|
28
|
+
client_side_validation: true,
|
29
|
+
required: false,
|
30
|
+
serialized_name: 'HelmOperatorProperties',
|
31
|
+
type: {
|
32
|
+
name: 'Composite',
|
33
|
+
class_name: 'HelmOperatorProperties',
|
34
|
+
model_properties: {
|
35
|
+
chart_version: {
|
36
|
+
client_side_validation: true,
|
37
|
+
required: false,
|
38
|
+
serialized_name: 'chartVersion',
|
39
|
+
type: {
|
40
|
+
name: 'String'
|
41
|
+
}
|
42
|
+
},
|
43
|
+
chart_values: {
|
44
|
+
client_side_validation: true,
|
45
|
+
required: false,
|
46
|
+
serialized_name: 'chartValues',
|
47
|
+
type: {
|
48
|
+
name: 'String'
|
49
|
+
}
|
50
|
+
}
|
51
|
+
}
|
52
|
+
}
|
53
|
+
}
|
54
|
+
end
|
55
|
+
end
|
56
|
+
end
|
57
|
+
end
|
data/lib/2021-03-01/generated/azure_mgmt_kubernetes_configuration/models/message_level_type.rb
ADDED
@@ -0,0 +1,17 @@
|
|
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::KubernetesConfiguration::Mgmt::V2021_03_01
|
7
|
+
module Models
|
8
|
+
#
|
9
|
+
# Defines values for MessageLevelType
|
10
|
+
#
|
11
|
+
module MessageLevelType
|
12
|
+
Error = "Error"
|
13
|
+
Warning = "Warning"
|
14
|
+
Information = "Information"
|
15
|
+
end
|
16
|
+
end
|
17
|
+
end
|