Skip to content

Commit e5e84f9

Browse files
authored
[Automation] Generate Fluent Lite from kubernetesconfiguration#package-2021-09 (Azure#25888)
1 parent cc7e280 commit e5e84f9

File tree

67 files changed

+7074
-3059
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+7074
-3059
lines changed

sdk/kubernetesconfiguration/azure-resourcemanager-kubernetesconfiguration/CHANGELOG.md

Lines changed: 83 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,89 @@
11
# Release History
22

3-
## 1.0.0-beta.2 (Unreleased)
3+
## 1.0.0-beta.2 (2021-12-08)
44

5+
- Azure Resource Manager SourceControlConfiguration client library for Java. This package contains Microsoft Azure SDK for SourceControlConfiguration Management SDK. KubernetesConfiguration Client. Package tag package-2021-09. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
6+
7+
### Breaking Changes
8+
9+
* `models.HelmOperatorProperties` was removed
10+
11+
* `models.ProvisioningStateType` was removed
12+
13+
* `models.MessageLevelType` was removed
14+
15+
* `models.OperatorType` was removed
16+
17+
* `models.SourceControlConfigurationsClusterRp` was removed
18+
19+
* `models.SourceControlConfigurations` was removed
20+
21+
* `models.ComplianceStatus` was removed
22+
23+
* `models.SourceControlConfigurationList` was removed
24+
25+
* `models.OperatorScopeType` was removed
26+
27+
* `models.SourceControlConfigurationsClusterResourceName` was removed
28+
29+
* `models.ComplianceStateType` was removed
30+
31+
* `models.SourceControlConfiguration` was removed
32+
33+
#### `SourceControlConfigurationManager` was modified
34+
35+
* `sourceControlConfigurations()` was removed
36+
37+
### Features Added
38+
39+
* `models.ScopeCluster` was added
40+
41+
* `models.ExtensionsClusterRp` was added
42+
43+
* `models.ExtensionPropertiesAksAssignedIdentity` was added
44+
45+
* `models.Identity` was added
46+
47+
* `models.ProvisioningState` was added
48+
49+
* `models.OperationStatusResult` was added
50+
51+
* `models.ResourceIdentityType` was added
52+
53+
* `models.PatchExtension` was added
54+
55+
* `models.ScopeNamespace` was added
56+
57+
* `models.Scope` was added
58+
59+
* `models.Extension` was added
60+
61+
* `models.Extensions` was added
62+
63+
* `models.OperationStatusList` was added
64+
65+
* `models.ExtensionsList` was added
66+
67+
* `models.ExtensionStatus` was added
68+
69+
* `models.OperationStatus` was added
70+
71+
* `models.LevelType` was added
72+
73+
* `models.ExtensionsClusterResourceName` was added
74+
75+
#### `models.ResourceProviderOperation` was modified
76+
77+
* `origin()` was added
78+
79+
#### `SourceControlConfigurationManager` was modified
80+
81+
* `extensions()` was added
82+
* `operationStatus()` was added
83+
84+
#### `SourceControlConfigurationManager$Configurable` was modified
85+
86+
* `withScope(java.lang.String)` was added
587

688
## 1.0.0-beta.1 (2021-04-12)
789

sdk/kubernetesconfiguration/azure-resourcemanager-kubernetesconfiguration/README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Azure Resource Manager SourceControlConfiguration client library for Java.
44

5-
This package contains Microsoft Azure SDK for SourceControlConfiguration Management SDK. KubernetesConfiguration Client. Package tag package-2021-03. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
5+
This package contains Microsoft Azure SDK for SourceControlConfiguration Management SDK. KubernetesConfiguration Client. Package tag package-2021-09. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
66

77
## We'd love to hear your feedback
88

@@ -32,7 +32,7 @@ Various documentation is available to help you get started
3232
<dependency>
3333
<groupId>com.azure.resourcemanager</groupId>
3434
<artifactId>azure-resourcemanager-kubernetesconfiguration</artifactId>
35-
<version>1.0.0-beta.1</version>
35+
<version>1.0.0-beta.2</version>
3636
</dependency>
3737
```
3838
[//]: # ({x-version-update-end})
@@ -74,6 +74,9 @@ See [API design][design] for general introduction on design and key concepts on
7474

7575
## Examples
7676

77+
[Code snippets and samples](https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/kubernetesconfiguration/azure-resourcemanager-kubernetesconfiguration/SAMPLE.md)
78+
79+
7780
## Troubleshooting
7881

7982
## Next steps

0 commit comments

Comments
 (0)