Skip to content

Commit

Permalink
[eventgrid] Align tspconfig.yaml and namespace with convention (#26061)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeharder authored Oct 3, 2023
1 parent 7dc72e8 commit a48dbfd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion specification/eventgrid/Azure.Messaging.EventGrid/main.tsp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import "@azure-tools/typespec-azure-core";
)
@doc("Azure Messaging EventGrid Client")
@versioned(ServiceApiVersions)
namespace EventGrid {
namespace Microsoft.EventGrid {
using TypeSpec.Http;
using TypeSpec.Rest;
using TypeSpec.Versioning;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ linter:
- "@azure-tools/typespec-azure-core/all"
options:
"@azure-tools/typespec-autorest":
azure-resource-provider-folder: "data-plane"
emitter-output-dir: "{project-root}/.."
examples-directory: examples
output-file: "{azure-resource-provider-folder}/{service-name}/{version-status}/{version}/EventGrid.json"
omit-unreachable-types: true
output-file: EventGrid.json
emitter-output-dir: "{project-root}/../data-plane/Microsoft.EventGrid/preview/2023-06-01-preview"
"@azure-tools/typespec-python":
package-pprint-name: "\"Azure Event Grid\""
package-mode: "dataplane"
Expand Down

0 comments on commit a48dbfd

Please sign in to comment.