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
I believe an update by Microsoft has caused issues getting an instance of IOrganizationService. My deploys stopped working on Friday (4 June 2021).
The error is as follows:
2021-06-06T04:50:15.6141080Z ##[error]System.Management.Automation.CmdletInvocationException: Cannot get IOrganizationService ---> System.Exception: Cannot get IOrganizationService 2021-06-06T04:50:15.6144576Z at Azure.DevOps.Extensions.XrmRelease.Deployment.PowerShellModule.Helpers.ConnectionHelper.GetOrganizationalService(String connectionString) 2021-06-06T04:50:15.6145349Z at Azure.DevOps.Extensions.XrmRelease.Deployment.PowerShellModule.Cmdlets.SetSLACmdlets.ProcessRecord() 2021-06-06T04:50:15.6145985Z at System.Management.Automation.CommandProcessor.ProcessRecord()
I forked the code and updated packages to the latest version. This has fixed the issue for me (I published a private extension to the Visual Studio Market place and am using it now. Would love to jump back to this once it's fixed.)
The text was updated successfully, but these errors were encountered:
I believe an update by Microsoft has caused issues getting an instance of IOrganizationService. My deploys stopped working on Friday (4 June 2021).
The error is as follows:
2021-06-06T04:50:15.6141080Z ##[error]System.Management.Automation.CmdletInvocationException: Cannot get IOrganizationService ---> System.Exception: Cannot get IOrganizationService 2021-06-06T04:50:15.6144576Z at Azure.DevOps.Extensions.XrmRelease.Deployment.PowerShellModule.Helpers.ConnectionHelper.GetOrganizationalService(String connectionString) 2021-06-06T04:50:15.6145349Z at Azure.DevOps.Extensions.XrmRelease.Deployment.PowerShellModule.Cmdlets.SetSLACmdlets.ProcessRecord() 2021-06-06T04:50:15.6145985Z at System.Management.Automation.CommandProcessor.ProcessRecord()
I forked the code and updated packages to the latest version. This has fixed the issue for me (I published a private extension to the Visual Studio Market place and am using it now. Would love to jump back to this once it's fixed.)
The text was updated successfully, but these errors were encountered: