You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/resourcemanager/serialconsole/armserialconsole/CHANGELOG.md
+39Lines changed: 39 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,44 @@
1
1
# Release History
2
2
3
+
## 0.3.0 (2022-04-13)
4
+
### Breaking Changes
5
+
6
+
- Function `NewSerialPortsClient` return value(s) have been changed from `(*SerialPortsClient)` to `(*SerialPortsClient, error)`
7
+
- Function `NewMicrosoftSerialConsoleClient` return value(s) have been changed from `(*MicrosoftSerialConsoleClient)` to `(*MicrosoftSerialConsoleClient, error)`
8
+
- Function `SerialPortState.ToPtr` has been removed
9
+
- Struct `MicrosoftSerialConsoleClientListOperationsResult` has been removed
10
+
- Struct `SerialPortsClientConnectResult` has been removed
11
+
- Struct `SerialPortsClientCreateResult` has been removed
12
+
- Struct `SerialPortsClientGetResult` has been removed
13
+
- Struct `SerialPortsClientListBySubscriptionsResult` has been removed
14
+
- Struct `SerialPortsClientListResult` has been removed
15
+
- Field `SerialPortsClientListBySubscriptionsResult` of struct `SerialPortsClientListBySubscriptionsResponse` has been removed
16
+
- Field `RawResponse` of struct `SerialPortsClientListBySubscriptionsResponse` has been removed
17
+
- Field `SerialPortsClientGetResult` of struct `SerialPortsClientGetResponse` has been removed
18
+
- Field `RawResponse` of struct `SerialPortsClientGetResponse` has been removed
19
+
- Field `RawResponse` of struct `MicrosoftSerialConsoleClientGetConsoleStatusResponse` has been removed
20
+
- Field `SerialPortsClientListResult` of struct `SerialPortsClientListResponse` has been removed
21
+
- Field `RawResponse` of struct `SerialPortsClientListResponse` has been removed
22
+
- Field `MicrosoftSerialConsoleClientListOperationsResult` of struct `MicrosoftSerialConsoleClientListOperationsResponse` has been removed
23
+
- Field `RawResponse` of struct `MicrosoftSerialConsoleClientListOperationsResponse` has been removed
24
+
- Field `SerialPortsClientCreateResult` of struct `SerialPortsClientCreateResponse` has been removed
25
+
- Field `RawResponse` of struct `SerialPortsClientCreateResponse` has been removed
26
+
- Field `RawResponse` of struct `SerialPortsClientDeleteResponse` has been removed
27
+
- Field `SerialPortsClientConnectResult` of struct `SerialPortsClientConnectResponse` has been removed
28
+
- Field `RawResponse` of struct `SerialPortsClientConnectResponse` has been removed
29
+
- Field `RawResponse` of struct `MicrosoftSerialConsoleClientEnableConsoleResponse` has been removed
30
+
- Field `RawResponse` of struct `MicrosoftSerialConsoleClientDisableConsoleResponse` has been removed
31
+
32
+
### Features Added
33
+
34
+
- New anonymous field `SerialPort` in struct `SerialPortsClientGetResponse`
35
+
- New anonymous field `SerialPortListResult` in struct `SerialPortsClientListBySubscriptionsResponse`
36
+
- New anonymous field `SerialPortListResult` in struct `SerialPortsClientListResponse`
37
+
- New anonymous field `SerialPort` in struct `SerialPortsClientCreateResponse`
38
+
- New anonymous field `SerialPortConnectResult` in struct `SerialPortsClientConnectResponse`
39
+
- New anonymous field `Operations` in struct `MicrosoftSerialConsoleClientListOperationsResponse`
Copy file name to clipboardExpand all lines: sdk/resourcemanager/serialconsole/armserialconsole/README.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ The `armserialconsole` module provides operations for working with Azure Serial
11
11
## Prerequisites
12
12
13
13
- an [Azure subscription](https://azure.microsoft.com/free/)
14
-
- Go 1.16 or above
14
+
- Go 1.18 or above
15
15
16
16
## Install the package
17
17
@@ -38,16 +38,18 @@ For more information on authentication, please see the documentation for `aziden
38
38
Azure Serial Console modules consist of one or more clients. A client groups a set of related APIs, providing access to its functionality within the specified subscription. Create one or more clients to access the APIs you require using your credential.
You can use `ClientOptions` in package `github.com/Azure/azure-sdk-for-go/sdk/azcore/arm` to set endpoint to connect with public and sovereign clouds as well as Azure Stack. For more information, please see the documentation for `azcore` at [pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/azcore](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/azcore).
Copy file name to clipboardExpand all lines: sdk/resourcemanager/serialconsole/armserialconsole/ze_generated_example_microsoftserialconsoleclient_client_test.go
0 commit comments