Release date: 3 June 2021
What’s New
The AzureRM PowerShell module is now deprecated, and the Publish-Orchestrator.ps1
, Publish-IdentityServer.ps1
, and Publish-Webhooks.ps1
scripts should migrate to Az. Publish-Orchestrator.ps1
will try to uninstall the AzureRM module, but it will wait for confirmation from the user even if the -unattended
flag is used.
Note that upgrading to Az v6.0.0 when any previous version of the module is in use causes the following message to pop up: WARNING: The version 'x.x.x' of module 'Az.<Name>' is currently in use. Retry the operation after closing the applications
. In order to solve this problem, make sure to execute Publish-Orchestrator.ps1
in a new PowerShell session.
Known Issues
Multiple errors such as "Can not find 'Queues.View' in localization source 'UiPath'!" would be logged in typical Orchestrator usage conditions.
Bug Fixes
-
Trying to update processes in large-scale environments would occasionally lead to timeout or failure. The transaction is now carried out successfully.
-
Editing an AD user would trigger an error if you set
Auth.RestrictBasicAuthentication
totrue
in Orchestrator'sweb.config
file. We have fixed the issue. -
You could not use Orchestrator resources in the grace period after license expiry for tenants licensed through the host license.
Updated about a year ago