I have been running ‘Search-Post’ from the PowerShell SDK regularly for months but as of late last week I get the following error:
Exception occurred when calling Search-Post: @{detailCode=500.1.503 Downstream service unavailable;
| trackingId=ff8f9c91f38a45b0897b6f73df24415b; messages=System.Object[]; causes=System.Object[]} Error: {
| "detailCode": "500.1.503 Downstream service unavailable", "trackingId": "ff8f9c91f38a45b0897b6f73df24415b",
| "messages": [ { "locale": "und", "localeOrigin": "REQUEST", "text": "A downstream resource was
| unavailable." }, { "locale": "en-US", "localeOrigin": "DEFAULT", "text": "A downstream
| resource was unavailable." } ], "causes": [] }
Were any changes made to the PowerShell SDK recently?