Skip to content

Conversation

VincentVerweij
Copy link

I have a disabled organization in the organisations.json file:

{
    "organisations": [
      {
        "enabled": false,
        "url": "https://dev.azure.com/my-first-org",
        "pat": "<my-first-org-pat>",
        "processMatch": []
      },
      {
        "enabled": true,
        "url": "https://dev.azure.com/my-second-org",
        "pat": "<my-second-org-pat>",
        "processMatch": []
      }
    ]
  }

I noticed that when executing for example Generate-ProjectStats.ps1 that the logging was showing Skipping and I was wondering what it was skipping.
So, I went looking and found that it is shown for a disabled organization.

This PR fixes the variable used to show the Skipping part.
For Generate-ProjectStats.ps1 it was (notice the emptiness after Skipping):

image

And after the fix, it becomes (an organisation URL is shown after Skipping):

image

I only executed Generate-ProjectStats.ps1 but some other files had this small issue as well.

@CLAassistant
Copy link

CLAassistant commented Dec 26, 2024

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants