File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
specification/eventgrid/Azure.Messaging.EventGrid Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ import "@azure-tools/typespec-azure-core";
37
37
)
38
38
@ doc ("Azure Messaging EventGrid Client" )
39
39
@ versioned (ServiceApiVersions )
40
- namespace EventGrid {
40
+ namespace Microsoft . EventGrid {
41
41
using TypeSpec .Http ;
42
42
using TypeSpec .Rest ;
43
43
using TypeSpec .Versioning ;
Original file line number Diff line number Diff line change @@ -11,10 +11,11 @@ linter:
11
11
- " @azure-tools/typespec-azure-core/all"
12
12
options :
13
13
" @azure-tools/typespec-autorest " :
14
+ azure-resource-provider-folder : " data-plane"
15
+ emitter-output-dir : " {project-root}/.."
14
16
examples-directory : examples
17
+ output-file : " {azure-resource-provider-folder}/{service-name}/{version-status}/{version}/EventGrid.json"
15
18
omit-unreachable-types : true
16
- output-file : EventGrid.json
17
- emitter-output-dir : " {project-root}/../data-plane/Microsoft.EventGrid/preview/2023-06-01-preview"
18
19
" @azure-tools/typespec-python " :
19
20
package-pprint-name : " \" Azure Event Grid\" "
20
21
package-mode : " dataplane"
You can’t perform that action at this time.
0 commit comments