Commit ac351e7
authored
[chore][receiver/azuremonitorreceiver] fix(deps): update module github.com/azure/azure-sdk-for-go/sdk/resourcemanager/resources/armresources to v2 (#38857)
Manual update of this #38347, as renovate is not good at upgrading Go
majors
[sdk/resourcemanager/resources/armresources/v2.0.0](https://github.com/Azure/azure-sdk-for-go/releases/tag/sdk%2Fresourcemanager%2Fresources%2Farmresources%2Fv2.0.0)
## 2.0.0 (2025-02-13)
### Breaking Changes
- Type of DeploymentProperties.Parameters has been changed from any to
map[string]*DeploymentParameter
- Type of DeploymentWhatIfProperties.Parameters has been changed from
any to map[string]*DeploymentParameter
- Operation *TagsClient.CreateOrUpdateAtScope has been changed to LRO,
use *TagsClient.BeginCreateOrUpdateAtScope instead.
- Operation *TagsClient.DeleteAtScope has been changed to LRO, use
*TagsClient.BeginDeleteAtScope instead.
- Operation *TagsClient.UpdateAtScope has been changed to LRO, use
*TagsClient.BeginUpdateAtScope instead.
### Features Added
- New enum type ExportTemplateOutputFormat with values
ExportTemplateOutputFormatBicep, ExportTemplateOutputFormatJSON
- New enum type Level with values LevelError, LevelInfo, LevelWarning
- New enum type ValidationLevel with values ValidationLevelProvider,
ValidationLevelProviderNoRbac, ValidationLevelTemplate
- New struct DeploymentDiagnosticsDefinition
- New struct DeploymentParameter
- New struct KeyVaultParameterReference
- New struct KeyVaultReference
- New field ValidationLevel in struct DeploymentProperties
- New field Diagnostics, ValidationLevel in struct
DeploymentPropertiesExtended
- New field ID, Name, Type in struct DeploymentValidateResult
- New field ValidationLevel in struct DeploymentWhatIfProperties
- New field OutputFormat in struct ExportTemplateRequest
- New field Output in struct ResourceGroupExportResult
- New field DeploymentID, Identifiers, SymbolicName in struct
WhatIfChange
- New field Diagnostics, PotentialChanges in struct
WhatIfOperationProperties
Signed-off-by: Célian Garcia <[email protected]>1 parent 369e358 commit ac351e7
File tree
4 files changed
+16
-12
lines changed- receiver/azuremonitorreceiver
4 files changed
+16
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
| 25 | + | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
0 commit comments