@@ -134,6 +134,8 @@ using Microsoft.ServiceFabric;
134
134
/**
135
135
* Dotnet Operation and Model Renaming/Retyping
136
136
*/
137
+ @@ scope (Operations .list , "!csharp" );
138
+
137
139
@@ clientName (ManagedAzResiliencyStatus .get ,
138
140
"GetManagedAzResiliencyStatus" ,
139
141
"csharp"
@@ -240,6 +242,7 @@ using Microsoft.ServiceFabric;
240
242
);
241
243
@@ clientName (ServiceEndpoint , "ManagedClusterServiceEndpoint" , "csharp" );
242
244
@@ clientName (NodeType , "ServiceFabricManagedNodeType" , "csharp" );
245
+ @@ clientName (NodeTypeProperties .zoneBalance , "IsZoneBalanceEnabled" , "csharp" );
243
246
@@ clientName (NodeTypeProperties .dataDiskSizeGB , "DataDiskSizeInGB" , "csharp" );
244
247
@@ clientName (NodeTypeProperties .enableAcceleratedNetworking ,
245
248
"IsAcceleratedNetworkingEnabled" ,
@@ -276,6 +279,7 @@ using Microsoft.ServiceFabric;
276
279
@@ clientName (FrontendConfiguration , "NodeTypeFrontendConfiguration" , "csharp" );
277
280
@@ clientName (NodeTypeActionParameters , "NodeTypeActionContent" , "csharp" );
278
281
@@ clientName (NodeTypeActionParameters .force , "IsForced" , "csharp" );
282
+ @@ clientName (FaultSimulationContent .force , "IsForced" , "csharp" );
279
283
@@ clientName (ServiceResource , "ServiceFabricManagedService" , "csharp" );
280
284
@@ clientName (ServiceResourceProperties , "ManagedServiceProperties" , "csharp" );
281
285
@@ clientName (ServiceResourcePropertiesBase ,
@@ -395,6 +399,11 @@ using Microsoft.ServiceFabric;
395
399
@@ clientName (DiskType .StandardSSD_ZRS , "StandardSsdZrs" , "csharp" );
396
400
@@ clientName (DiskType .StandardSSD_ZRS , "PremiumZrs" , "csharp" );
397
401
402
+ @@ clientName (SecurityEncryptionType ,
403
+ "NodeTypeSecurityEncryptionType" ,
404
+ "csharp"
405
+ );
406
+
398
407
@@ alternateType (ManagedClusterVersion .list ::parameters .location ,
399
408
azureLocation ,
400
409
"csharp"
0 commit comments