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

[Question/Feedback]: .Platform: Update ReadMe status Tables - error #3926

Open
Abhimanyu7991 opened this issue Sep 6, 2023 · 1 comment
Open
Assignees
Labels
question Further information is requested wait for author

Comments

@Abhimanyu7991
Copy link

Description

Hi Team,

I have a query regarding the error I am facing for the v0.10 of the repo .Platform: Update ReadMe status Tables is failing with the below error. I saw in logs that the team had resolved it in the past but there's no details on the resolution. Kindly let me know if you have any ideas for the same.

[ ERROR ]
Get-ModulesAsMarkdownTable: /home/runner/work/GIS_Azure_GithubActions_Testing/GIS_Azure_GithubActions_Testing/utilities/tools/platform/Set-ReadMeModuleTable.ps1:88
Line |
88 | … bleString = Get-ModulesAsMarkdownTable @tableStringInputObject -Verbo …
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| A parameter cannot be found that matches parameter name
| 'ProviderNamespace'.

@Abhimanyu7991 Abhimanyu7991 added the question Further information is requested label Sep 6, 2023
@github-project-automation github-project-automation bot moved this to Needs triage in Backlog Sep 6, 2023
@AlexanderSehr AlexanderSehr self-assigned this Sep 6, 2023
@AlexanderSehr
Copy link
Contributor

AlexanderSehr commented Sep 6, 2023

Hey @Abhimanyu7991,
I just checked out the release v0.10.0 via

git checkout tags/v0.10.0

and ran the function in question locally

Set-ReadMeModuleTable -FilePath .\README.md -ModulesPath .\modules\ -RepositoryName 'ResourceModules' -Organization 'Azure' -Environment 'GitHub' -Verbose

but was unable to replicate the exception. In any case, where it is failing in your case is somewhere in the Get-ModulesAsarkdownTable function, but unfortunately doesn't say where. Would you be able to run just that function on your local device to determine the exact place?

I also had a rough look at the commits we performed since the previous release, but did not see an obvious change that would explain the behavior in your case.

My best guess right now is that either something was changed in the function, or that the function struggels with something in the /modules folder. But without further insights there is not much to go on. Debugging the issue locally would definitely help.

@AlexanderSehr AlexanderSehr added this to the Azure Verfified Modules (AVM) - V3 milestone May 19, 2024
@AlexanderSehr AlexanderSehr removed this from the Azure Verfified Modules (AVM) - CI Issues milestone Jul 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested wait for author
Projects
Status: Needs triage
Development

No branches or pull requests

2 participants