Skip to content
This repository was archived by the owner on Aug 10, 2022. It is now read-only.

Commit 9c1f47a

Browse files
Update Blob Name
1 parent aeaea8f commit 9c1f47a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

AzureAdvocates.Functions/Functions/UpdateMicrosoftLearnContributors.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public async Task Run([TimerTrigger("0 0 */6 * * *")] TimerInfo timer, ILogger l
6464
log.LogInformation($"Added {cloudAdvocateContributorModel.PullRequests.Count} Pull Requests for {cloudAdvocate.FullName}");
6565
}
6666

67-
var blobName = $"ContributionsAsOf{DateTime.UtcNow:o}.json";
67+
var blobName = $"Contributions_{DateTime.UtcNow:o}.json";
6868
await _blobStorageService.UploadCloudAdvocateMicrosoftLearnContributions(cloudAdvocateContributions, blobName).ConfigureAwait(false);
6969
}
7070
}

0 commit comments

Comments
 (0)