File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
specification/liftrneon/Neon.Postgres.Management Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -4,3 +4,21 @@ import "@azure-tools/typespec-client-generator-core";
44using Azure .ClientGenerator .Core ;
55
66@@ clientName (Neon .Postgres , "NeonPostgresMgmtClient" , "python" );
7+ @@ clientName (Neon .Postgres .OrganizationResource , "NeonOrganization" , "csharp" );
8+ @@ clientName (LiftrBase .CompanyDetails , "NeonCompanyDetails" , "csharp" );
9+ @@ clientName (LiftrBase .MarketplaceDetails , "NeonMarketplaceDetails" , "csharp" );
10+ @@ clientName (LiftrBase .OfferDetails , "NeonOfferDetails" , "csharp" );
11+ @@ clientName (LiftrBase .UserDetails , "NeonUserDetails" , "csharp" );
12+ @@ clientName (LiftrBase .Data .OrganizationProperties ,
13+ "NeonOrganizationPropertes" ,
14+ "csharp"
15+ );
16+ @@ clientName (Azure .ResourceManager .ResourceProvisioningState ,
17+ "NeonResourceProvisioningState" ,
18+ "csharp"
19+ );
20+ @@ clientName (LiftrBase .SingleSignOnProperties ,
21+ "NeonSingleSignOnProperties" ,
22+ "csharp"
23+ );
24+ @@ clientName (LiftrBase .SingleSignOnStates , "NeonSingleSignOnState" , "csharp" );
You can’t perform that action at this time.
0 commit comments