@@ -55,10 +55,10 @@ using NGINX.NGINXPLUS;
55
55
"NginxDeploymentPropertiesNginxAppProtect" ,
56
56
"!csharp"
57
57
);
58
- // @@clientName(AutoScaleSettings,
59
- // "NginxDeploymentScalingPropertiesAutoScaleSettings",
60
- // "!csharp"
61
- // );
58
+ @@ clientName (AutoScaleSettings ,
59
+ "NginxDeploymentScalingPropertiesAutoScaleSettings" ,
60
+ "!csharp"
61
+ );
62
62
63
63
// Client location overrides for NginxDeployments operations
64
64
@@ clientLocation (NginxDeployments .get , "Deployments" , "!csharp" );
@@ -75,6 +75,12 @@ using NGINX.NGINXPLUS;
75
75
"!csharp"
76
76
);
77
77
78
+ // Client name for list operations
79
+ @@ clientName (NginxDeployments .listBySubscription , "list" , "!csharp" );
80
+ @@ clientName (ApiKeys .listByDeployment , "list" , "!csharp" );
81
+ @@ clientName (Certificates .listByDeployment , "list" , "!csharp" );
82
+ @@ clientName (Configurations .listByDeployment , "list" , "!csharp" );
83
+
78
84
// Java client name overrides to maintain consistent casing
79
85
@@ clientName (NginxPublicIPAddress , "NginxPublicIpAddress" , "java" );
80
86
@@ clientName (NginxPrivateIPAddress , "NginxPrivateIpAddress" , "java" );
0 commit comments