diff --git a/sdk/resourcemanager/keyvault/armkeyvault/constants.go b/sdk/resourcemanager/keyvault/armkeyvault/constants.go index 0d763ddfb848..83de4e194a31 100644 --- a/sdk/resourcemanager/keyvault/armkeyvault/constants.go +++ b/sdk/resourcemanager/keyvault/armkeyvault/constants.go @@ -320,8 +320,8 @@ func PossibleKeyPermissionsValues() []KeyPermissions { type KeyRotationPolicyActionType string const ( - KeyRotationPolicyActionTypeNotify KeyRotationPolicyActionType = "notify" - KeyRotationPolicyActionTypeRotate KeyRotationPolicyActionType = "rotate" + KeyRotationPolicyActionTypeNotify KeyRotationPolicyActionType = "Notify" + KeyRotationPolicyActionTypeRotate KeyRotationPolicyActionType = "Rotate" ) // PossibleKeyRotationPolicyActionTypeValues returns the possible values for the KeyRotationPolicyActionType const type.