Skip to content

Commit d205bf6

Browse files
authored
Prepare client settings for releasing Azure.ResourceManager.ServiceFa… (#35464)
1 parent d98af30 commit d205bf6

File tree

1 file changed

+9
-0
lines changed
  • specification/servicefabricmanagedclusters/ServiceFabricManagedClusters.Management

1 file changed

+9
-0
lines changed

specification/servicefabricmanagedclusters/ServiceFabricManagedClusters.Management/client.tsp

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,8 @@ using Microsoft.ServiceFabric;
134134
/**
135135
* Dotnet Operation and Model Renaming/Retyping
136136
*/
137+
@@scope(Operations.list, "!csharp");
138+
137139
@@clientName(ManagedAzResiliencyStatus.get,
138140
"GetManagedAzResiliencyStatus",
139141
"csharp"
@@ -240,6 +242,7 @@ using Microsoft.ServiceFabric;
240242
);
241243
@@clientName(ServiceEndpoint, "ManagedClusterServiceEndpoint", "csharp");
242244
@@clientName(NodeType, "ServiceFabricManagedNodeType", "csharp");
245+
@@clientName(NodeTypeProperties.zoneBalance, "IsZoneBalanceEnabled", "csharp");
243246
@@clientName(NodeTypeProperties.dataDiskSizeGB, "DataDiskSizeInGB", "csharp");
244247
@@clientName(NodeTypeProperties.enableAcceleratedNetworking,
245248
"IsAcceleratedNetworkingEnabled",
@@ -276,6 +279,7 @@ using Microsoft.ServiceFabric;
276279
@@clientName(FrontendConfiguration, "NodeTypeFrontendConfiguration", "csharp");
277280
@@clientName(NodeTypeActionParameters, "NodeTypeActionContent", "csharp");
278281
@@clientName(NodeTypeActionParameters.force, "IsForced", "csharp");
282+
@@clientName(FaultSimulationContent.force, "IsForced", "csharp");
279283
@@clientName(ServiceResource, "ServiceFabricManagedService", "csharp");
280284
@@clientName(ServiceResourceProperties, "ManagedServiceProperties", "csharp");
281285
@@clientName(ServiceResourcePropertiesBase,
@@ -395,6 +399,11 @@ using Microsoft.ServiceFabric;
395399
@@clientName(DiskType.StandardSSD_ZRS, "StandardSsdZrs", "csharp");
396400
@@clientName(DiskType.StandardSSD_ZRS, "PremiumZrs", "csharp");
397401

402+
@@clientName(SecurityEncryptionType,
403+
"NodeTypeSecurityEncryptionType",
404+
"csharp"
405+
);
406+
398407
@@alternateType(ManagedClusterVersion.list::parameters.location,
399408
azureLocation,
400409
"csharp"

0 commit comments

Comments
 (0)