We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 699a6f1 commit e47b5adCopy full SHA for e47b5ad
specification/eventgrid/Azure.Messaging.EventGrid/client.tsp
@@ -0,0 +1,8 @@
1
+import "@azure-tools/typespec-client-generator-core";
2
+import "./main.tsp";
3
+
4
+using Azure.ClientGenerator.Core;
5
6
+@@access(Microsoft.EventGrid.publishCloudEvent, Access.internal);
7
+@@access(Microsoft.EventGrid.publishCloudEvents, Access.internal);
8
+@@access(Microsoft.EventGrid.receiveCloudEvents, Access.internal);
specification/eventgrid/Azure.Messaging.EventGrid/tspconfig.yaml
@@ -26,5 +26,4 @@ options:
26
"@azure-tools/typespec-csharp":
27
package-dir: Azure.Messaging.EventGridV2
28
model-namespace: false
29
- generate-convenience-methods: false
30
namespace: Azure.Messaging.EventGrid.Namespaces
0 commit comments