oci-dotnet-sdk
oci-dotnet-sdk copied to clipboard
Oracle Cloud Infrastructure SDK for .NET
Hello team, Based on what I have read from code of PiiEntityMasking, I would suggest to correct the example in https://github.com/oracle/oci-dotnet-sdk/blob/master/Ailanguage/models/ConfigurationDetails.cs as follows:  Thanks, Nghia
Hi, I am unable to list or get CrossConnects or CrossConnectGroups via either the API or the CLI. I can access all of the data in the console without problem....
The following code will throw an exception that Oci.Common.Model.OciException HResult=0x80131500 Message=v2-chunked-transfer-encoding Source=OCI.DotNetSDK.Common StackTrace: at Oci.Common.Http.Internal.ResponseHelper.HandleNonSuccessfulResponse(HttpResponseMessage responseMessage, ApiDetails apiDetails, String caller) at Oci.Common.Http.RestClient.CheckHttpResponseMessage(HttpRequestMessage httpRequest, HttpResponseMessage httpResponse, ApiDetails apiDetails) at Oci.ObjectstorageService.ObjectStorageClient.d__48.MoveNext() at...
Hi, correct me if I am wrong, but dotnet sdk is missing function "OkeWorkloadIdentityAuthenticationDetailsProvider" in auth library. It does exist in go and java sdks... Does that mean that dotnet...
I'm just pulling lower content out of the Load Balancers to make it easier to then query & report, rather than having to traverse the complex JSON output of the...
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...
Nuget package version was upgraded however the file version and production version of shipped DLL was not changed (always with 1.0.0.0) 
Hi, AdmService, there are 2 list APIs, that are failing when called without parameters. No parameters are specified as required in the documentation. Testing the same calls in the CLI...
Hi, as part of my audit tooling, I've been extending it into the LA service as we launch them. calling ListLabelPriorities is failing at the output level, before any form...
Hi, I'm calling ListScheduledTasks which has 3 parameters. CompartmentId, NamespaceName, and TaskType. TaskType is LA Enum TaskType, with a set of values. I'm coding it to enumerate the values, so...