Skip to content

Commit 425351e

Browse files
authored
[Release] sdk/resourcemanager/resources/armresources/2.0.0 (Azure#24115)
* [Release] sdk/resourcemanager/resources/armresources/2.0.0 generation from spec commit: 91bfc0d02eaed75e6a3bfb5b9b150c84c79400ed * update live test example * update asset.json * update asset.json * update asset.json * update asset.json * update test
1 parent 815bf19 commit 425351e

39 files changed

+1641
-529
lines changed

sdk/resourcemanager/resources/armresources/CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
# Release History
22

3+
## 2.0.0 (2025-02-13)
4+
### Breaking Changes
5+
6+
- Type of `DeploymentProperties.Parameters` has been changed from `any` to `map[string]*DeploymentParameter`
7+
- Type of `DeploymentWhatIfProperties.Parameters` has been changed from `any` to `map[string]*DeploymentParameter`
8+
- Operation `*TagsClient.CreateOrUpdateAtScope` has been changed to LRO, use `*TagsClient.BeginCreateOrUpdateAtScope` instead.
9+
- Operation `*TagsClient.DeleteAtScope` has been changed to LRO, use `*TagsClient.BeginDeleteAtScope` instead.
10+
- Operation `*TagsClient.UpdateAtScope` has been changed to LRO, use `*TagsClient.BeginUpdateAtScope` instead.
11+
12+
### Features Added
13+
14+
- New enum type `ExportTemplateOutputFormat` with values `ExportTemplateOutputFormatBicep`, `ExportTemplateOutputFormatJSON`
15+
- New enum type `Level` with values `LevelError`, `LevelInfo`, `LevelWarning`
16+
- New enum type `ValidationLevel` with values `ValidationLevelProvider`, `ValidationLevelProviderNoRbac`, `ValidationLevelTemplate`
17+
- New struct `DeploymentDiagnosticsDefinition`
18+
- New struct `DeploymentParameter`
19+
- New struct `KeyVaultParameterReference`
20+
- New struct `KeyVaultReference`
21+
- New field `ValidationLevel` in struct `DeploymentProperties`
22+
- New field `Diagnostics`, `ValidationLevel` in struct `DeploymentPropertiesExtended`
23+
- New field `ID`, `Name`, `Type` in struct `DeploymentValidateResult`
24+
- New field `ValidationLevel` in struct `DeploymentWhatIfProperties`
25+
- New field `OutputFormat` in struct `ExportTemplateRequest`
26+
- New field `Output` in struct `ResourceGroupExportResult`
27+
- New field `DeploymentID`, `Identifiers`, `SymbolicName` in struct `WhatIfChange`
28+
- New field `Diagnostics`, `PotentialChanges` in struct `WhatIfOperationProperties`
29+
30+
331
## 1.2.0 (2023-11-24)
432
### Features Added
533

sdk/resourcemanager/resources/armresources/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This project uses [Go modules](https://github.com/golang/go/wiki/Modules) for ve
1818
Install the Azure Resources module:
1919

2020
```sh
21-
go get github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armresources
21+
go get github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armresources/v2
2222
```
2323

2424
## Authorization

sdk/resourcemanager/resources/armresources/assets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"AssetsRepo": "Azure/azure-sdk-assets",
33
"AssetsRepoPrefixPath": "go",
44
"TagPrefix": "go/resourcemanager/resources/armresources",
5-
"Tag": "go/resourcemanager/resources/armresources_89eac9c070"
5+
"Tag": "go/resourcemanager/resources/armresources_bed2aabe33"
66
}

sdk/resourcemanager/resources/armresources/autorest.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
``` yaml
66
azure-arm: true
77
require:
8-
- https://github.com/Azure/azure-rest-api-specs/blob/4fd842fb73656039ec94ce367bcedee25a57bd18/specification/resources/resource-manager/readme.md
9-
- https://github.com/Azure/azure-rest-api-specs/blob/4fd842fb73656039ec94ce367bcedee25a57bd18/specification/resources/resource-manager/readme.go.md
8+
- https://github.com/Azure/azure-rest-api-specs/blob/91bfc0d02eaed75e6a3bfb5b9b150c84c79400ed/specification/resources/resource-manager/readme.md
9+
- https://github.com/Azure/azure-rest-api-specs/blob/91bfc0d02eaed75e6a3bfb5b9b150c84c79400ed/specification/resources/resource-manager/readme.go.md
1010
license-header: MICROSOFT_MIT_NO_VERSION
11-
module-version: 1.2.0
11+
module-version: 2.0.0
1212
package-resources: true
13+
tag: package-resources-2024-11
1314
```

sdk/resourcemanager/resources/armresources/client.go

Lines changed: 35 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)