In `spo file checkout` we show an invalid validation message here: https://github.com/pnp/cli-microsoft365/blob/119724d0ee251808a51477b6bbf4a0a9f89136ed/src/m365/spo/commands/file/file-checkout.ts#L91 and here: https://github.com/pnp/cli-microsoft365/blob/119724d0ee251808a51477b6bbf4a0a9f89136ed/src/m365/spo/commands/file/file-checkout.ts#L95 In both cases we refer to the `UniqueId` property instead of `fileUrl`
In
spo file checkoutwe show an invalid validation message here:cli-microsoft365/src/m365/spo/commands/file/file-checkout.ts
Line 91 in 119724d
and here:
cli-microsoft365/src/m365/spo/commands/file/file-checkout.ts
Line 95 in 119724d
In both cases we refer to the
UniqueIdproperty instead offileUrl