Skip to content

Commit

Permalink
add removeUnreferencedTypes flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Alancere committed Dec 6, 2023
1 parent dd42533 commit dcacd4a
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 275 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@
## 2.0.0-beta.1 (2023-12-08)
### Breaking Changes

- Type of `ErrorResponse.Error` has been changed from `*ErrorDefinition` to `*ErrorDetail`
- Type of `NetworkProfile.NetworkInterfaces` has been changed from `[]*IPAddress` to `[]*NetworkInterface`
- Type of `Operation.Display` has been changed from `*Display` to `*OperationDisplay`
- Struct `Display` has been removed
- Struct `ErrorDefinition` has been removed
- Struct `IPAddress` has been removed
- Struct `OperationList` has been removed
- Struct `Result` has been removed
Expand Down Expand Up @@ -36,8 +34,6 @@
- New struct `AzureBareMetalStorageInstance`
- New struct `AzureBareMetalStorageInstanceProperties`
- New struct `AzureBareMetalStorageInstancesListResult`
- New struct `ErrorAdditionalInfo`
- New struct `ErrorDetail`
- New struct `ForceState`
- New struct `NetworkInterface`
- New struct `OperationDisplay`
Expand All @@ -48,8 +44,6 @@
- New struct `StorageProperties`
- New field `ActionType`, `Origin` in struct `Operation`
- New anonymous field `OperationListResult` in struct `OperationsClientListResponse`
- New field `SystemData` in struct `Resource`
- New field `SystemData` in struct `TrackedResource`


## 1.2.0 (2023-11-24)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
// Licensed under the MIT License. See License.txt in the project root for license information.

// This file enables 'go generate' to regenerate this specific SDK
//go:generate pwsh ../../../../eng/scripts/build.ps1 -skipBuild -cleanGenerated -format -tidy -generate resourcemanager/baremetalinfrastructure/armbaremetalinfrastructure
//go:generate pwsh ../../../../eng/scripts/build.ps1 -skipBuild -cleanGenerated -format -tidy -generate -removeUnreferencedTypes resourcemanager/baremetalinfrastructure/armbaremetalinfrastructure

package armbaremetalinfrastructure

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dcacd4a

Please sign in to comment.