adamfowlerit / msportals.io

MSPortals.io - Microsoft Administrator Sites, Training, and Licensing Resources
https://msportals.io/
237 stars 99 forks source link

Update us-govt.json #217

Closed SamErde closed 1 year ago

SamErde commented 1 year ago

Removed a duplicate entry for the GCC High Power Platform admin portal.

adamfowlerit commented 1 year ago

Can we abandon this one?

SamErde commented 1 year ago

Sure , whatever works! Did I edit the wrong file?

davidbmarker commented 1 year ago

@SamErde, this pull request failed the validation of the JSON file.

217 Pull Request has an extra "]" at the end, a simple mistake (I have made many of them before on this site :) )

@adamfowlerit, please abandon this pull request. Thanks!

Failed Pull Request { "portalName": "Power Apps", "primaryURL": "https://high.admin.powerplatform.microsoft.us/environments?l=en-US", "note": "GCC High" } ] },

Correct Syntax { "portalName": "Power Apps", "primaryURL": "https://high.admin.powerplatform.microsoft.us/environments?l=en-US", "note": "GCC High" },

SamErde commented 1 year ago

@SamErde, this pull request failed the validation of the JSON file.

217 Pull Request has an extra "]" at the end, a simple mistake (I have made many of them before on this site :) )

@adamfowlerit, please abandon this pull request. Thanks!

Failed Pull Request { "portalName": "Power Apps", "primaryURL": "https://high.admin.powerplatform.microsoft.us/environments?l=en-US", "note": "GCC High" } ] },

Correct Syntax { "portalName": "Power Apps", "primaryURL": "https://high.admin.powerplatform.microsoft.us/environments?l=en-US", "note": "GCC High" },

Ah shoot, thanks for the follow-up! That's what I get for rushing/multi-tasking!