forked from Azure/azure-sdk-for-go
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[aznamespaces] Event Grid, now using full TypeSpec generation! (Azure…
…#22962) * Event Grid, now using full TypeSpec generation! * Removing BinaryMode. It might come as a future feature
- Loading branch information
1 parent
61e8af4
commit e72057b
Showing
34 changed files
with
2,954 additions
and
1,666 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
// Copyright (c) Microsoft Corporation. All rights reserved. | ||
// Licensed under the MIT License. See License.txt in the project root for license information. | ||
|
||
//go:generate autorest ./autorest.md | ||
//go:generate pwsh ./testdata/gen.ps1 | ||
//go:generate goimports -w . | ||
//go:generate go run ./internal/generate | ||
//go:generate goimports -w . | ||
|
||
package aznamespaces |
Oops, something went wrong.