Anurag Garg
Anurag Garg
@sivakumarkalluri I have let the logging team know about this. They should reach out to you.
Hi @mr-russ Thank you for bringing this up. We will look into this issue and get back to you after we have analyzed it.
FYI @mr-russ The OCI Dotnet SDK targets .NET Framework 2.0 and Microsoft does not warn against using this in its docs for it. Refer: https://learn.microsoft.com/en-us/dotnet/api/system.uri.escapeuristring?view=netstandard-2.0
Thanks @mr-russ We will evaluate the PR once it is out.
@mr-russ The release with the fix should be out tomorrow. Thank you again for your contributions in making the OCI Dotnet SDK better for everyone.
@sensboston Can you elaborate on what you mean by `Cloud Shell console as a standalone app`? Is this something the OCI Dotnet SDK can help with?
@sensboston I found this wiki on how to do this locally: https://docs.oracle.com/en-us/iaas/Content/Compute/References/serialconsole.htm#Connecti2 I hope this helps. I am closing this issue as this issue does not fall under the purview...
@sensboston I apologize for the confusion, I did not see you mention that you wanted to use the OCI Dotnet SDK for this task. If you wish to use the...
@chenyefeng5 @adizohar As per the API reference the service should send a KeyReference as a response: https://docs.oracle.com/en-us/iaas/api/#/en/key/release/KeyVersion/CancelKeyVersionDeletion However, it looks like it is not sending it back. Perhaps the KMS...
Hello @fernandocristan Can you please share the code snippet you are currently using? Are creating a new client for each request by any chance? If so, can you re-use the...