Skip to content

Commit b19cd02

Browse files
author
SDKAuto
committed
CodeGen from PR 22799 in Azure/azure-rest-api-specs
Merge 25a6ac1bd3c32cc3c33291149edf6f08173de2a7 into 27db05be12c8863e7ac85218b84632b9ea539ae4
1 parent 29ba214 commit b19cd02

18 files changed

+715
-1172
lines changed

sdk/resourcemanager/sqlvirtualmachine/armsqlvirtualmachine/CHANGELOG.md

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

3+
## 0.8.0 (2023-02-27)
4+
### Features Added
5+
6+
- New value `LeastPrivilegeModeNotSet` added to type alias `LeastPrivilegeMode`
7+
- New type alias `TroubleshootingScenario` with values `TroubleshootingScenarioUnhealthyReplica`
8+
- New function `NewTroubleshootClient(string, azcore.TokenCredential, *arm.ClientOptions) (*TroubleshootClient, error)`
9+
- New function `*TroubleshootClient.BeginTroubleshoot(context.Context, string, string, SQLVMTroubleshooting, *TroubleshootClientBeginTroubleshootOptions) (*runtime.Poller[TroubleshootClientTroubleshootResponse], error)`
10+
- New struct `AADAuthenticationSettings`
11+
- New struct `SQLVMTroubleshooting`
12+
- New struct `TroubleshootClient`
13+
- New struct `TroubleshootingAdditionalProperties`
14+
- New struct `TroubleshootingStatus`
15+
- New struct `UnhealthyReplicaInfo`
16+
- New field `TroubleshootingStatus` in struct `Properties`
17+
- New field `AzureAdAuthenticationSettings` in struct `ServerConfigurationsManagementSettings`
18+
19+
320
## 0.7.0 (2022-09-17)
421
### Features Added
522

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: 50 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)