-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Fabric Entra Id Auth Integration #45890
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
Merged
Merged
Changes from all commits
Commits
Show all changes
57 commits
Select commit
Hold shift + click to select a range
965aa89
fix flaky test with endLSN
tvaron3 bded99d
Merge branch 'main' of https://github.com/Azure/azure-sdk-for-java in…
tvaron3 b38f75a
fix flaky test with endLSN
tvaron3 f8f39cf
account data resolver fabric
tvaron3 6cbbde9
move account data resolver to other project
tvaron3 317391c
revert unrelated changes
tvaron3 6c4403e
Changed pom file to work for spark 3.4 or 3.5, updated readme, remove…
tvaron3 e35b248
update changelog
tvaron3 94cc49f
update README.md
tvaron3 353343e
Merge branch 'main' of https://github.com/Azure/azure-sdk-for-java in…
tvaron3 0b7e57c
fix tests
tvaron3 4c02af8
fix analyze
tvaron3 5899732
fix analyze
tvaron3 cf34dac
Merge branch 'main' of https://github.com/Azure/azure-sdk-for-java in…
tvaron3 13464c0
Merge branch 'tvaron3/fabricAAD' of https://github.com/tvaron3/azure-…
tvaron3 90e74d5
fix analyze
tvaron3 a1e5fa2
fix analyze
tvaron3 ed22d06
fix analyze
tvaron3 5293f10
react to comments
tvaron3 6bbe4f7
react to comments
tvaron3 ca4a672
fix analyze
tvaron3 f7ca88b
Merge branch 'main' of https://github.com/Azure/azure-sdk-for-java in…
tvaron3 e9534ea
removed old line from README
tvaron3 b4bb4ad
Merge branch 'main' of https://github.com/Azure/azure-sdk-for-java in…
tvaron3 9d436ae
react to comments
tvaron3 9942173
fix bug where sometimes config key is lowercased
tvaron3 e7f4956
Merge branch 'main' of https://github.com/Azure/azure-sdk-for-java in…
tvaron3 50d6701
changes after testing
tvaron3 e8134c8
Merge branch 'main' of https://github.com/Azure/azure-sdk-for-java in…
tvaron3 29731a9
revert cosmos pom
tvaron3 50abc41
revert cosmos pom
tvaron3 97753df
update dependencies
tvaron3 1e6f183
update useragent tests
tvaron3 4fe035a
Merge branch 'main' of https://github.com/Azure/azure-sdk-for-java in…
tvaron3 0c68011
react to comments
tvaron3 07bee80
Merge branch 'main' of https://github.com/Azure/azure-sdk-for-java in…
tvaron3 d9e26bb
revert extra line and comma
tvaron3 88f224a
react to comments
tvaron3 cea25c8
Merge branch 'main' of https://github.com/Azure/azure-sdk-for-java in…
tvaron3 f782bec
fix tests
tvaron3 88558f8
Update Readme and react to comments
tvaron3 07c2050
Merge branch 'main' of https://github.com/Azure/azure-sdk-for-java in…
tvaron3 1a4e2c3
fix tests
tvaron3 f88f88b
depend on current version
tvaron3 74530be
react to comments
tvaron3 bea7561
fix tests
tvaron3 cd271ce
fix tests
tvaron3 0f0839b
name change
tvaron3 06f79c6
remove changelog from unrelated runtimes
tvaron3 cbabdf2
revert unnecessary comma
tvaron3 e0208a0
Merge branch 'main' of https://github.com/Azure/azure-sdk-for-java in…
tvaron3 67ecd3c
Merge branch 'main' into tvaron3/fabricAAD
tvaron3 eed99a5
fix build issue
tvaron3 2e67d3b
Merge branch 'tvaron3/fabricAAD' of https://github.com/tvaron3/azure-…
tvaron3 db224bc
fix build issue
tvaron3 26125c3
fix build issue
tvaron3 96236a9
Merge branch 'main' into tvaron3/fabricAAD
tvaron3 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 |
---|---|---|
|
@@ -43,10 +43,10 @@ A few important properties are defined at the level of the container, among them | |
|
||
## Examples | ||
The following section provides several code snippets covering some of the most common Cosmos Encryption API tasks, including: | ||
* [Create Cosmos Encryption Client](#create-cosmos-encryption-client "Create Cosmos Encryption Client") | ||
* [Create Cosmos Encryption Database](#create-cosmos-encryption-database "Create Encryption Database") | ||
* [Create Encryption Container](#create-cosmos-encryption-container "Create Encryption Container") | ||
* [CRUD operation on Items](#crud-operation-on-items "CRUD operation on Items") | ||
* [Create Cosmos Encryption Client](#create-cosmos-encryption-client) | ||
* [Create Cosmos Encryption Database](#create-cosmos-encryption-database) | ||
* [Create Encryption Container](#create-cosmos-encryption-container) | ||
* [CRUD operation on Items](#crud-operation-on-items) | ||
|
||
### Create Cosmos Encryption Client | ||
|
||
|
@@ -225,6 +225,3 @@ or contact [[email protected]][coc_contact] with any additional questions o | |
[sql_api_query]: https://learn.microsoft.com/azure/cosmos-db/sql-api-sql-query | ||
[getting_started_encryption]: https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/cosmos/azure-cosmos-encryption/src/samples/java/com/azure/cosmos/encryption/ | ||
[quickstart]: https://learn.microsoft.com/azure/cosmos-db/create-sql-api-java?tabs=sync | ||
|
||
|
||
|
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.