akshukla25

Results 10 comments of akshukla25

@Sreejithpin, Stacktrace: [Microsoft.OData.ODataException: The entity instance value of type 'Microsoft.DirectoryServices.AuthorizationPolicy' doesn't have a value for property 'id'. To compute an entity's metadata, its key and concurrency-token property values must be...

The request I am trying is GET ~/authorizationPolicy/authorizationPolicy?api-version=AGSbetaB-internal&$select=displayName, I can see this issue for RoleDefinitions as well: GET ~/roleDefinitions/?api-version=AGSbetaB-internal&$select=id,inheritsPermissionsFrom

[roleDef.zip](https://github.com/OData/odata.net/files/6601715/roleDef.zip)

@mikepizzo, @Sreejithpin this issue is a blocker for us, could you please help?

Migrated client proxy version 3.0 to client proxy version 4.0 using https://www.nuget.org/packages/Microsoft.OData.Cli which is used for running the extended tests. The client proxy is up to date as the new...

I tried to compare the tests failing vs successful, only difference was that this failure had some properties that were skipped in metadata and proxy file. Looks like this exception...

[RequestBody.txt](https://github.com/OData/odata.net/files/9501807/RequestBody.txt) [Metadata.txt](https://github.com/OData/odata.net/files/9501810/Metadata.txt)

We use OData client proxy for running extended tests. Even if populate single property like displayName, all the other properties are sent in the request body. This was a problem...