Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove old keyvault modules #20931

Merged
merged 3 commits into from
Jun 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@
# PRLabel: %Tables
/sdk/data/aztables/ @jhendrixMSFT

# PRLabel: %KeyVault
/sdk/keyvault/ @chlowell @jhendrixMSFT

# PRLabel: %KeyVault
/sdk/security/keyvault/ @chlowell @jhendrixMSFT @gracewilcox

Expand Down
4 changes: 2 additions & 2 deletions documentation/developer_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export-clients: true
go: true
input-file: <URI to OpenAPI spec file>
license-header: MICROSOFT_MIT_NO_VERSION
module: <full module name> (e.g. github.com/Azure/azure-sdk-for-go/sdk/keyvault/azkeys)
module: <full module name> (e.g. github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azkeys)
openapi-type: "data-plane"
output-folder: <output directory>
use: "@autorest/go@4.0.0-preview.44"
Expand Down Expand Up @@ -370,7 +370,7 @@ This creates the pipelines that will verify future PRs. The `azure-sdk-for-go` i
[directory_structure]: https://azure.github.io/azure-sdk/golang_introduction.html
[module_design]: https://azure.github.io/azure-sdk/golang_introduction.html#azure-sdk-module-design
[type_declarations]: https://go.dev/ref/spec#Type_declarations
[azkeys_directory]: https://github.com/Azure/azure-sdk-for-go/tree/sdk/keyvault/azkeys/v0.9.0/sdk/keyvault/azkeys
[azkeys_directory]: https://github.com/Azure/azure-sdk-for-go/tree/main/sdk/security/keyvault/azkeys
[aztables_directory]: https://github.com/Azure/azure-sdk-for-go/tree/sdk/data/aztables/v1.0.1/sdk/data/aztables
[aztemplate]: https://github.com/Azure/azure-sdk-for-go/tree/main/sdk/template/aztemplate
[api_design]: https://azure.github.io/azure-sdk/golang_introduction.html#azure-sdk-module-design
Expand Down
2 changes: 1 addition & 1 deletion sdk/internal/perf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ func main() {

First, make sure you have go version 1.17 or later installed. You can install go from the [go.dev](https://go.dev/doc/install) site.

Navigate to your SDK performance test, (ie. `sdk/keyvault/azkeys/testdata/perf` folder and run `go mod download` to download all the requirements for the performance framework.
Navigate to your SDK performance test, (ie. `sdk/security/keyvault/azkeys/testdata/perf` folder and run `go mod download` to download all the requirements for the performance framework.

To run a single performance test specify the test as the first argument:
```pwsh
Expand Down
121 changes: 0 additions & 121 deletions sdk/keyvault/TROUBLESHOOTING.md

This file was deleted.

102 changes: 0 additions & 102 deletions sdk/keyvault/azcertificates/CHANGELOG.md

This file was deleted.

21 changes: 0 additions & 21 deletions sdk/keyvault/azcertificates/LICENSE.txt

This file was deleted.

Loading