Skip to content

Commit 48f6448

Browse files
committed
Fix the issue of new resource
1 parent 6f9ce99 commit 48f6448

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/KubernetesConfiguration/custom/New-AzKubernetesConfiguration.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ function New-AzKubernetesConfiguration {
187187
}
188188
} else {
189189
$PSBoundParameters.Add('ClusterType', 'ConnectedClusters')
190-
$PSBoundParameters.Add('ClusterRp', 'Microsoft.ContainerService')
190+
$PSBoundParameters.Add('ClusterRp', 'Microsoft.Kubernetes')
191191
}
192192

193193
if ($PSBoundParameters.ContainsKey('HelmOperatorChartValues')) {

0 commit comments

Comments
 (0)