-
Notifications
You must be signed in to change notification settings - Fork 656
bump versions of azure.provisioning libraries #9915
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
bump versions of azure.provisioning libraries #9915
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This pull request bumps the versions for several Azure.Provisioning libraries to 1.1.0 and updates Azure.Core to 1.46.2. The key changes include:
- Upgrading multiple Azure.Provisioning package versions from 1.0.x to 1.1.0.
- Incrementing the Azure.Core package version for Component Governance.
- Maintaining other package versions as-is.
@@ -64,4 +64,4 @@ resource webapp 'Microsoft.Web/sites@2024-04-01' = { | |||
'${env_outputs_azure_container_registry_managed_identity_id}': { } | |||
} | |||
} | |||
} | |||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we know why some files don't have a trailing new line, and some do? Was this an explicit decision to change?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks for the contribution!
Description
Updates the following libraries to 1.1.0 version:
There are 3 packages we did not release a new stable version:
Azure.Provisioning.OperationalInsights
Azure.Provisioning.CosmosDB
Azure.Provisioning.Search
We will release stable versions for them later.
Checklist
<remarks />
and<code />
elements on your triple slash comments?doc-idea
templatebreaking-change
templatediagnostic
template