Skip to content

Commit 2123b25

Browse files
author
SDKAuto
committed
CodeGen from PR 21422 in Azure/azure-rest-api-specs
Merge 39801f0b7a807e71f350fabdafee8937b3e51f8a into be6cd9ccfcb6ba08c1c206627026eabfbff31fc1
1 parent 9811d74 commit 2123b25

17 files changed

+511
-1001
lines changed

sdk/resourcemanager/sqlvirtualmachine/armsqlvirtualmachine/CHANGELOG.md

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

3+
## 0.8.0 (2022-11-19)
4+
### Features Added
5+
6+
- New const `TroubleshootingScenarioUnhealthyReplica`
7+
- New type alias `TroubleshootingScenario`
8+
- New function `PossibleTroubleshootingScenarioValues() []TroubleshootingScenario`
9+
- New function `*TroubleshootClient.BeginTroubleshoot(context.Context, string, string, SQLVMTroubleshooting, *TroubleshootClientBeginTroubleshootOptions) (*runtime.Poller[TroubleshootClientTroubleshootResponse], error)`
10+
- New function `NewTroubleshootClient(string, azcore.TokenCredential, *arm.ClientOptions) (*TroubleshootClient, error)`
11+
- New struct `AADAuthenticationSettings`
12+
- New struct `SQLVMTroubleshooting`
13+
- New struct `TroubleshootAdditionalProperties`
14+
- New struct `TroubleshootClient`
15+
- New struct `TroubleshootClientBeginTroubleshootOptions`
16+
- New struct `TroubleshootClientTroubleshootResponse`
17+
- New struct `TroubleshootStatus`
18+
- New struct `UnhealthyReplicaProperties`
19+
- New field `AzureAdAuthenticationSettings` in struct `ServerConfigurationsManagementSettings`
20+
- New field `TroubleshootStatus` in struct `Properties`
21+
22+
323
## 0.7.0 (2022-09-17)
424
### Features Added
525

sdk/resourcemanager/sqlvirtualmachine/armsqlvirtualmachine/autorest.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
``` yaml
66
azure-arm: true
77
require:
8-
- https://github.com/Azure/azure-rest-api-specs/blob/e24bbf6a66cb0a19c072c6f15cee163acbd7acf7/specification/sqlvirtualmachine/resource-manager/readme.md
9-
- https://github.com/Azure/azure-rest-api-specs/blob/e24bbf6a66cb0a19c072c6f15cee163acbd7acf7/specification/sqlvirtualmachine/resource-manager/readme.go.md
8+
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/sqlvirtualmachine/resource-manager/readme.md
9+
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/sqlvirtualmachine/resource-manager/readme.go.md
1010
license-header: MICROSOFT_MIT_NO_VERSION
11-
module-version: 0.7.0
11+
module-version: 0.8.0
1212
```

sdk/resourcemanager/sqlvirtualmachine/armsqlvirtualmachine/availabilitygrouplisteners_client.go

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

sdk/resourcemanager/sqlvirtualmachine/armsqlvirtualmachine/availabilitygrouplisteners_client_example_test.go

Lines changed: 0 additions & 165 deletions
This file was deleted.

sdk/resourcemanager/sqlvirtualmachine/armsqlvirtualmachine/constants.go

Lines changed: 15 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/resourcemanager/sqlvirtualmachine/armsqlvirtualmachine/go.mod

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,12 @@ module github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/sqlvirtualmachine/a
22

33
go 1.18
44

5-
require (
6-
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.0.0
7-
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.1.0
8-
)
5+
require github.com/Azure/azure-sdk-for-go/sdk/azcore v1.0.0
96

107
require (
118
github.com/Azure/azure-sdk-for-go/sdk/internal v1.0.0 // indirect
12-
github.com/AzureAD/microsoft-authentication-library-for-go v0.5.1 // indirect
13-
github.com/golang-jwt/jwt v3.2.1+incompatible // indirect
14-
github.com/google/uuid v1.1.1 // indirect
15-
github.com/kylelemons/godebug v1.1.0 // indirect
16-
github.com/pkg/browser v0.0.0-20210115035449-ce105d075bb4 // indirect
17-
golang.org/x/crypto v0.0.0-20220511200225-c6db032c6c88 // indirect
9+
github.com/davecgh/go-spew v1.1.1 // indirect
1810
golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4 // indirect
19-
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
2011
golang.org/x/text v0.3.7 // indirect
12+
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
2113
)

0 commit comments

Comments
 (0)