Skip to content
Prev Previous commit
Next Next commit
Revert ServicePatterns change
  • Loading branch information
dargilco committed Apr 27, 2025
commit d51244c452f2168f1968cf0ff6cbceabdc6847db
2 changes: 1 addition & 1 deletion specification/ai/Azure.AI.Projects/client.tsp
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ using Azure.ClientGenerator.Core;

// For some reason for Python the emitter creates an empty ServicePatternsOperations operation
// class. Mark it as internal here. Apply to all languages just in case.
@@access(Azure.AI.Projects.ServicePatterns, Access.internal);
//@@access(Azure.AI.Projects.ServicePatterns, Access.internal); <== this did not work. It makes all methods internal.
Loading