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

🐛 Fix Get-D365AzureStorageFile #873

Merged

Conversation

FH-Inway
Copy link
Member

@FH-Inway FH-Inway commented Dec 7, 2024

Fixes a bug with the file sorting in Get-D365AzureStorageFile. Seems to be a holdover from 5182b26 when the file information retrieval was refactored to use Get-AzStorageBlob.

Also does some code refactoring for better readability and maintainability, incorporating some suggestions by @FriedrichWeinmann in #870

FH-Inway and others added 4 commits December 7, 2024 18:03
The object returned by Get-AzStorageBlob does not contain a Properties attribute. The returned file information was not sorted because of this.
This pull request was automatically created by the d365fo.tools-Generate-Text action'
@FH-Inway FH-Inway added the bug Something isn't working label Dec 7, 2024
@Splaxi
Copy link
Collaborator

Splaxi commented Dec 7, 2024

Looks good!

@FH-Inway FH-Inway merged commit b0d5f2f into d365collaborative:master Dec 7, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants