Darrell
Darrell
Looks pretty self explanatory to me.. it's saying it can't obtain the metadata from the odata service because the service requires authentication. If you browse to the metadata endpoint yourself...
Any news on when this might be merged?
@dixonte I've been using your fork, also targeting Dynamics 365 FO, I have been seeing the following error, not sure if it is related to your changes or not, wondered...
It looks like there is a problem when trying to create users on a windows docker container using active directory services: https://github.com/moby/moby/issues/26409 One suggestion is that Powershells `New-LocalUser` should work....
Thanks for confirming. I worked around this by using `net user` commands directly to create the user and add them to the admin group, bypassing powershell completely.
@kwirkykat > Is the container running Nano Server? The docker container I was using is based on [microsoft/aspnet]( https://hub.docker.com/r/microsoft/aspnet/) which is windows server core.
Note: this executable errors if you don't have the hyper-v platform windows feature enabled, this seems to be a pre-requisite.
I went with a 2 part solution. I have a module that checks for and applies upgrade actions. I call it the module migrator module! An upgrade action is just...
I need to approve my approach though so that it runs upgrades in dependency tree resolution order. That's to say, if module A depends on module B and they both...
Is this now released somewhere?