-
First, we move `properties` into `PagedResponse()`, but then we call `properties.Items` on a moved object.
https://github.com/Azure/azure-sdk-for-cpp/blob/3687136d04cc8e425cb368ce879a1686834b17c9/sdk…
-
Document Correction Proposal: Error when using same parameters for both Service principal ID and Secret name in the pipeline dynamic expression of the Azure KeyVault linked service
**Overview**
…
-
I created a new docker image without directly using az cli and instead just adding custom python packages for Azure KeyVault. I added below:
```sh
pip install --break-system-packages --no-cache-dir -…
-
I have the following workflow:
```yml
jobs:
fetch-secrets:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: …
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Community Note
* Please vote on this issue by adding a :thumbsup: [reaction](https://blog.github.com/2016-…
-
I have defined a secret to be created during the provisioning process in Azure KeyVault.:
```
#pragma warning disable AZPROVISION001
var travelLoungeKeyVault = builder.ExecutionContext.IsPublishM…
-
### Description
cross-reference of https://github.com/PowerShell/SecretManagement/issues/227
### Issue script & Debug output
```PowerShell
PS> Set-Secret -Name "SomeSecret" -SecureStringSecret $New…
-
The Arcus Web API template defines that the AppInsights connection-string must be retrieved from KeyVault, and suggests that the secret that contains this connection-string is named `APPLICATIONINSIGH…
-
Hot fix for Playground and Dev:
> I manually rotated the secrets for playground and dev:
> 1. Generate new password (I generated new password2) for the `radix-app-registry-secret-ENV` token in `radi…
-
This was brought up in #1894 and also supported in ASOv1.
This is related to #1415 which was originally for ASOv1 but would apply to ASOv2 as well if it had KV support.