You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When deploying templates there is an api request to check for syntex user license which is failing on tenants with pay as you go model.
Workaround should be commenting the line:
$syntexLicense = Invoke-PnPSPRestMethod -Method Get -Url "/_api/machinelearning/MachineLearningEnabled/UserSyntexEnabled" -Raw
And add:
$syntexLicense = $true
This line probably should be deprecated given the Syntex billing model now is pay as you go.
The text was updated successfully, but these errors were encountered:
When deploying templates there is an api request to check for syntex user license which is failing on tenants with pay as you go model.
Workaround should be commenting the line:
$syntexLicense = Invoke-PnPSPRestMethod -Method Get -Url "/_api/machinelearning/MachineLearningEnabled/UserSyntexEnabled" -Raw
And add:
$syntexLicense = $true
This line probably should be deprecated given the Syntex billing model now is pay as you go.
The text was updated successfully, but these errors were encountered: