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 535531053ad93b726bebb37626c070f49c4d72c4 into d1b57073903fc64486bf53a37f061e5c7ab9ca31
  • Loading branch information
SDKAuto committed Feb 28, 2023
1 parent 330be67 commit 541bbd1
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-02-28)
### 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 541bbd1

Please sign in to comment.