Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to latest Microsoft.Azure.Management.Websites library not possible #388

Open
robertgraham12345 opened this issue Apr 1, 2021 · 0 comments

Comments

@robertgraham12345
Copy link

Trying to upgrade to latest version of Microsoft.Azure.Management.Websites(3.1.0) and the following error occurs.

I thought with the latest update of core to 1.0.6 this might have been sorted as I noticed you attempted the upgrade before and then rolled it back previously.

Any plans to fix this? I'm happy to pull the source and look into.

"Method not found: 'Void Microsoft.Azure.Management.WebSites.Models.Certificate..ctor(System.String, System.String, System.String, System.String, System.String, System.String, System.Collections.Generic.IDictionary2<System.String,System.String>, System.String, System.String, System.Collections.Generic.IList1<System.String>, Byte[], System.String, System.String, System.String, System.Nullable1<System.DateTime>, System.Nullable1<System.DateTime>, System.String, System.Nullable1<Boolean>, Byte[], System.String, Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentProfile, System.String, System.String, System.Nullable1<Microsoft.Azure.Management.WebSites.Models.KeyVaultSecretStatus>, System.String)'."}
ClassName: null
Data: {System.Collections.ListDictionaryInternal}
HResult: -2146233069
HelpLink: null
InnerException: null
MemberName: null
Message: "Method not found: 'Void Microsoft.Azure.Management.WebSites.Models.Certificate..ctor(System.String, System.String, System.String, System.String, System.String, System.String, System.Collections.Generic.IDictionary2<System.String,System.String>, System.String, System.String, System.Collections.Generic.IList1<System.String>, Byte[], System.String, System.String, System.String, System.Nullable1<System.DateTime>, System.Nullable1<System.DateTime>, System.String, System.Nullable1<Boolean>, Byte[], System.String, Microsoft.Azure.Management.WebSites.Models.HostingEnvironmentProfile, System.String, System.String, System.Nullable1<Microsoft.Azure.Management.WebSites.Models.KeyVaultSecretStatus>, System.String)'."
Signature: null
Source: "LetsEncrypt.Azure.Core"
StackTrace: " at LetsEncrypt.Azure.Core.Services.WebAppCertificateService.d__3.MoveNext()\r\n at System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start[TStateMachine](TStateMachine& stateMachine)\r\n at LetsEncrypt.Azure.Core.Services.WebAppCertificateService.Install(ICertificateInstallModel model)\r\n at LetsEncrypt.Azure.Core.CertificateManager.d__15.MoveNext()\r\n at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\r\n at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n at System.Runtime.CompilerServices.TaskAwaiter1.GetResult()\r\n at LetsEncrypt.Azure.Core.CertificateManager.<AddCertificate>d__10.MoveNext()\r\n at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\r\n at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n at System.Runtime.CompilerServices.ConfiguredTaskAwaitable1.ConfiguredTaskAwaiter.GetResul
t()\r\n

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant