-
Notifications
You must be signed in to change notification settings - Fork 850
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Cosmos DB] Add master key authentication #15247
[Cosmos DB] Add master key authentication #15247
Conversation
Can you rebase / merge track2_cosmos into the branch, seems like there are several conflicts |
/azp run prepare-pipelines |
Pull request contains merge conflicts. |
…r-go into users/gaausfel/add_master_key_authentication # Conflicts: # sdk/cosmos/azcosmos/cosmos_client.go # sdk/cosmos/azcosmos/cosmos_client_connection.go # sdk/cosmos/azcosmos/go.mod
This repository is protected by Check Enforcer. The check-enforcer check-run will not pass until there is at least one more check-run successfully passing. Check Enforcer supports the following comment commands:
|
/azp run prepare-pipelines |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run |
You have several pipelines (over 10) configured to build pull requests in this repository. Specify which pipelines you would like to run by using /azp run [pipelines] command. You can specify multiple pipelines using a comma separated list. |
/azp |
Supported commands
See additional documentation. |
/azp list |
/azp run "go - cosmos - ci" |
No pipelines are associated with this pull request. |
Closing PR in favor of #15292 |
add master key authentication
still need determine best way to get resourceType and resouceId from request and write and end-to-end test against the cosmos emulator wired up in CI
Closes #15233