Skip to content
Merged
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
8 changes: 7 additions & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -1084,6 +1084,12 @@
# ServiceLabel: %Compute - Fleet %Mgmt
# ServiceOwners: @sahilarora92 @dhruvil009 @rahuls-microsoft

# PRLabel: %HybridConnectivity
/sdk/hybridconnectivity/Azure.ResourceManager.*/ @alexmahonic

Check failure on line 1088 in .github/CODEOWNERS

View check run for this annotation

Azure Pipelines / net - codeowners-linter - ci

.github/CODEOWNERS#L1088

.github/CODEOWNERS(1088,1): error : Error(s) on line 1088 Source Line: /sdk/hybridconnectivity/Azure.ResourceManager.*/ @alexmahonic -alexmahonic is an invalid user. Ensure the user exists, is public member of Azure and has write permissions.

# ServiceLabel: %%HybridConnectivity %Mgmt
# ServiceOwners: @alexmahonic

Check failure on line 1091 in .github/CODEOWNERS

View check run for this annotation

Azure Pipelines / net - codeowners-linter - ci

.github/CODEOWNERS#L1091

.github/CODEOWNERS(1091,1): error : Error(s) on line 1091 Source Line: # ServiceOwners: @alexmahonic -alexmahonic is an invalid user. Ensure the user exists, is public member of Azure and has write permissions.

# ######## Eng Sys ########
/eng/ @hallipr @weshaggard @benbp
/eng/common/ @Azure/azure-sdk-eng
Expand All @@ -1106,7 +1112,7 @@
#PRLabel: %CodeGen %Client
/eng/packages/http-client-csharp/ @JoshLove-msft @m-nash @jorgerangel-msft

# ServiceLabel: %CodeGen
# ServiceLabel: %CodeGen
# AzureSdkOwners: @JoshLove-msft

#PRLabel: %CodeGen %Client
Expand Down
Loading