|
5 | 5 | import "./main.tsp"; |
6 | 6 | import "@azure-tools/typespec-client-generator-core"; |
7 | 7 |
|
8 | | -using Azure.ClientGenerator.Core; |
9 | | -using PurviewUnifiedCatalog; |
10 | | - |
11 | 8 | namespace Customizations; |
12 | | - |
13 | | -// @@clientName(ListCriticalDataElementAsync, "ListCriticalDataElement"); |
14 | | -// @@clientName(CreateCriticalDataElementAsync, "CreateCriticalDataElement"); |
15 | | -// @@clientName(GetCriticalDataElementByIdAsync, "GetCriticalDataElementById"); |
16 | | -// @@clientName(UpdateCriticalDataElementAsync, "UpdateCriticalDataElement"); |
17 | | -// @@clientName(DeleteCriticalDataElementByIdAsync, |
18 | | -// "DeleteCriticalDataElementById" |
19 | | -// ); |
20 | | -// @@clientName(ListCriticalDataElementRelationshipsAsync, |
21 | | -// "ListCriticalDataElementRelationships" |
22 | | -// ); |
23 | | -// @@clientName(CreateCriticalDataElementRelationshipAsync, |
24 | | -// "CreateCriticalDataElementRelationship" |
25 | | -// ); |
26 | | -// @@clientName(DeleteCriticalDataElementRelationshipAsync, |
27 | | -// "DeleteCriticalDataElementRelationship" |
28 | | -// ); |
29 | | -// @@clientName(GetCriticalDataElementFacetsAsync, "GetCriticalDataElementFacets"); |
30 | | -// @@clientName(CreateCriticalDataColumnAsync, "CreateCriticalDataColumn"); |
31 | | -// @@clientName(ListCriticalDataColumnAsync, "ListCriticalDataColumn"); |
32 | | -// @@clientName(GetCriticalDataColumnByIdAsync, "GetCriticalDataColumnById"); |
33 | | -// @@clientName(CreateCriticalDataColumnRelationshipAsync, |
34 | | -// "CreateCriticalDataColumnRelationship" |
35 | | -// ); |
36 | | -// @@clientName(ListCriticalDataColumnRelationshipsAsync, |
37 | | -// "ListCriticalDataColumnRelationships" |
38 | | -// ); |
39 | | -// @@clientName(DeleteCriticalDataColumnRelationshipAsync, |
40 | | -// "DeleteCriticalDataColumnRelationship" |
41 | | -// ); |
42 | | -// @@clientName(ListDataAssetsAsync, "ListDataAssets"); |
43 | | -// @@clientName(CreateDataAssetAsync, "CreateDataAsset"); |
44 | | -// @@clientName(QueryDataAssetsAsync, "QueryDataAssets"); |
45 | | -// @@clientName(GetDataAssetByIdAsync, "GetDataAssetById"); |
46 | | -// @@clientName(UpdateDataAssetAsync, "UpdateDataAsset"); |
47 | | -// @@clientName(DeleteDataAssetByIdAsync, "DeleteDataAssetById"); |
48 | | -// @@clientName(ListDataAssetRelationshipsAsync, "ListDataAssetRelationships"); |
49 | | -// @@clientName(CreateDataAssetRelationshipAsync, "CreateDataAssetRelationship"); |
50 | | -// @@clientName(DeleteDataAssetRelationshipAsync, "DeleteDataAssetRelationship"); |
51 | | -// @@clientName(ListDataProductsAsync, "ListDataProducts"); |
52 | | -// @@clientName(CreateDataProductAsync, "CreateDataProduct"); |
53 | | -// @@clientName(QueryDataProductsAsync, "QueryDataProducts"); |
54 | | -// @@clientName(GetDataProductFacetsAsync, "GetDataProductFacets"); |
55 | | -// @@clientName(GetDataProductByIdAsync, "GetDataProductById"); |
56 | | -// @@clientName(UpdateDataProductAsync, "UpdateDataProduct"); |
57 | | -// @@clientName(DeleteDataProductByIdAsync, "DeleteDataProductById"); |
58 | | -// @@clientName(ListDataProductRelationshipsAsync, "ListDataProductRelationships"); |
59 | | -// @@clientName(CreateDataProductRelationshipAsync, |
60 | | -// "CreateDataProductRelationship" |
61 | | -// ); |
62 | | -// @@clientName(DeleteDataProductRelationshipAsync, |
63 | | -// "DeleteDataProductRelationship" |
64 | | -// ); |
65 | | -// @@clientName(EnumerateDomainsAsync, "EnumerateDomains"); |
66 | | -// @@clientName(CreateDomainAsync, "CreateDomain"); |
67 | | -// @@clientName(UpdateDomainAsync, "UpdateDomain"); |
68 | | -// @@clientName(GetDomainByIdAsync, "GetDomainById"); |
69 | | -// @@clientName(DeleteDomainByIdAsync, "DeleteDomainById"); |
70 | | -// @@clientName(CreateTermAsync, "CreateTerm"); |
71 | | -// @@clientName(ListTermAsync, "ListTerm"); |
72 | | -// @@clientName(UpdateTermAsync, "UpdateTerm"); |
73 | | -// @@clientName(GetTermAsync, "GetTerm"); |
74 | | -// @@clientName(DeleteTermAsync, "DeleteTerm"); |
75 | | -// @@clientName(QueryTermsAsync, "QueryTerms"); |
76 | | -// @@clientName(GetTermFacetsAsync, "GetTermFacets"); |
77 | | -// @@clientName(ListHierarchyTermsAsync, "ListHierarchyTerms"); |
78 | | -// @@clientName(AddRelatedEntityAsync, "AddRelatedEntity"); |
79 | | -// @@clientName(DeleteRelatedTermAsync, "DeleteRelatedTerm"); |
80 | | -// @@clientName(ListRelatedEntitiesAsync, "ListRelatedEntities"); |
81 | | -// @@clientName(ListObjectivesAsync, "ListObjectives"); |
82 | | -// @@clientName(CreateObjectiveAsync, "CreateObjective"); |
83 | | -// @@clientName(QueryObjectivesAsync, "QueryObjectives"); |
84 | | -// @@clientName(GetObjectiveFacetsAsync, "GetObjectiveFacets"); |
85 | | -// @@clientName(UpdateObjectiveAsync, "UpdateObjective"); |
86 | | -// @@clientName(DeleteObjectiveByIdAsync, "DeleteObjectiveById"); |
87 | | -// @@clientName(GetObjectiveByIdAsync, "GetObjectiveById"); |
88 | | -// @@clientName(ListKeyResultsAsync, "ListKeyResults"); |
89 | | -// @@clientName(CreateKeyResultAsync, "CreateKeyResult"); |
90 | | -// @@clientName(GetKeyResultByIdAsync, "GetKeyResultById"); |
91 | | -// @@clientName(UpdateKeyResultAsync, "UpdateKeyResult"); |
92 | | -// @@clientName(DeleteKeyResultByIdAsync, "DeleteKeyResultById"); |
93 | | -@@clientName(AudienceEnum, "PurviewUnifiedCatalogRole"); |
0 commit comments