docs: Create CITATION.cff for Azure PowerShell - #30132
🐘 (mwakidenis) wants to merge 1 commit into
Conversation
Added a `CITATION.cff` file to provide standardized citation metadata for the Azure PowerShell project. The citation file includes the project title, authorship, affiliation, software type, repository information, license, version, keywords, and a concise abstract describing Azure PowerShell. This makes it easier for researchers and other users to properly cite Azure PowerShell in academic publications, technical reports, and other scholarly work while following the Citation File Format standard.
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
|
Thank you for your contribution 🐘 (@mwakidenis)! We will review the pull request and get back to you soon. |
There was a problem hiding this comment.
🟡 Changes recommended
Citation metadata must be completed and corrected before approval.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Pull request overview
Adds a root-level CITATION.cff with standardized Azure PowerShell citation metadata.
Changes:
- Adds project, authorship, repository, license, version, keywords, and abstract metadata.
File summaries
| File | Review summary |
|---|---|
CITATION.cff |
Add type: software (nit, 3 votes), correct the license to Apache-2.0 (nit, 1 vote), and add the required date-released field (nit, 1 vote). |
Review details
Suppressed comments (2)
CITATION.cff:12
- This reports MIT, but the repository's LICENSE.txt identifies Azure PowerShell as Apache License 2.0 (LICENSE.txt:10-14). Citation consumers would therefore receive incorrect licensing metadata; use the Apache-2.0 SPDX identifier.
license: "MIT"
CITATION.cff:13
- CFF 1.2.0 requires a
date-releasedtop-level field. Without the actual release date for version 16.3.0, this new citation file is incomplete for CFF validation; please add the release date rather than leaving it absent.
version: "16.3.0"
- Files reviewed: 1/1 changed files
- Comments generated: 1
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| title: "Azure PowerShell" | ||
|
|
|
🐘 (@mwakidenis) please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.
Contributor License AgreementContribution License AgreementThis Contribution License Agreement (“Agreement”) is agreed to by the party signing below (“You”),
|
Added a
CITATION.cfffile to provide standardized citation metadata for the Azure PowerShell project. The citation file includes the project title, authorship, affiliation, software type, repository information, license, version, keywords, and a concise abstract describing Azure PowerShell.This makes it easier for researchers and other users to properly cite Azure PowerShell in academic publications, technical reports, and other scholarly work while following the Citation File Format standard.
Description
Mandatory Checklist
Please choose the target release of Azure PowerShell. (⚠️ Target release is a different concept from API readiness. Please click below links for details.)
Check this box to confirm: I have read the Submitting Changes section of
CONTRIBUTING.mdand reviewed the following information:ChangeLog.mdfile(s) appropriatelysrc/{{SERVICE}}/{{SERVICE}}/ChangeLog.md.## Upcoming Releaseheader in the past tense.ChangeLog.mdif no new release is required, such as fixing test case only.