Skip to content

Commit 8e15794

Browse files
committed
v58.1.1
1 parent 7f9b387 commit 8e15794

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# CHANGELOG
22

3+
## `v58.1.1`
4+
5+
### Updated Packages
6+
7+
| Package Path | Changelog |
8+
| :--- | :---: |
9+
| `github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2021-07-01/compute` | [details](https://github.com/Azure/azure-sdk-for-go/tree/main/services/compute/mgmt/2021-07-01/compute/CHANGELOG.md) |
10+
311
## `v58.1.0`
412

513
### New Packages
@@ -12,7 +20,7 @@
1220

1321
| Package Path | Changelog |
1422
| :--- | :---: |
15-
| `github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2021-07-01/compute` | [details](https://github.com/Azure/azure-sdk-for-go/tree/main/services/compute/mgmt/2021-07-01/compute/CHANGELOG.md) |
23+
| `github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2021-07-01/compute` | [details](https://github.com/Azure/azure-sdk-for-go/blob/v58.1.0/services/compute/mgmt/2021-07-01/compute/CHANGELOG.md) |
1624

1725
## `v58.0.0`
1826

version/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ package version
44
// Licensed under the MIT License. See License.txt in the project root for license information.
55

66
// Number contains the semantic version of this SDK.
7-
const Number = "v58.1.0"
7+
const Number = "v58.1.1"

0 commit comments

Comments
 (0)