File tree 3 files changed +7
-7
lines changed
azure-mgmt-containerservice/azure/mgmt/containerservice
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ class CredentialResult(Model):
20
20
21
21
:ivar name: The name of the credential.
22
22
:vartype name: str
23
- :ivar value: The value of the credential .
24
- :vartype value: str
23
+ :ivar value: Base64-encoded Kubernetes configuration file .
24
+ :vartype value: bytearray
25
25
"""
26
26
27
27
_validation = {
@@ -31,7 +31,7 @@ class CredentialResult(Model):
31
31
32
32
_attribute_map = {
33
33
'name' : {'key' : 'name' , 'type' : 'str' },
34
- 'value' : {'key' : 'value' , 'type' : 'str ' },
34
+ 'value' : {'key' : 'value' , 'type' : 'bytearray ' },
35
35
}
36
36
37
37
def __init__ (self , ** kwargs ):
Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ class CredentialResult(Model):
20
20
21
21
:ivar name: The name of the credential.
22
22
:vartype name: str
23
- :ivar value: The value of the credential .
24
- :vartype value: str
23
+ :ivar value: Base64-encoded Kubernetes configuration file .
24
+ :vartype value: bytearray
25
25
"""
26
26
27
27
_validation = {
@@ -31,7 +31,7 @@ class CredentialResult(Model):
31
31
32
32
_attribute_map = {
33
33
'name' : {'key' : 'name' , 'type' : 'str' },
34
- 'value' : {'key' : 'value' , 'type' : 'str ' },
34
+ 'value' : {'key' : 'value' , 'type' : 'bytearray ' },
35
35
}
36
36
37
37
def __init__ (self , ** kwargs ) -> None :
Original file line number Diff line number Diff line change 9
9
# regenerated.
10
10
# --------------------------------------------------------------------------
11
11
12
- VERSION = "4.2.1 "
12
+ VERSION = "4.1.0 "
13
13
You can’t perform that action at this time.
0 commit comments