Skip to content

Commit

Permalink
fix: set the right name for the enabled status attribute
Browse files Browse the repository at this point in the history
Signed-off-by: Shahram Kalantari <[email protected]>
  • Loading branch information
shahramk64 committed Nov 12, 2024
1 parent 864b18f commit 9b0e727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/keymanagementprovider/azurekeyvault/types/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const (
// Certificate version string for the certificate status property
StatusVersion = "Version"
// Enabled string for the certificate status property
StatusEnabled = "True"
StatusEnabled = "Enabled"
// Last refreshed string for the certificate status property
StatusLastRefreshed = "LastRefreshed"
)
Expand Down

0 comments on commit 9b0e727

Please sign in to comment.