ChangeSharePoint Online
SharePoint: Modifications in the Embedded container type creation cmdlets in PowerShell
The New-SPOContainerType cmdlet behavior is being modified to create container types only, with billing profile assignment moved to a new Add-SPOContainerTypeBilling cmdlet. Admins must update automation scripts to use the new two-step process.
Action required: Update PowerShell scripts that create container types; use New-SPOContainerType for creation and Add-SPOContainerTypeBilling separately for billing profile assignment.
Key dates
- TBD — rollout (Status indicates 'In development'; specific rollout date not yet announced)
Microsoft's description
We’re introducing modifications in the container type creation cmdlets. The New-SPOContainerType cmdlet will only create a new container type. We are introducing the Add-SPOContainerTypeBilling cmdlet to add billing profile to the new container type.