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
[3.1.6] Test | Updating tests to acquire token from user-assigned managed identity (#2360) (#2473) (#2512)
* Test | Updating tests to acquire token from user-assigned managed identity (#2360) (#2473)
---------
Co-authored-by: David Engel <v-davidengel@microsoft.com>
Co-authored-by: Javad Rahnama <v-jarahn@microsoft.com>
Co-authored-by: David Engel <dengel1012@gmail.com>
Co-authored-by: Aris Rellegue <134557572+arellegue@users.noreply.github.com>
Copy file name to clipboardexpand all lines: BUILDGUIDE.md
-2
Original file line number
Diff line number
Diff line change
@@ -118,8 +118,6 @@ Manual Tests require the below setup to run:
118
118
|AADSecurePrincipalSecret | (Optional) A Secret defined for a registered application which has been granted permission to the database defined in the AADPasswordConnectionString. | {Secret} |
|AzureKeyVaultTenantId | (Optional) The Azure Active Directory tenant (directory) Id of the service principal. |_{Tenant ID of Active Directory}_|
121
-
|AzureKeyVaultClientId | (Optional) "Application (client) ID" of an Active Directory registered application, granted access to the Azure Key Vault specified in `AZURE_KEY_VAULT_URL`. Requires the key permissions Get, List, Import, Decrypt, Encrypt, Unwrap, Wrap, Verify, and Sign. |_{Client Application ID}_|
122
-
|AzureKeyVaultClientSecret | (Optional) "Client Secret" of the Active Directory registered application, granted access to the Azure Key Vault specified in `AZURE_KEY_VAULT_URL`|_{Client Application Secret}_|
123
121
|LocalDbAppName | (Optional) If Local Db Testing is supported, this property configures the name of Local DB App instance available in client environment. Empty string value disables Local Db testing. | Name of Local Db App to connect to.|
124
122
|SupportsIntegratedSecurity | (Optional) Whether or not the USER running tests has integrated security access to the target SQL Server.|`true` OR `false`|
125
123
|SupportsFileStream | (Optional) Whether or not FileStream is enabled on SQL Server|`true` OR `false`|
<PackageReferenceCondition="'$(TargetGroup)'=='netcoreapp' AND $(OS)=='Unix'"Include="Microsoft.Windows.Compatibility"Version="$(MicrosoftWindowsCompatibilityVersion)" />
0 commit comments