Commit 6eb6e4c
Remove SqlServer module version pin (22.3.0) in Azure SQL deployment script
The deployment script for Azure SQL role assignments was pinning the
SqlServer PowerShell module to version 22.3.0 to work around breaking
changes in version 22.4.5.1. This old pinned version has become
incompatible with newer Azure Deployment Script container images
(Az PowerShell 14.0 on Ubuntu 22.04+), causing deployment failures
with internal server errors after ~20 minute timeouts.
Remove the -RequiredVersion 22.3.0 constraint so the latest compatible
version of the SqlServer module is installed, fixing the provisioning
failure.
Fixes #13683
Agent-Logs-Url: https://github.com/microsoft/aspire/sessions/3301a87c-616d-4ee9-aadf-81642d91a92d
Co-authored-by: davidfowl <95136+davidfowl@users.noreply.github.com>1 parent 47536a6 commit 6eb6e4c
File tree
8 files changed
+9
-9
lines changed- src/Aspire.Hosting.Azure.Sql
- tests/Aspire.Hosting.Azure.Tests/Snapshots
8 files changed
+9
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
326 | 326 | | |
327 | 327 | | |
328 | 328 | | |
329 | | - | |
330 | | - | |
| 329 | + | |
| 330 | + | |
331 | 331 | | |
332 | 332 | | |
333 | 333 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
| 106 | + | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
| 106 | + | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
| 106 | + | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
| 106 | + | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
| 106 | + | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| |||
0 commit comments