You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -54,3 +54,19 @@ export async function calculateResourceDeletedCacheConsistencyToken(etag: string
54
54
returnhash.toString("base64url");
55
55
}
56
56
}
57
+
58
+
/**
59
+
* The pipeline policy that remove the authorization header from the request to allow anonymous access to the Azure Front Door.
60
+
* @remarks
61
+
* The policy position should be perRetry, since it should be executed after the "Sign" phase: https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-client/src/serviceClient.ts
0 commit comments