Skip to content

Commit 84e49db

Browse files
committed
fix(StealthTalk): correct publisherId from 'stealthtalk' to 'stealthtalkinc' to match Partner Center registered publisher ID The publisherId in SolutionMetadata.json was set to a brand-name shorthand 'stealthtalk' instead of the actual Partner Center registered publisher ID 'stealthtalkinc'. This caused Partner Center certification check 300.4.1.1 to fail: the Marketplace identifier publisherId.offerId derived from the GitHub source did not match the 'Offer Name' in Partner Center. Changes: - SolutionMetadata.json: publisherId 'stealthtalk' -> 'stealthtalkinc' - Package/mainTemplate.json: surgical update of solutionId variable to embed corrected publisherId (no V3 rebuild, to keep the diff minimal and avoid V3-tool cosmetic field reordering) - Package/3.0.0.zip: repacked with the patched mainTemplate.json
1 parent c97a719 commit 84e49db

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

4 Bytes
Binary file not shown.

Solutions/StealthTalk/Package/mainTemplate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"_email": "[variables('email')]",
4343
"_solutionName": "StealthTalk",
4444
"_solutionVersion": "3.0.0",
45-
"solutionId": "stealthtalk.stealthtalk-sentinel-solution",
45+
"solutionId": "stealthtalkinc.stealthtalk-sentinel-solution",
4646
"_solutionId": "[variables('solutionId')]",
4747
"workbookVersion1": "1.0.0",
4848
"workbookContentId1": "stealthTalkAnomalousAuthMonitor",

Solutions/StealthTalk/SolutionMetadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"publisherId": "stealthtalk",
2+
"publisherId": "stealthtalkinc",
33
"offerId": "stealthtalk-sentinel-solution",
44
"firstPublishDate": "2026-05-01",
55
"providers": [

0 commit comments

Comments
 (0)