Skip to content

[Update] Static Content Hosted#539

Open
v-federicoar wants to merge 1 commit into
mspnp:mainfrom
v-federicoar:refresh/static-content-hosting
Open

[Update] Static Content Hosted#539
v-federicoar wants to merge 1 commit into
mspnp:mainfrom
v-federicoar:refresh/static-content-hosting

Conversation

@v-federicoar

Copy link
Copy Markdown
Contributor

Only API updates and tested end to end.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the Azure Resource Manager API versions used by the static content hosting sample's Bicep template (static-content-hosting/bicep/main.bicep). It bumps the storage account resource to the latest GA API version and moves the role assignment resource from a preview API version to the stable GA version. Both updated API versions were verified to exist, and all properties used in each resource remain supported under the newer versions. The changes are isolated to this single file, with no compiled ARM JSON or documentation referencing these resource types that would need to stay in sync.

Changes:

  • Upgrade Microsoft.Storage/storageAccounts from 2023-01-01 to 2026-04-01 (latest GA).
  • Upgrade Microsoft.Authorization/roleAssignments from 2020-10-01-preview to 2022-04-01 (stable GA).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants