fix keyvault.md

This commit is contained in:
Carlos Polop
2025-01-09 17:34:55 +01:00
parent cb67f59e59
commit be659333c8
3 changed files with 8 additions and 2 deletions

View File

@@ -12,6 +12,12 @@ find "$IMAGE_FOLDER" -type f | while IFS= read -r image; do
# Extract the filename without the path
image_name=$(basename "$image")
# If image file name contains "sponsor", skip it
if [[ "$image_name" == *"sponsor"* ]]; then
echo "Skipping sponsor image: $image_name"
continue
fi
echo "Checking image: $image_name"
# Search for the image name using rg and capture the result

View File

@@ -7,7 +7,7 @@
For more information about this service check:
{{#ref}}
../az-services/keyvault.md
../az-services/az-keyvault.md
{{#endref}}
### Microsoft.KeyVault/vaults/secrets/getSecret/action

View File

@@ -7,7 +7,7 @@
For more information about this service check:
{{#ref}}
../az-services/keyvault.md
../az-services/az-keyvault.md
{{#endref}}
### Microsoft.KeyVault/vaults/write