-
We like to add some additional properties to specflow.actions.json
But currently it seems we have to (re-read) in our own code specflow.actions.json then.
Please expose the `IConfiguration` - o…
-
### What happened?
_Note: this could be more to do with a gap in documentation, or possibly even a limitation of using Microsoft's Azure Key Vault with a GitHub app, but I feel it's still pertinent g…
-
When I try to create new application with secret using the template below
```bicep
resource clientApp 'Microsoft.Graph/applications@beta' = {
name: 'ExampleClientApp'
displayName: 'Example C…
-
**Is your feature request related to a problem? Please describe.**
All samples related to Client Credentials suggest to put a certificate in the Key Vault, registering that certificate in the applica…
-
**How will this feature improve the game?**
Within AoTTG2, we will be having our own API which can persist data. This issue is client side implementation (HttpClient) of https://github.com/AoTTG-2/Ao…
-
Conlfuent.kafka and librdkafka supports authentication certificate in pem string format using "ssl.certificate.pem" and "ssl.key.pem" attributes. You do not have to maintain certificate as file within…
-
### Bug Description
I pushed changes to AzStorageBlobReader last week so that a user only needs a container name and connection string to download data. I've now tried downloading the reader and us…
-
### Cmdlet(s)
New-AzureRmResourceGroupDeployment
### PowerShell Version
5.1.16299.98
### Module Version
5.1.1
### OS Version
10.0.16299.98
### Description
### Debug Output
```
DEB…
-
### Configuration
```hcl
terraform {
backend "local" {}
required_providers {
databricks = {
source = "databricks/databricks"
version = "1.19.0"
}
}
}
prov…
-
I would like to be able to define a kubernetes resource that allows me to optionally fetch an akv object if it exists but does not cause the deployment to fail if the object is not there. If I output …