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

Graph - Semantic Label iconUrl is registered as unknownFutureValue #2716

Closed
bosteelsd opened this issue Oct 17, 2024 · 2 comments
Closed

Graph - Semantic Label iconUrl is registered as unknownFutureValue #2716

bosteelsd opened this issue Oct 17, 2024 · 2 comments
Labels
status:waiting-for-triage An issue that is yet to be reviewed or assigned type:bug A broken experience

Comments

@bosteelsd
Copy link

Describe the bug

I am trying to set a schema for our custom external connector in Microsoft Graph but the semantic label iconUrl (which is required for information to be available to copilot) is registered as unknownFutureValue.
2024-10-17_09-50-49
image

Expected behavior

the Label setup in code (iconUrl) should be the one that is in the schema afterwards.

How to reproduce

Create an externalConnection, and register a schema with the label iconUrl.
When you check the schema (for example with the graph api), the semantic label iconUrl will be registered as unknownFutureValue.

SDK Version

No response

Latest version known to work for scenario above?

No response

Known Workarounds

No response

Debug output

Click to expand log ```
</details>


### Configuration

_No response_

### Other information

_No response_
@bosteelsd bosteelsd added status:waiting-for-triage An issue that is yet to be reviewed or assigned type:bug A broken experience labels Oct 17, 2024
@MartinM85
Copy link
Contributor

MartinM85 commented Oct 21, 2024

You need to add the request header prefer:include-unknown-enum-members

Check the description of the labels property

https://learn.microsoft.com/en-us/graph/api/resources/externalconnectors-property?view=graph-rest-1.0#properties

@bosteelsd
Copy link
Author

If you know how much time I spent on the documentation and never went on that page...
Thanks for the answer !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status:waiting-for-triage An issue that is yet to be reviewed or assigned type:bug A broken experience
Projects
None yet
Development

No branches or pull requests

2 participants