chore(deps): Bump Microsoft.Extensions.Http from 10.0.4 to 10.0.7#12
Conversation
--- updated-dependencies: - dependency-name: Microsoft.Extensions.Http dependency-version: 10.0.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
|
Closing — this PR targets the obsolete |
1 similar comment
|
Closing — this PR targets the obsolete |
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
…#226) The UpworkDemo subscription (4dce9fdd-...) is in cancellation and can no longer accept deployments. A dedicated pinball.wiz subscription (b1f33f17-...) replaces it. This is a single-subscription project so the ADR-0010 guard in Deploy-SharedResources.ps1 is the one legitimate place the subscription ID is hardcoded. Runbook scripts (01-incident-response, 03-cosmos-restore, 04-ai-search-rebuild) previously hardcoded the old subscription ID, which would silently break on any subscription change. Replaced with 'az account show --query id -o tsv' so runbooks derive the active subscription at runtime — matching the principle that the deploy script guard is the single source of truth. PR self-audit item #12 added to CLAUDE.md: runbook scripts must not hardcode subscription IDs or instance-specific resource names; the mechanical audit will grep for UUID patterns in docs/runbooks/ on any PR that touches them.
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Updated Microsoft.Extensions.Http from 10.0.4 to 10.0.7.
Release notes
Sourced from Microsoft.Extensions.Http's releases.
No release notes found for this version range.
Commits viewable in compare view.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)