Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Main][Task]27365739: Turn on Ikey depreciation message with sampling rate 0.0001% #2317

Merged
merged 3 commits into from
Mar 29, 2024

Conversation

Karlie-777
Copy link
Contributor

No description provided.

@@ -6,7 +6,7 @@ param (
[string] $resourceGroup = $null, # Identifies the target Azure Subscription Resource Group (if not encoded in the cdnStorePath)
[string] $sasToken = $null, # The SAS Token to use rather than using or attempting to login
[string] $logPath = $null, # The location where logs should be written
[switch] $overwrite = $false, # Overwrite any existing files
[switch] $overwrite = $true, # Overwrite any existing files
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Temporary changes, will change back to false!

@Karlie-777 Karlie-777 requested a review from MSNev March 28, 2024 22:59
PublishFiles $releaseFiles "scripts/b" $cacheControl1Year $contentType $overwrite
PublishFiles $releaseFiles "beta" $cacheControl30Min $contentType $overwrite
PublishFiles $releaseFiles "next" $cacheControl30Min $contentType $overwrite
PublishFiles $releaseFiles "scripts/b" $cacheControl30Min $contentType $overwrite
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will change back to $cacheControl1Year

@Karlie-777 Karlie-777 merged commit d5a0b48 into main Mar 29, 2024
8 checks passed
@MSNev MSNev added this to the 3.2.0 milestone Apr 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants