-
Notifications
You must be signed in to change notification settings - Fork 668
bump the version of azure.provisioning.operationalinsights #9947
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 the version of azure.provisioning.operationalinsights #9947
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 PR bumps the version of Azure.Provisioning.OperationalInsights from 1.0.0 to 1.1.0 and updates the associated API version in multiple Bicep snapshot files.
- Updated the resource API version in Bicep snapshots from "2023-09-01" to "2025-02-01".
- Updated the package version in Directory.Packages.props to "1.1.0".
Reviewed Changes
Copilot reviewed 13 out of 13 changed files in this pull request and generated no comments.
Show a summary per file
File | Description |
---|---|
tests/Aspire.Hosting.Azure.Tests/Snapshots/ExistingAzureResourceTests.SupportsExistingLogAnalyticsWithResourceGroup.verified.bicep | Updated API version for log analytics workspace resource. |
tests/Aspire.Hosting.Azure.Tests/Snapshots/AzureLogAnalyticsWorkspaceExtensionsTests.AddLogAnalyticsWorkspace.verified.bicep | Updated API version for log analytics workspace resource. |
tests/Aspire.Hosting.Azure.Tests/Snapshots/AzureEnvironmentResourceTests.WhenUsedWithAzureContainerAppsEnvironment_GeneratesProperBicep#01.verified.bicep | Updated API version for log analytics workspace resource. |
tests/Aspire.Hosting.Azure.Tests/Snapshots/AzureContainerAppsTests.ContainerAppEnvironmentWithDashboardEnabled.verified.bicep | Updated API version for log analytics workspace resource. |
tests/Aspire.Hosting.Azure.Tests/Snapshots/AzureContainerAppsTests.ContainerAppEnvironmentWithDashboardDisabled.verified.bicep | Updated API version for log analytics workspace resource. |
tests/Aspire.Hosting.Azure.Tests/Snapshots/AzureContainerAppsTests.ContainerAppEnvironmentWithCustomWorkspace#02.verified.bicep | Updated API version for log analytics workspace resource. |
tests/Aspire.Hosting.Azure.Tests/Snapshots/AzureContainerAppsTests.ContainerAppEnvironmentWithCustomWorkspace#00.verified.bicep | Updated API version for log analytics workspace resource. |
tests/Aspire.Hosting.Azure.Tests/Snapshots/AzureContainerAppsTests.ContainerAppEnvironmentWithCustomRegistry#00.verified.bicep | Updated API version for log analytics workspace resource. |
tests/Aspire.Hosting.Azure.Tests/Snapshots/AzureContainerAppsTests.AddContainerAppEnvironmentAddsEnvironmentResource_useAzdNaming=True.verified.bicep | Updated API version for log analytics workspace resource. |
tests/Aspire.Hosting.Azure.Tests/Snapshots/AzureContainerAppsTests.AddContainerAppEnvironmentAddsEnvironmentResource_useAzdNaming=False.verified.bicep | Updated API version for log analytics workspace resource. |
tests/Aspire.Hosting.Azure.Tests/Snapshots/AzureApplicationInsightsExtensionsTests.AddApplicationInsightsWithoutExplicitLawGetsGeneratedLaw.verified.bicep | Updated API version for log analytics workspace resource. |
tests/Aspire.Hosting.Azure.Tests/Snapshots/AzureApplicationInsightsExtensionsTests.AddApplicationInsightsWithoutExplicitLawGetsDefaultLawParameterInRunMode.verified.bicep | Updated API version for log analytics workspace resource. |
Directory.Packages.props | Updated Azure.Provisioning.OperationalInsights' package version to 1.1.0. |
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!
* bump the version * update snapshots * regenerate the playgorund biceps
Description
This PR bumps the version of
Azure.Provisioning.OperationalInsights
to1.1.0
as a follow up of #9915Checklist
<remarks />
and<code />
elements on your triple slash comments?doc-idea
templatebreaking-change
templatediagnostic
template