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
The Azure File Copy task is able to setup WinRM and it does this through a custom extension. However, it does not appear to remove it once finished.
This means that if someone else comes along and tries to use a custom script extension they get the error:
Multiple VMExtensions per handler not supported for OS type 'Windows'. VMExtension 'customScriptArtifact-183362431' with handler 'Microsoft.Compute.CustomScriptExtension' already added or specified in input.
@gregpakes, Fair feedback, we are working on a newer version of the Azure File Copy task which relies on VM extension instead of WinRM to copy the files. We will look into cleaning it up, post deployment. However it will be a while before we can get to it.
As a workaround, for now, you can uninstall the extension using script, if found.
The Azure File Copy task is able to setup WinRM and it does this through a custom extension. However, it does not appear to remove it once finished.
This means that if someone else comes along and tries to use a custom script extension they get the error:
An example of this issue:
Azure/azure-devtestlab#251
Should the task remove the extension once completed?
The text was updated successfully, but these errors were encountered: