Skip to content

Commit bd18ce1

Browse files
authored
Add note about supporting a single lifetime action (Azure#16590)
Resolves Azure#15633 without introducing a breaking API change or tight coupling with current service behavior despite their OpenAPI definition.
1 parent d04a14e commit bd18ce1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sdk/keyvault/Azure.Security.KeyVault.Certificates/src/CertificatePolicy.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@ public bool? CertificateTransparency
226226

227227
/// <summary>
228228
/// Gets the actions to be executed at specified times in the certificates lifetime.
229+
/// Currently, only a single <see cref="LifetimeAction"/> is allowed.
229230
/// </summary>
230231
public IList<LifetimeAction> LifetimeActions { get; } = new List<LifetimeAction>();
231232

0 commit comments

Comments
 (0)