Skip to content

Commit 1ed31dd

Browse files
authored
remove old keyvault modules (#20931)
* remove old keyvault * remove remaining references to sdk/keyvault
1 parent 11abf9f commit 1ed31dd

File tree

144 files changed

+3
-35629
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

144 files changed

+3
-35629
lines changed

.github/CODEOWNERS

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@
3030
# PRLabel: %Tables
3131
/sdk/data/aztables/ @jhendrixMSFT
3232

33-
# PRLabel: %KeyVault
34-
/sdk/keyvault/ @chlowell @jhendrixMSFT
35-
3633
# PRLabel: %KeyVault
3734
/sdk/security/keyvault/ @chlowell @jhendrixMSFT @gracewilcox
3835

documentation/developer_setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ export-clients: true
106106
go: true
107107
input-file: <URI to OpenAPI spec file>
108108
license-header: MICROSOFT_MIT_NO_VERSION
109-
module: <full module name> (e.g. github.com/Azure/azure-sdk-for-go/sdk/keyvault/azkeys)
109+
module: <full module name> (e.g. github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azkeys)
110110
openapi-type: "data-plane"
111111
output-folder: <output directory>
112112
use: "@autorest/[email protected]"
@@ -370,7 +370,7 @@ This creates the pipelines that will verify future PRs. The `azure-sdk-for-go` i
370370
[directory_structure]: https://azure.github.io/azure-sdk/golang_introduction.html
371371
[module_design]: https://azure.github.io/azure-sdk/golang_introduction.html#azure-sdk-module-design
372372
[type_declarations]: https://go.dev/ref/spec#Type_declarations
373-
[azkeys_directory]: https://github.com/Azure/azure-sdk-for-go/tree/sdk/keyvault/azkeys/v0.9.0/sdk/keyvault/azkeys
373+
[azkeys_directory]: https://github.com/Azure/azure-sdk-for-go/tree/main/sdk/security/keyvault/azkeys
374374
[aztables_directory]: https://github.com/Azure/azure-sdk-for-go/tree/sdk/data/aztables/v1.0.1/sdk/data/aztables
375375
[aztemplate]: https://github.com/Azure/azure-sdk-for-go/tree/main/sdk/template/aztemplate
376376
[api_design]: https://azure.github.io/azure-sdk/golang_introduction.html#azure-sdk-module-design

sdk/internal/perf/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ func main() {
271271

272272
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.
273273

274-
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.
274+
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.
275275

276276
To run a single performance test specify the test as the first argument:
277277
```pwsh

sdk/keyvault/TROUBLESHOOTING.md

Lines changed: 0 additions & 121 deletions
This file was deleted.

sdk/keyvault/azcertificates/CHANGELOG.md

Lines changed: 0 additions & 102 deletions
This file was deleted.

sdk/keyvault/azcertificates/LICENSE.txt

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)