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

Update CLI version metadata of every v7 sample script #5440

Closed
milanholemans opened this issue Aug 31, 2023 · 1 comment
Closed

Update CLI version metadata of every v7 sample script #5440

milanholemans opened this issue Aug 31, 2023 · 1 comment
Assignees
Milestone

Comments

@milanholemans
Copy link
Contributor

In v7 of CLI for Microsoft 365, we introduced the --force flag instead of --confirm. All sample scripts were updated to use --force, but we forgot to update the metadata file to the correct version.

E.g., for this sample script, the version should be updated to 7.0.0.

"metadata": [
{
"key": "CLI-FOR-MICROSOFT365",
"value": "6.3.0"
}
],

Let's get this fixed for all sample scripts using --force.

@nanddeepn
Copy link
Contributor

Can I work on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants