Open
Description
The networkProfile.loadBalancerSku
property in the ManagedCluster
model doesn't preserve the casing between the PUT req and the follow-up GET resp. For example, a request with the networkProfile.loadBalancerSku
set as standard
will ends up with a response of networkProfile.loadBalancerSku
set to Standard
in a follow up GET
.