Description
Is there an existing issue for this?
- I have searched the existing issues
Describe the bug
I'm not sure where to file this, so I'm starting here since I hit it using aspire 9.3.
Long story short, today my builds starting failing in the provision step hooking up web to azure sql.
Everything has been working for a couple weeks. I found an error on azure, linked from GitHub action, that pointed to https://www.powershellgallery.com/packages/SqlServer/22.4.5.1.
I did an azd infra generate
and forced the package back to the previous version and everything is deploying again.
22.4.5.1 was released ~16 hours ago. I noticed a problem ~7 hours ago.
I can't find the source code this script, so, I started here. Happy to resubmit in the right repo if I knew where it was.
Expected Behavior
Deploys successfully.
Steps To Reproduce
I would think anyone deploying to azure sql with aspire and identity would have a problem today.
Exceptions (if any)
No response
.NET Version info
.NET SDK:
Version: 9.0.101
Commit: eedb237549
Workload version: 9.0.100-manifests.3068a692
MSBuild version: 17.12.12+1cce77968
Runtime Environment:
OS Name: Mac OS X
OS Version: 15.5
OS Platform: Darwin
RID: osx-arm64
Base Path: /usr/local/share/dotnet/sdk/9.0.101/
.NET workloads installed:
There are no installed workloads to display.
Configured to use loose manifests when installing new manifests.
Host:
Version: 9.0.0
Architecture: arm64
Commit: 9d5a6a9aa4
.NET SDKs installed:
8.0.300 [/usr/local/share/dotnet/sdk]
8.0.401 [/usr/local/share/dotnet/sdk]
9.0.101 [/usr/local/share/dotnet/sdk]
.NET runtimes installed:
Microsoft.AspNetCore.App 8.0.5 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 8.0.8 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 9.0.0 [/usr/local/share/dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.NETCore.App 8.0.5 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App]
Microsoft.NETCore.App 8.0.8 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App]
Microsoft.NETCore.App 9.0.0 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App]
Other architectures found:
None
Environment variables:
Not set
global.json file:
Not found
Learn more:
https://aka.ms/dotnet/info
Download .NET:
https://aka.ms/dotnet/download
Anything else?
No response