Skip to content

Commit

Permalink
[azsecrets] convert to typespec (#23717)
Browse files Browse the repository at this point in the history
  • Loading branch information
gracewilcox authored Jan 22, 2025
1 parent 57eec94 commit 9ca37d4
Show file tree
Hide file tree
Showing 16 changed files with 189 additions and 267 deletions.
2 changes: 1 addition & 1 deletion eng/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
},
{
"Name": "keyvault/azsecrets",
"CoverageGoal": 0.86
"CoverageGoal": 0.85
},
{
"Name": "data/aztables",
Expand Down
141 changes: 0 additions & 141 deletions sdk/security/keyvault/azsecrets/autorest.md

This file was deleted.

8 changes: 3 additions & 5 deletions sdk/security/keyvault/azsecrets/build.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
//go:build go1.18
// +build go1.18

//go:generate autorest ./autorest.md
//go:generate tsp-client update
//go:generate go run ./internal/transforms.go
//go:generate rm ./constants.go
//go:generate gofmt -w .
//go:generate goimports -w .

// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for license information.
Expand Down
Loading

0 comments on commit 9ca37d4

Please sign in to comment.