Skip to content

Commit

Permalink
Release v67.0.1 (#19370)
Browse files Browse the repository at this point in the history
* Release V67.1.0

* replace tree/legacy to blob/v67.0.0

* v67.0.1

* update deprecated message
  • Loading branch information
Alancere committed Oct 21, 2022
1 parent 91112b0 commit 7ff7f08
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 9 deletions.
21 changes: 13 additions & 8 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
# CHANGELOG

## `v67.0.1`

### Deprecated Packages
- `github.com/Azure/azure-sdk-for-go/services/preview/iotspaces/mgmt/2017-10-01-preview/iotspaces`

## `v67.0.0`

### New Packages
Expand Down Expand Up @@ -55,18 +60,18 @@

| Package Path | Changelog |
| :--- | :---: |
| `github.com/Azure/azure-sdk-for-go/services/preview/reservations/mgmt/2019-04-01/reservations` | [details](https://github.com/Azure/azure-sdk-for-go/tree/legacy/services/preview/reservations/mgmt/2019-04-01/reservations/CHANGELOG.md) |
| `github.com/Azure/azure-sdk-for-go/services/preview/reservations/mgmt/2019-07-19-preview/reservations` | [details](https://github.com/Azure/azure-sdk-for-go/tree/legacy/services/preview/reservations/mgmt/2019-07-19-preview/reservations/CHANGELOG.md) |
| `github.com/Azure/azure-sdk-for-go/services/preview/resources/mgmt/2021-06-01-preview/policy` | [details](https://github.com/Azure/azure-sdk-for-go/tree/legacy/services/preview/resources/mgmt/2021-06-01-preview/policy/CHANGELOG.md) |
| `github.com/Azure/azure-sdk-for-go/services/preview/reservations/mgmt/2019-04-01/reservations` | [details](https://github.com/Azure/azure-sdk-for-go/blob/v67.0.0/services/preview/reservations/mgmt/2019-04-01/reservations/CHANGELOG.md) |
| `github.com/Azure/azure-sdk-for-go/services/preview/reservations/mgmt/2019-07-19-preview/reservations` | [details](https://github.com/Azure/azure-sdk-for-go/blob/v67.0.0/services/preview/reservations/mgmt/2019-07-19-preview/reservations/CHANGELOG.md) |
| `github.com/Azure/azure-sdk-for-go/services/preview/resources/mgmt/2021-06-01-preview/policy` | [details](https://github.com/Azure/azure-sdk-for-go/blob/v67.0.0/services/preview/resources/mgmt/2021-06-01-preview/policy/CHANGELOG.md) |
### Breaking Changes

| Package Path | Changelog |
| :--- | :---: |
| `github.com/Azure/azure-sdk-for-go/services/containerinstance/mgmt/2021-10-01/containerinstance` | [details](https://github.com/Azure/azure-sdk-for-go/tree/legacy/services/containerinstance/mgmt/2021-10-01/containerinstance/CHANGELOG.md) |
| `github.com/Azure/azure-sdk-for-go/services/monitor/mgmt/2020-10-01/activitylogs` | [details](https://github.com/Azure/azure-sdk-for-go/tree/legacy/services/monitor/mgmt/2020-10-01/activitylogs/CHANGELOG.md) |
| `github.com/Azure/azure-sdk-for-go/services/preview/security/mgmt/v3.0/security` | [details](https://github.com/Azure/azure-sdk-for-go/tree/legacy/services/preview/security/mgmt/v3.0/security/CHANGELOG.md) |
| `github.com/Azure/azure-sdk-for-go/services/preview/sql/mgmt/v5.0/sql` | [details](https://github.com/Azure/azure-sdk-for-go/tree/legacy/services/preview/sql/mgmt/v5.0/sql/CHANGELOG.md) |
| `github.com/Azure/azure-sdk-for-go/services/reservations/mgmt/2022-03-01/reservations` | [details](https://github.com/Azure/azure-sdk-for-go/tree/legacy/services/reservations/mgmt/2022-03-01/reservations/CHANGELOG.md) |
| `github.com/Azure/azure-sdk-for-go/services/containerinstance/mgmt/2021-10-01/containerinstance` | [details](https://github.com/Azure/azure-sdk-for-go/blob/v67.0.0/services/containerinstance/mgmt/2021-10-01/containerinstance/CHANGELOG.md) |
| `github.com/Azure/azure-sdk-for-go/services/monitor/mgmt/2020-10-01/activitylogs` | [details](https://github.com/Azure/azure-sdk-for-go/blob/v67.0.0/services/monitor/mgmt/2020-10-01/activitylogs/CHANGELOG.md) |
| `github.com/Azure/azure-sdk-for-go/services/preview/security/mgmt/v3.0/security` | [details](https://github.com/Azure/azure-sdk-for-go/blob/v67.0.0/services/preview/security/mgmt/v3.0/security/CHANGELOG.md) |
| `github.com/Azure/azure-sdk-for-go/services/preview/sql/mgmt/v5.0/sql` | [details](https://github.com/Azure/azure-sdk-for-go/blob/v67.0.0/services/preview/sql/mgmt/v5.0/sql/CHANGELOG.md) |
| `github.com/Azure/azure-sdk-for-go/services/reservations/mgmt/2022-03-01/reservations` | [details](https://github.com/Azure/azure-sdk-for-go/blob/v67.0.0/services/reservations/mgmt/2022-03-01/reservations/CHANGELOG.md) |

## `v66.0.0`

Expand Down

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

2 changes: 1 addition & 1 deletion version/version.go
Expand Up @@ -4,4 +4,4 @@ package version
// Licensed under the MIT License. See License.txt in the project root for license information.

// Number contains the semantic version of this SDK.
const Number = "v67.0.0"
const Number = "v67.0.1"

0 comments on commit 7ff7f08

Please sign in to comment.