File tree 2 files changed +10
-10
lines changed
azure-mgmt-containerservice/azure/mgmt/containerservice/models
2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -18,19 +18,19 @@ class CredentialResults(Model):
18
18
Variables are only populated by the server, and will be ignored when
19
19
sending a request.
20
20
21
- :ivar values :
22
- :vartype values :
21
+ :ivar kubeconfigs :
22
+ :vartype kubeconfigs :
23
23
list[~azure.mgmt.containerservice.models.CredentialResult]
24
24
"""
25
25
26
26
_validation = {
27
- 'values ' : {'readonly' : True },
27
+ 'kubeconfigs ' : {'readonly' : True },
28
28
}
29
29
30
30
_attribute_map = {
31
- 'values ' : {'key' : 'values ' , 'type' : '[CredentialResult]' },
31
+ 'kubeconfigs ' : {'key' : 'kubeconfigs ' , 'type' : '[CredentialResult]' },
32
32
}
33
33
34
34
def __init__ (self , ** kwargs ):
35
35
super (CredentialResults , self ).__init__ (** kwargs )
36
- self .values = None
36
+ self .kubeconfigs = None
Original file line number Diff line number Diff line change @@ -18,19 +18,19 @@ class CredentialResults(Model):
18
18
Variables are only populated by the server, and will be ignored when
19
19
sending a request.
20
20
21
- :ivar values :
22
- :vartype values :
21
+ :ivar kubeconfigs :
22
+ :vartype kubeconfigs :
23
23
list[~azure.mgmt.containerservice.models.CredentialResult]
24
24
"""
25
25
26
26
_validation = {
27
- 'values ' : {'readonly' : True },
27
+ 'kubeconfigs ' : {'readonly' : True },
28
28
}
29
29
30
30
_attribute_map = {
31
- 'values ' : {'key' : 'values ' , 'type' : '[CredentialResult]' },
31
+ 'kubeconfigs ' : {'key' : 'kubeconfigs ' , 'type' : '[CredentialResult]' },
32
32
}
33
33
34
34
def __init__ (self , ** kwargs ) -> None :
35
35
super (CredentialResults , self ).__init__ (** kwargs )
36
- self .values = None
36
+ self .kubeconfigs = None
You can’t perform that action at this time.
0 commit comments