-
Notifications
You must be signed in to change notification settings - Fork 5
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
Generated models and request builders #512
Conversation
@andrueastman @irvinesunday I think we've had an undesired change in the metadata processing this week: see this: export const GetExpandQueryParameterTypeObject = {
Asterisk: "*",
SharedCookies: "sharedCookies",
Sites: "sites",
} as const;
export const GetOrderbyQueryParameterTypeObject = {
Id: "id",
IdDesc: "id desc",
Description: "description",
DescriptionDesc: "description desc",
DisplayName: "displayName",
DisplayNameDesc: "displayName desc",
LastModifiedBy: "lastModifiedBy",
LastModifiedByDesc: "lastModifiedBy desc",
LastModifiedDateTime: "lastModifiedDateTime",
LastModifiedDateTimeDesc: "lastModifiedDateTime desc",
PublishedBy: "publishedBy",
PublishedByDesc: "publishedBy desc",
PublishedDateTime: "publishedDateTime",
PublishedDateTimeDesc: "publishedDateTime desc",
Revision: "revision",
RevisionDesc: "revision desc",
Status: "status",
}; in b/packages/msgraph-sdk-admin/admin/edge/internetExplorerMode/siteLists/index.ts |
I don't think we've made any updates to the conversion lib between Tuesday and now as well as Metadata updates. |
closing since we know where the impact is coming from, will queue another generation |
I am so sure I posted a follow up message about the root cause here. But it's not here (and I can't find it) |
This pull request was automatically created by Azure Pipelines. Important Check for unexpected deletions or changes in this PR.