-
Notifications
You must be signed in to change notification settings - Fork 347
fix: m365 spo homesite remove fails. Closes #6491 #6729
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
Conversation
Thanks @Saurabh7019 ! We'll try to look at it ASAP! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
First of all, very much appreciated that you refactored the command to Zod in the meantime!
During my review, I found a few things we'll have to take care of before we get this fix live. Could you give it a check, please?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We're almost there, let's fix a few more minor issues first.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good, let's change two last tiny things before we merge it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome, nothing to add! Will be merged soon.
Merged manually, thanks for the fix! |
Supports removing a Home Site by URL. When multiple Home Sites are configured, the command shows a deprecation message and removes the first one from the list. Closes #6491