correct typo (#28077)

This commit is contained in:
kevin-loehfelm 2024-08-15 12:26:51 -04:00 committed by GitHub
parent b20e3120c8
commit e4309e2a1a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 1 deletions

3
changelog/28076.txt Normal file
View file

@ -0,0 +1,3 @@
```release-note:improvement
website/docs: corrected invalid json in sample payload for azure secrets engine create/update role
```

View file

@ -241,7 +241,7 @@ information about roles.
"ttl": 3600,
"max_ttl": "24h",
"sign_in_audience": "AzureADMyOrg",
"tags": "team:engineering","environment:development"
"tags": "team:engineering, environment:development"
}
```