Skip to content

Commit

Permalink
add visibility none in client.tsp
Browse files Browse the repository at this point in the history
  • Loading branch information
swathipil committed Dec 18, 2024
1 parent 44227ca commit a08e6cb
Show file tree
Hide file tree
Showing 3 changed files with 618 additions and 387 deletions.
11 changes: 11 additions & 0 deletions tools/apiview/parsers/apiview-treestyle-parser-schema/client.tsp
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
import "@azure-tools/typespec-client-generator-core";
import "@typespec/versioning";
import "./main.tsp";

using TypeSpec.Versioning;
using Azure.ClientGenerator.Core;
using Schemas;

namespace ClientCustomizations;

@@visibility(Schemas.CodeFile.LanguageVariant, "none");
Loading

0 comments on commit a08e6cb

Please sign in to comment.