forked from Azure/azure-sdk-for-net
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
.NET-specific changes: Move deprecated packages to legacy (Azure#36194)
* First cut at migrating to legacy moniker * Update-PackageMonikers.ps1 * Refinement * Update docindex.yml for testing * Rename * ToC fixes * Refactor namespace discovery * Remove EnsureNamespaces * Add "legacy" moniker * Undo Service-Level-Readme-Automation.ps1 because it is generating incorrect package paths * Better edge case handling, documentation * Add fixes to service level overview generation * Reset eng/common * docindex changes * Comment cleanup * Fix ToC generation tests * Test cleanup
- Loading branch information
1 parent
9f3b61a
commit 8044c3e
Showing
8 changed files
with
123 additions
and
127 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 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 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,2 +1,2 @@ | ||
azurekeyvaultkeys,[tfm=netstandard2.0]Azure.Security.KeyVault.Keys,4.4.0 | ||
azuresecuritykeyvaultcertificates,[tfm=netstandard2.0]Azure.Security.KeyVault.Certificates,4.2.0 | ||
azurekeyvaultsecrets,[tfm=netstandard2.0]Azure.Security.KeyVault.Secrets,4.4.0 |
18 changes: 18 additions & 0 deletions
18
eng/scripts/docs/tests/inputs/metadata/latest/Azure.Security.KeyVault.Certificates.json
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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"Name": "Azure.Security.KeyVault.Certificates", | ||
"Version": "4.2.0", | ||
"DevVersion": null, | ||
"DirectoryPath": "sdk/keyvault/Azure.Security.KeyVault.Certificates", | ||
"ServiceDirectory": "keyvault", | ||
"ReadMePath": "sdk/keyvault/Azure.Security.KeyVault.Certificates/README.md", | ||
"ChangeLogPath": "sdk/keyvault/Azure.Security.KeyVault.Certificates/CHANGELOG.md", | ||
"Group": null, | ||
"SdkType": "client", | ||
"IsNewSdk": true, | ||
"ArtifactName": "Azure.Security.KeyVault.Certificates", | ||
"ReleaseStatus": "2022-09-20", | ||
"Namespaces": [ | ||
"Azure.Security.KeyVault.Certificates", | ||
"Microsoft.Extensions.Azure" | ||
] | ||
} |
14 changes: 0 additions & 14 deletions
14
eng/scripts/docs/tests/inputs/metadata/latest/Azure.Security.KeyVault.Keys.json
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