You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/cosmos/azure-cosmos-spark_3-5_2-12/CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@
9
9
#### Bugs Fixed
10
10
11
11
#### Other Changes
12
+
* Added compatibility with CosmosDB Fabric Native Accounts using the `FabricAccountDataResolver` for authentication. - See [PR 45890](https://github.com/Azure/azure-sdk-for-java/pull/45890)
Copy file name to clipboardExpand all lines: sdk/cosmos/azure-cosmos-spark_3_2-12/docs/AAD-Auth.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,7 +88,7 @@ Due to the fact that support for system managed identities and token/secret APIs
88
88
|`spark.cosmos.account.subscriptionId`| None | The `SubscriptionId` of the Azure Cosmos DB account resource specified under `spark.cosmos.accountEndpoint`. This parameter is required for all management operations when using AAD / Microsoft Entra ID authentication. |
89
89
|`spark.cosmos.account.tenantId`| None | The `AAD TenantId` of the Azure Cosmos DB account resource specified under `spark.cosmos.accountEndpoint`. This parameter is required for all management operations when using AAD / Microsoft Entra ID authentication. |
90
90
|`spark.cosmos.account.resourceGroupName`| None | The simple resource group name (not the full qualified one) of the Azure Cosmos DB account resource specified under `spark.cosmos.accountEndpoint`. This parameter is required for all management operations when using AAD / Microsoft Entra ID authentication. |
91
-
|`your.own.custom.property`|| You can add add an duse custom properties for the configuration of your custom `AccountDataResolver` implementation. |
91
+
|`your.own.custom.property`|| You can add and use custom properties for the configuration of your custom `AccountDataResolver` implementation.|
92
92
93
93
### Implementation of a custom `AccountDataResolver`
Copy file name to clipboardExpand all lines: sdk/cosmos/azure-cosmos-spark_3_2-12/src/main/scala/com/azure/cosmos/spark/CosmosClientConfiguration.scala
0 commit comments