* Moved samples around to meet new recommendations; added a couple of additional tests. * Reworked attestation to include RetrieveAttestationValidationCollateral * Attestation sample readme updates * TPM doesn't need to retrieve response validation collateral * Added cautionary warning about the dangers of overriding the TearDown method from inside a test case * Added attestation team members to codeowners for attestation SDK * Remove CODEOWNERS from cspell checks * Don't hold a lock across retrieving the signers over the network * Updated snippets in readme; clang-format
50 lines
1.5 KiB
Plaintext
50 lines
1.5 KiB
Plaintext
# Instructions for CODEOWNERS file format and automatic build failure notifications:
|
|
# https://github.com/Azure/azure-sdk/blob/main/docs/policies/opensource.md#codeowners
|
|
|
|
################
|
|
# Automation
|
|
################
|
|
|
|
# Git Hub integration and bot rules
|
|
/.github/ @AlexGhiondea @jsquire @rickwinter
|
|
|
|
###########
|
|
# SDK
|
|
###########
|
|
|
|
# Catch all for non-code project files and unowned files | folders
|
|
* @rickwinter @ahsonkhan @antkmsft @vhvb1989 @gearama @LarryOsterman
|
|
/sdk/ @rickwinter @ahsonkhan @antkmsft @vhvb1989 @gearama @LarryOsterman
|
|
|
|
# Samples
|
|
/samples/ @rickwinter @ahsonkhan @antkmsft @vhvb1989 @gearama @LarryOsterman
|
|
|
|
# PRLabel: %Azure.Core
|
|
/sdk/core/ @rickwinter @ahsonkhan @antkmsft @vhvb1989 @gearama @LarryOsterman
|
|
|
|
# PRLabel: %Azure.Identity
|
|
/sdk/identity/ @antkmsft @schaabs @ahsonkhan @rickwinter @vhvb1989 @gearama
|
|
|
|
###########
|
|
# Client SDKs
|
|
###########
|
|
|
|
# PRLabel: %Attestation
|
|
/sdk/attestation/ @LarryOsterman @gkostal @anilba06 @kroshkina-ms
|
|
|
|
# PRLabel: %KeyVault
|
|
/sdk/keyvault/ @vhvb1989 @gearama @antkmsft @rickwinter
|
|
|
|
# PRLabel: %Storage
|
|
/sdk/storage/ @vinjiang @katmsft @Jinming-Hu @antkmsft @vhvb1989 @gearama @LarryOsterman
|
|
|
|
# PRLabel: %EngSys
|
|
/sdk/template/ @danieljurek @weshaggard
|
|
|
|
###########
|
|
# Eng Sys
|
|
###########
|
|
/eng/ @danieljurek @weshaggard @benbp
|
|
/**/ci.yml @danieljurek
|
|
/**/tests.yml @danieljurek
|