Skip to content

Commit

Permalink
Handle C# SDK Naming Requirements for Autogenerated Specs (Azure#32006)
Browse files Browse the repository at this point in the history
* test

* update client.tsp file

* ...

* ...

* ci fix

* ...

* rename dataflow prop & remove workaround
  • Loading branch information
hmmorales authored and santiagxf committed Jan 15, 2025
1 parent cf57336 commit b5ef58b
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,10 @@ using Azure.ClientGenerator.Core;

@@clientName(Microsoft.IoTOperations, "IoTOperationsMgmt", "python");
@@clientName(Microsoft.IoTOperations, "IoTOperationsManagementClient", "java");

#suppress "@azure-tools/typespec-azure-core/casing-style"
namespace Microsoft.IoTOperations {
@@clientName(CertManagerCertOptions, "CertManagerCertConfig", "csharp");
@@clientName(DataflowOperation, "DataflowAction", "csharp");
@@clientName(PrincipalDefinition, "PrincipalConfig", "csharp");
}

0 comments on commit b5ef58b

Please sign in to comment.