File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
internal/services/containers/client Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,18 +9,18 @@ import (
99)
1010
1111type AutoClient struct {
12- V20240401 containerservice_2024_04_01.Client
12+ V20231015 containerservice_2024_04_01.Client
1313}
1414
1515func NewClient (o * common.ClientOptions ) (* AutoClient , error ) {
16- v20240401Client , err := containerservice_2024_04_01 .NewClientWithBaseURI (o .Environment .ResourceManager , func (c * resourcemanager.Client ) {
16+ v20231015Client , err := containerservice_2024_04_01 .NewClientWithBaseURI (o .Environment .ResourceManager , func (c * resourcemanager.Client ) {
1717 o .Configure (c , o .Authorizers .ResourceManager )
1818 })
1919 if err != nil {
2020 return nil , fmt .Errorf ("building client for containerservice V20231015: %+v" , err )
2121 }
2222
2323 return & AutoClient {
24- V20240401 : * v20240401Client ,
24+ V20231015 : * v20231015Client ,
2525 }, nil
2626}
You can’t perform that action at this time.
0 commit comments