Open
Description
What type of issue is this?
Question
What SharePoint development model, framework, SDK or API is this about?
SharePoint CSOM
Target SharePoint environment
SharePoint Online
What browser(s) / client(s) have you tested
- 💥 Internet Explorer
- 💥 Microsoft Edge
- 💥 Google Chrome
- 💥 FireFox
- 💥 Safari
- mobile (iOS/iPadOS)
- mobile (Android)
- not applicable
- other (enter in the "Additional environment details" area below)
Additional environment details
- browser version
- SPFx version
- Node.js version
- etc
Issue description
I am using the public SProvisionedMigrationContainersInfo ProvisionMigrationContainers() to get the Azure storage for the Sharepoint site collection.
When I upload files to Azure storage, I need to set the MD5 hash of the content to ContentHash in order to generate blob files, but the production environment needs to be FIPS enabled.
Can we support replacing the hash with StorageCrc64HashAlgorithm?