File tree Expand file tree Collapse file tree 5 files changed +1
-30
lines changed
generated/ConnectedKubernetes/ConnectedKubernetes.Autorest Expand file tree Collapse file tree 5 files changed +1
-30
lines changed Original file line number Diff line number Diff line change 25
25
[ assembly: System . Runtime . InteropServices . ComVisibleAttribute ( false ) ]
26
26
[ assembly: System . CLSCompliantAttribute ( false ) ]
27
27
28
-
29
-
30
-
31
-
32
-
Original file line number Diff line number Diff line change @@ -196,12 +196,6 @@ param(
196
196
# The Kubernetes distribution version on this connected cluster.
197
197
${DistributionVersion} ,
198
198
199
- [Parameter ()]
200
- [Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Category (' Body' )]
201
- [System.Management.Automation.SwitchParameter ]
202
- # Determines whether to enable a system-assigned identity for the resource.
203
- ${EnableSystemAssignedIdentity} ,
204
-
205
199
[Parameter ()]
206
200
[Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Category (' Body' )]
207
201
[System.Management.Automation.SwitchParameter ]
Original file line number Diff line number Diff line change @@ -641,12 +641,6 @@ param(
641
641
# The Kubernetes distribution version on this connected cluster.
642
642
${DistributionVersion} ,
643
643
644
- [Parameter ()]
645
- [Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Category (' Body' )]
646
- [System.Management.Automation.SwitchParameter ]
647
- # Determines whether to enable a system-assigned identity for the resource.
648
- ${EnableSystemAssignedIdentity} ,
649
-
650
644
[Parameter ()]
651
645
[Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Category (' Body' )]
652
646
[System.Management.Automation.SwitchParameter ]
@@ -1258,12 +1252,6 @@ param(
1258
1252
# The ID of the target subscription.
1259
1253
${SubscriptionId} ,
1260
1254
1261
- [Parameter (Mandatory )]
1262
- [Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Category (' Body' )]
1263
- [System.Nullable [System.Boolean ]]
1264
- # Determines whether to enable a system-assigned identity for the resource.
1265
- ${EnableSystemAssignedIdentity} ,
1266
-
1267
1255
[Parameter (ParameterSetName = ' SetExpanded' , Mandatory )]
1268
1256
[Parameter (ParameterSetName = ' SetExpandedEnableGateway' , Mandatory )]
1269
1257
[Parameter (ParameterSetName = ' SetExpandedDisableGateway' , Mandatory )]
Original file line number Diff line number Diff line change @@ -137,12 +137,6 @@ param(
137
137
# The ID of the target subscription.
138
138
${SubscriptionId} ,
139
139
140
- [Parameter (Mandatory )]
141
- [Microsoft.Azure.PowerShell.Cmdlets.ConnectedKubernetes.Category (' Body' )]
142
- [System.Nullable [System.Boolean ]]
143
- # Determines whether to enable a system-assigned identity for the resource.
144
- ${EnableSystemAssignedIdentity} ,
145
-
146
140
[Parameter (ParameterSetName = ' SetExpanded' , Mandatory )]
147
141
[Parameter (ParameterSetName = ' SetExpandedEnableGateway' , Mandatory )]
148
142
[Parameter (ParameterSetName = ' SetExpandedDisableGateway' , Mandatory )]
Original file line number Diff line number Diff line change 1
1
{
2
- "generate_Id" : " f29daa0d-6315-4b6d-bde7-fcfac0b81b46 "
2
+ "generate_Id" : " a70867db-2af4-4b19-b666-909b323d1e6e "
3
3
}
You can’t perform that action at this time.
0 commit comments