Commit 0e7baea
authored
[KeyVault] Migrate or retire stand-alone samples (Azure#57907)
* [KeyVault] Migrate or retire stand-alone samples
The focus of these chagnes is to move `getcert` and
`keyvaultproxy` samples from `sdk/keyvault/samples/`
to the centralized `samples/keyvault/` directory.
The the sharelink sample is being retired as it is
for a legacy feature that goes against Microsoft
security guidance and has no updates planned.
Details:
- Move getcert and keyvaultproxy samples to samples/keyvault/
- Retire sharelink (deprecated KV-managed storage accounts feature)
- Delete sdk/keyvault/samples/ build infrastructure
- Strip IsSample/IsSamplesProject conditional blocks from csproj files
- Bump Azure.Identity, Azure.Core, KV.Certificates, KV.Secrets,
System.CommandLine, xunit, and test SDK to latest stable versions
- Rename getcert.csproj to GetCert.csproj for C# naming conventions
- Update stale sample links in TROUBLESHOOTING.md, MigrationGuide.md,
and KeyVaultCertificate.cs to point to new locations
- Remove keyvaultproxy test entry from splittestdependencies inputs
- Update READMEs: .NET Core 3.1 references to .NET 10
* Fixing sample links; the sample browser will publish to the existing locations, so the links are safe1 parent 39753af commit 0e7baea
File tree
104 files changed
+30
-6668
lines changed- eng/scripts/splittestdependencies/tests/inputs
- samples/keyvault
- getcert
- keyvaultproxy
- .devcontainer
- library-scripts
- .vscode
- src
- Properties
- tests
- TestFramework
- sdk/keyvault
- Azure.Security.KeyVault.Certificates/src
- Azure.Security.KeyVault.Secrets
- samples
- getcert
- keyvaultproxy
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
104 files changed
+30
-6668
lines changedLines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
88 | 87 | | |
89 | 88 | | |
90 | 89 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
File renamed without changes.
Lines changed: 1 addition & 1 deletion
File renamed without changes.
File renamed without changes.
0 commit comments