We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4d09b7 commit c8783e8Copy full SHA for c8783e8
CHANGES.md
@@ -3,6 +3,12 @@
3
This document describes the relevant changes between releases of the OCM API
4
SDK.
5
6
+## 0.1.446
7
+- Update model version v0.0.399
8
+ - Improve Clusters Azure API type documentation
9
+ - Add Azure Operators Authentication related types
10
+ - Add `AzureOperatorsAuthentication` type to `Azure` type
11
+
12
## 0.1.445
13
- Update model version v0.0.398
14
- Add updates for GCP Private Service Connect feature
version.go
@@ -18,4 +18,4 @@ limitations under the License.
18
19
package sdk
20
21
-const Version = "0.1.445"
+const Version = "0.1.446"
0 commit comments