Skip to content

Commit

Permalink
fix (#30555)
Browse files Browse the repository at this point in the history
  • Loading branch information
XiaofeiCao authored Sep 13, 2024
1 parent 831b657 commit 30615d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion specification/appconfiguration/AppConfiguration/client.tsp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ using AzureAppConfiguration;
namespace SdkCustomizations;

// Cross-language customizations
@@clientName(Foundations.Error, "ErrorDetail");
// except Java, since Java has built-in type in azure-core for Error model.
@@clientName(Foundations.Error, "ErrorDetail", "python,csharp,javascript,go");

// Python specific customizations
@@clientName(KeyValueFields, "ConfigurationSettingFields", "python");
Expand Down

0 comments on commit 30615d5

Please sign in to comment.