-
Notifications
You must be signed in to change notification settings - Fork 326
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
New command: m365 spp autofillcolumn apply #6203
Comments
Thanks for speccing this out @mkm17. I've a few comments:
|
Hi @Jwaegebaert, Thank you very much for the comments. You are right; maybe we can remove the isEnabled option, as we can assume that someone would like to enable this option when they apply it to the column. For this reason, I have changed the name of this command from "set" to "apply." The isEnabled option and prompt can be added to the "set" command to update the properties of autofill for the column. |
Good approach @mkm17! |
@Jwaegebaert Yes you can assign me to this one as well |
All yours @mkm17! |
Hey @mkm17, thank you for all the hard work you’ve put in, it’s really appreciated! We’ve noticed that you have several issues assigned that haven't yet been created with a PR. To ensure everyone has a chance to get involved, especially with Hacktoberfest, I’ll be unassigning you from some of these issues. We recommend focusing on 1 to 2 issues at a time. Once you’ve submitted a PR for an issue, you can easily claim another open one. This approach helps you manage the workload more effectively and ensures you can give each task the attention it needs. Thanks again for your continued contributions! |
Hi @Jwaegebaert, I have submitted two pull requests for my last open issues, so I am ready to take on the next two. Can I take this back? |
Usage
m365 spp autofillcolumn apply [options]
Description
Applies the autofill option to the selected column.
Options
-u, --siteUrl <siteUrl>
--listTitle [listTitle]
listTitle
,listId
, orlistUrl
but not multiple.--listId [listId]
listTitle
,listId
, orlistUrl
but not multiple.--listUrl [listUrl]
listTitle
,listId
, orlistUrl
but not multiple.-c, --column <column>
--prompt <prompt>
Examples
Applies an autofill column on a selected column to a document library based on the list id.
Applies an autofill column on a selected column to a document library based on the list title.
Applies an autofill column on a selected column to a document library based on the list url.
Additional Info
This endpoint should be used -> _api/machinelearning/SetSyntexPoweredColumnPrompts
with body:
link
Currently, autofill columns are available for the following column data types:
The text was updated successfully, but these errors were encountered: