msgraph-typescript-typings icon indicating copy to clipboard operation
msgraph-typescript-typings copied to clipboard

resourceProvisioningOptions missing from Group

Open waldekmastykarz opened this issue 3 years ago • 7 comments

It seems like the resourceProvisioningOptions property is missing from the Group entity

waldekmastykarz avatar Jan 14 '22 18:01 waldekmastykarz

Global for all libraries.

That property is not set on the v1.0 metadata for Group entity. It is there for beta. Is it supposed to be there for v1.0?

MIchaelMainer avatar Jan 14 '22 18:01 MIchaelMainer

It's included in the v1.0 API reference so I'd expect it to be in the typings too.

waldekmastykarz avatar Jan 24 '22 11:01 waldekmastykarz

It is also returned by the /v1.0/groups API call, so it doesn't look like a case of beta documentation leaking to V1. @nikithauc, I think we should ask the service team to update their metadata.

zengin avatar Jan 28 '22 04:01 zengin

It is also returned by the /v1.0/groups API call, so it doesn't look like a case of beta documentation leaking to V1. @nikithauc, I think we should ask the service team to update their metadata.

Is the missing resource breaking anything ?

nikithauc avatar Jan 28 '22 05:01 nikithauc

It's not breaking anything for me, but since it's missing, I need to cast the response from Graph to any which defies the purpose of using typings.

waldekmastykarz avatar Jan 28 '22 13:01 waldekmastykarz

The effect is similar in other languages, the property will show up not as a direct property of the Group object, but in the generic AdditionalData dictionary, which requires additional steps to wrap and unwrap.

zengin avatar Jan 31 '22 21:01 zengin

I started an email about this. Let me add y'all.

MIchaelMainer avatar Feb 02 '22 01:02 MIchaelMainer