Skip to content

Commit 92fe78f

Browse files
Configurations: 'specification/containerservice/Fleet.Management/tspconfig.yaml', API Version: 2025-08-01-preview, SDK Release Type: beta, and CommitSHA: 'd0cd556bd91d2dda700e983c0d253fa025b324c0' in SpecRepo: 'https://github.com/Azure/azure-rest-api-specs' Pipeline run: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=5634442 Refer to https://eng.ms/docs/products/azure-developer-experience/develop/sdk-release/sdk-release-prerequisites to prepare for SDK release. (#25716)
Co-authored-by: Ryan Zhang <[email protected]>
1 parent 49785d1 commit 92fe78f

30 files changed

+3067
-148
lines changed

sdk/resourcemanager/containerservicefleet/armcontainerservicefleet/CHANGELOG.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,48 @@
11
# Release History
22

3+
## 3.0.0-beta.2 (2025-12-03)
4+
### Features Added
5+
6+
- New enum type `AdoptionPolicy` with values `AdoptionPolicyAlways`, `AdoptionPolicyIfIdentical`, `AdoptionPolicyNever`
7+
- New enum type `DeletePolicy` with values `DeletePolicyDelete`, `DeletePolicyKeep`
8+
- New enum type `FleetManagedNamespaceProvisioningState` with values `FleetManagedNamespaceProvisioningStateCanceled`, `FleetManagedNamespaceProvisioningStateCreating`, `FleetManagedNamespaceProvisioningStateDeleting`, `FleetManagedNamespaceProvisioningStateFailed`, `FleetManagedNamespaceProvisioningStateSucceeded`, `FleetManagedNamespaceProvisioningStateUpdating`
9+
- New enum type `LabelSelectorOperator` with values `LabelSelectorOperatorDoesNotExist`, `LabelSelectorOperatorExists`, `LabelSelectorOperatorIn`, `LabelSelectorOperatorNotIn`
10+
- New enum type `PlacementType` with values `PlacementTypePickAll`, `PlacementTypePickFixed`
11+
- New enum type `PolicyRule` with values `PolicyRuleAllowAll`, `PolicyRuleAllowSameNamespace`, `PolicyRuleDenyAll`
12+
- New enum type `PropagationType` with values `PropagationTypePlacement`
13+
- New enum type `PropertySelectorOperator` with values `PropertySelectorOperatorEq`, `PropertySelectorOperatorGe`, `PropertySelectorOperatorGt`, `PropertySelectorOperatorLe`, `PropertySelectorOperatorLt`, `PropertySelectorOperatorNe`
14+
- New enum type `TaintEffect` with values `TaintEffectNoSchedule`
15+
- New enum type `TolerationOperator` with values `TolerationOperatorEqual`, `TolerationOperatorExists`
16+
- New function `*ClientFactory.NewFleetManagedNamespacesClient() *FleetManagedNamespacesClient`
17+
- New function `NewFleetManagedNamespacesClient(subscriptionID string, credential azcore.TokenCredential, options *arm.ClientOptions) (*FleetManagedNamespacesClient, error)`
18+
- New function `*FleetManagedNamespacesClient.BeginCreateOrUpdate(ctx context.Context, resourceGroupName string, fleetName string, managedNamespaceName string, resource FleetManagedNamespace, options *FleetManagedNamespacesClientBeginCreateOrUpdateOptions) (*runtime.Poller[FleetManagedNamespacesClientCreateOrUpdateResponse], error)`
19+
- New function `*FleetManagedNamespacesClient.BeginDelete(ctx context.Context, resourceGroupName string, fleetName string, managedNamespaceName string, options *FleetManagedNamespacesClientBeginDeleteOptions) (*runtime.Poller[FleetManagedNamespacesClientDeleteResponse], error)`
20+
- New function `*FleetManagedNamespacesClient.Get(ctx context.Context, resourceGroupName string, fleetName string, managedNamespaceName string, options *FleetManagedNamespacesClientGetOptions) (FleetManagedNamespacesClientGetResponse, error)`
21+
- New function `*FleetManagedNamespacesClient.NewListByFleetPager(resourceGroupName string, fleetName string, options *FleetManagedNamespacesClientListByFleetOptions) *runtime.Pager[FleetManagedNamespacesClientListByFleetResponse]`
22+
- New function `*FleetManagedNamespacesClient.BeginUpdate(ctx context.Context, resourceGroupName string, fleetName string, managedNamespaceName string, properties FleetManagedNamespacePatch, options *FleetManagedNamespacesClientBeginUpdateOptions) (*runtime.Poller[FleetManagedNamespacesClientUpdateResponse], error)`
23+
- New struct `Affinity`
24+
- New struct `ClusterAffinity`
25+
- New struct `ClusterResourcePlacementSpec`
26+
- New struct `ClusterSelector`
27+
- New struct `ClusterSelectorTerm`
28+
- New struct `FleetManagedNamespace`
29+
- New struct `FleetManagedNamespaceListResult`
30+
- New struct `FleetManagedNamespacePatch`
31+
- New struct `FleetManagedNamespaceProperties`
32+
- New struct `FleetManagedNamespaceStatus`
33+
- New struct `LabelSelector`
34+
- New struct `LabelSelectorRequirement`
35+
- New struct `ManagedNamespaceProperties`
36+
- New struct `NetworkPolicy`
37+
- New struct `PlacementPolicy`
38+
- New struct `PlacementProfile`
39+
- New struct `PropagationPolicy`
40+
- New struct `PropertySelector`
41+
- New struct `PropertySelectorRequirement`
42+
- New struct `ResourceQuota`
43+
- New struct `Toleration`
44+
45+
346
## 3.0.0-beta.1 (2025-08-07)
447
### Breaking Changes
548

sdk/resourcemanager/containerservicefleet/armcontainerservicefleet/autoupgradeprofileoperations_client.go

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/resourcemanager/containerservicefleet/armcontainerservicefleet/autoupgradeprofileoperations_client_example_test.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/resourcemanager/containerservicefleet/armcontainerservicefleet/autoupgradeprofiles_client.go

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/resourcemanager/containerservicefleet/armcontainerservicefleet/autoupgradeprofiles_client_example_test.go

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/resourcemanager/containerservicefleet/armcontainerservicefleet/client_factory.go

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)