export type RegistryEncryption = { keyVaultProperties: { identity: string; keyIdentifier: string; keyRotationEnabled: boolean; lastKeyRotationTimestamp: string; versionedKeyIdentifier: string; }; status: string; };