Skip to content

Commit 69b8cef

Browse files
Bugfix/issue 875 (#876)
* Strip sink.azurePartnerTopic in Log Stream create operations (#875) * Add unit test to validate fix for #875 * Regenerating recordings --------- Co-authored-by: Will Vedder <[email protected]>
1 parent fa738a5 commit 69b8cef

6 files changed

+4640
-2437
lines changed

src/tools/auth0/handlers/logStreams.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export default class LogStreamsHandler extends DefaultAPIHandler {
4040
...config,
4141
type: 'logStreams',
4242
stripUpdateFields: ['type'],
43-
stripCreateFields: ['status', 'sink.awsPartnerEventSource'],
43+
stripCreateFields: ['status', 'sink.awsPartnerEventSource', 'sink.azurePartnerTopic'],
4444
sensitiveFieldsToObfuscate: [
4545
'sink.httpAuthorization',
4646
'sink.splunkToken',

0 commit comments

Comments
 (0)