Skip to content

Commit dee62ef

Browse files
chore(deps): update resource microsoft.operationalinsights/workspaces to 2023-09-01 (#657)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Resource | Change | |---|---| | Microsoft.OperationalInsights/workspaces | `2022-10-01` -> `2023-09-01` | --- ### Configuration 📅 **Schedule**: Branch creation - "before 7am on Sunday,before 7am on Wednesday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/digdir/dialogporten). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMDEuNCIsInVwZGF0ZWRJblZlciI6IjM3LjMwMS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e6d94ab commit dee62ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.azure/modules/applicationInsights/create.bicep

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ type Sku = {
77
}
88
param sku Sku
99

10-
resource appInsightsWorkspace 'Microsoft.OperationalInsights/workspaces@2022-10-01' = {
10+
resource appInsightsWorkspace 'Microsoft.OperationalInsights/workspaces@2023-09-01' = {
1111
name: '${namePrefix}-insightsWorkspace'
1212
location: location
1313
properties: {

.azure/modules/containerAppEnv/main.bicep

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ param namePrefix string
33

44
param appInsightWorkspaceName string
55

6-
resource appInsightsWorkspace 'Microsoft.OperationalInsights/workspaces@2022-10-01' existing = {
6+
resource appInsightsWorkspace 'Microsoft.OperationalInsights/workspaces@2023-09-01' existing = {
77
name: appInsightWorkspaceName
88
}
99

0 commit comments

Comments
 (0)