Skip to content

Commit

Permalink
CodeGen from PR 22799 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Merge c6cfcca472a62d030b068143dd2cb613a5db4b52 into aa85f59e259c4b12197b57b221067c40fa2fe3f1
  • Loading branch information
SDKAuto committed Mar 1, 2023
1 parent a698b9b commit 814fad3
Show file tree
Hide file tree
Showing 18 changed files with 715 additions and 1,172 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Release History

## 0.8.0 (2023-03-01)
### Features Added

- New value `LeastPrivilegeModeNotSet` added to type alias `LeastPrivilegeMode`
- New type alias `TroubleshootingScenario` with values `TroubleshootingScenarioUnhealthyReplica`
- New function `NewTroubleshootClient(string, azcore.TokenCredential, *arm.ClientOptions) (*TroubleshootClient, error)`
- New function `*TroubleshootClient.BeginTroubleshoot(context.Context, string, string, SQLVMTroubleshooting, *TroubleshootClientBeginTroubleshootOptions) (*runtime.Poller[TroubleshootClientTroubleshootResponse], error)`
- New struct `AADAuthenticationSettings`
- New struct `SQLVMTroubleshooting`
- New struct `TroubleshootClient`
- New struct `TroubleshootingAdditionalProperties`
- New struct `TroubleshootingStatus`
- New struct `UnhealthyReplicaInfo`
- New field `TroubleshootingStatus` in struct `Properties`
- New field `AzureAdAuthenticationSettings` in struct `ServerConfigurationsManagementSettings`


## 0.7.0 (2022-09-17)
### Features Added

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
``` yaml
azure-arm: true
require:
- https://github.com/Azure/azure-rest-api-specs/blob/e24bbf6a66cb0a19c072c6f15cee163acbd7acf7/specification/sqlvirtualmachine/resource-manager/readme.md
- https://github.com/Azure/azure-rest-api-specs/blob/e24bbf6a66cb0a19c072c6f15cee163acbd7acf7/specification/sqlvirtualmachine/resource-manager/readme.go.md
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/sqlvirtualmachine/resource-manager/readme.md
- /mnt/vss/_work/1/s/azure-rest-api-specs/specification/sqlvirtualmachine/resource-manager/readme.go.md
license-header: MICROSOFT_MIT_NO_VERSION
module-version: 0.7.0
module-version: 0.8.0
```

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

Loading

0 comments on commit 814fad3

Please sign in to comment.