Skip to content

PSH comdlets for MongoDb initial release #27788

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

yashikajain14
Copy link

@yashikajain14 yashikajain14 commented May 19, 2025

Description

Mandatory Checklist

  • SHOULD update ChangeLog.md file(s) appropriately
    • Update src/{{SERVICE}}/{{SERVICE}}/ChangeLog.md.
      • A snippet outlining the change(s) made in the PR should be written under the ## Upcoming Release header in the past tense.
    • Should not change ChangeLog.md if no new release is required, such as fixing test case only.
  • SHOULD regenerate markdown help files if there is cmdlet API change. Instruction
  • SHOULD have proper test coverage for changes in pull request.
  • SHOULD NOT adjust version of module manually in pull request

Copy link

Thanks for your contribution! The pull request validation has started. Please revisit this comment for updated status.

@yashikajain14 yashikajain14 marked this pull request as ready for review May 20, 2025 05:51
@yashikajain14 yashikajain14 requested a review from dolauli May 20, 2025 05:56
@msJinLei
Copy link
Contributor

/azp run

Copy link
Contributor

Azure Pipelines successfully started running 3 pipeline(s).

Copy link

‼️ DO NOT MERGE THIS PR ‼️
This PR was labeled "Do Not Merge" because it contains code change that cannot be merged. Please contact the reviewer for more information.

Copy link

This PR was labeled "needs-revision" because it has unresolved review comments or CI failures.
Please resolve all open review comments and make sure all CI checks are green. Refer to our guide to troubleshoot common CI failures.

@yashikajain14
Copy link
Author

@microsoft-github-policy-service agree company="Microsoft"

@msJinLei
Copy link
Contributor

Please fix the example issues

  "Module","Cmdlet","Example","Line","RuleName","ProblemId","Severity","Description","Extent","Remediation"
  "Az.Mongodb","Update-AzMongodbOrganization","1","0","MissingExampleTitle","5043","1","Title of the example is missing.","D:\a\_work\1\s\src\Mongodb\MongoDb\help\Update-AzMongodbOrganization.md","Add title for the example. Remove any placeholders."
  "Az.Mongodb","Update-AzMongodbOrganization","1","0","MissingExampleCode","5044","1","Code of the example is missing.","D:\a\_work\1\s\src\Mongodb\MongoDb\help\Update-AzMongodbOrganization.md","Add code for the example. Remove any placeholders."
  "Az.Mongodb","Update-AzMongodbOrganization","1","0","MissingExampleDescription","5046","1","Description of the example is missing.","D:\a\_work\1\s\src\Mongodb\MongoDb\help\Update-AzMongodbOrganization.md","Add description for the example. Remove any placeholders."
  "Az.Mongodb","Update-AzMongodbOrganization","2","0","MissingExampleTitle","5043","1","Title of the example is missing.","D:\a\_work\1\s\src\Mongodb\MongoDb\help\Update-AzMongodbOrganization.md","Add title for the example. Remove any placeholders."
  "Az.Mongodb","Update-AzMongodbOrganization","2","0","MissingExampleCode","5044","1","Code of the example is missing.","D:\a\_work\1\s\src\Mongodb\MongoDb\help\Update-AzMongodbOrganization.md","Add code for the example. Remove any placeholders."
  "Az.Mongodb","Update-AzMongodbOrganization","2","0","MissingExampleDescription","5046","1","Description of the example is missing.","D:\a\_work\1\s\src\Mongodb\MongoDb\help\Update-AzMongodbOrganization.md","Add description for the example. Remove any placeholders."
  "Az.Mongodb","Update-AzMongodbOrganization","1","0","MissingExampleTitle","5043","1","Title of the example is missing.","D:\a\_work\1\s\src\Mongodb\Mongodb.Autorest\docs\Update-AzMongodbOrganization.md","Add title for the example. Remove any placeholders."
  "Az.Mongodb","Update-AzMongodbOrganization","1","0","MissingExampleCode","5044","1","Code of the example is missing.","D:\a\_work\1\s\src\Mongodb\Mongodb.Autorest\docs\Update-AzMongodbOrganization.md","Add code for the example. Remove any placeholders."
  "Az.Mongodb","Update-AzMongodbOrganization","1","0","MissingExampleDescription","5046","1","Description of the example is missing.","D:\a\_work\1\s\src\Mongodb\Mongodb.Autorest\docs\Update-AzMongodbOrganization.md","Add description for the example. Remove any placeholders."
  "Az.Mongodb","Update-AzMongodbOrganization","2","0","MissingExampleTitle","5043","1","Title of the example is missing.","D:\a\_work\1\s\src\Mongodb\Mongodb.Autorest\docs\Update-AzMongodbOrganization.md","Add title for the example. Remove any placeholders."
  "Az.Mongodb","Update-AzMongodbOrganization","2","0","MissingExampleCode","5044","1","Code of the example is missing.","D:\a\_work\1\s\src\Mongodb\Mongodb.Autorest\docs\Update-AzMongodbOrganization.md","Add code for the example. Remove any placeholders."
  "Az.Mongodb","Update-AzMongodbOrganization","2","0","MissingExampleDescription","5046","1","Description of the example is missing.","D:\a\_work\1\s\src\Mongodb\Mongodb.Autorest\docs\Update-AzMongodbOrganization.md","Add description for the example. Remove any placeholders."

@msJinLei
Copy link
Contributor

/azp run

Copy link
Contributor

Azure Pipelines successfully started running 3 pipeline(s).

@msJinLei
Copy link
Contributor

 Cannot find path
     | '/mnt/vss/_work/1/s/artifacts/Debug/Az.MongoDb/MongoDb.Autorest/Az.MongoDb.format.ps1xml' because it does not exist.. Verify that a valid value is specified for this field in the '/mnt/vss/_work/1/s/artifacts/Debug/Az.MongoDb/Az.MongoDb.psd1' file.

The generated file is Az.Mongodb.format.ps1xml. Linux is case-sensitive and so report an error.

Copy link
Contributor

@msJinLei msJinLei left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please rename Mongodb.Autorest to MongoDb.Autorest

@msJinLei
Copy link
Contributor

Please rename Mongodb.Autorest to MongoDb.Autorest

Rename all "Mongodb" to "MongoDb"

@yashikajain14
Copy link
Author

#27833 Due to casing issues of git, created this new PR. Please review there and abandon this one.

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

Successfully merging this pull request may close these issues.

3 participants