Skip to content

Commit

Permalink
CodeGen from PR 20942 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge b1b6ee834fed7a2f8ae2166ffd891897778f9a98 into 4b5fe2fb0a5066c4ff2bd429dbd5e1afda6afab3
  • Loading branch information
SDKAuto committed Sep 29, 2022
1 parent cc5d9aa commit 0296038
Show file tree
Hide file tree
Showing 17 changed files with 97 additions and 614 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Release History

## 2.0.0 (2022-09-29)
### Breaking Changes

- Type of `AzureTrafficCollectorPropertiesFormat.CollectorPolicies` has been changed from `[]*CollectorPolicy` to `*ResourceReference`
- Type of `CollectorPolicy.SystemData` has been changed from `*CollectorPolicySystemData` to `*TrackedResourceSystemData`
- Struct `CloudError` has been removed
- Struct `CloudErrorBody` has been removed
- Struct `CollectorPolicySystemData` has been removed

### Features Added

- New const `APIVersionParameterTwoThousandTwentyTwo1101`
- New const `APIVersionParameterTwoThousandTwentyTwo0801`
- New const `APIVersionParameterTwoThousandTwentyTwo0501`
- New type alias `APIVersionParameter`
- New function `PossibleAPIVersionParameterValues() []APIVersionParameter`
- New field `Location` in struct `CollectorPolicy`
- New field `Tags` in struct `CollectorPolicy`


## 1.0.0 (2022-07-07)

The package of `github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/networkfunction/armnetworkfunction` is using our [next generation design principles](https://azure.github.io/azure-sdk/general_introduction.html) since version 1.0.0, which contains breaking changes.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
``` yaml
azure-arm: true
require:
- https://github.com/Azure/azure-rest-api-specs/blob/898587c563d7b1941e1a10779ea7b122dce8ad6f/specification/networkfunction/resource-manager/readme.md
- https://github.com/Azure/azure-rest-api-specs/blob/898587c563d7b1941e1a10779ea7b122dce8ad6f/specification/networkfunction/resource-manager/readme.go.md
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/networkfunction/resource-manager/readme.md
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/networkfunction/resource-manager/readme.go.md
license-header: MICROSOFT_MIT_NO_VERSION
module-version: 1.0.0
module-version: 2.0.0

```

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

Loading

0 comments on commit 0296038

Please sign in to comment.