Skip to content

Commit 174596a

Browse files
author
SDKAuto
committed
CodeGen from PR 34170 in Azure/azure-rest-api-specs
Merge 37b000c58d9691a2c05fbf4bbb11e48212ad8185 into 242611ce775b476e36e7acbee635b589011411a8
1 parent 7de8056 commit 174596a

File tree

58 files changed

+7863
-13335
lines changed

Some content is hidden

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

58 files changed

+7863
-13335
lines changed

sdk/resourcemanager/containerservice/armcontainerservice/CHANGELOG.md

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

3+
## 7.0.0-beta.2 (2025-04-23)
4+
### Breaking Changes
5+
6+
- Type of `ManagedClusterAgentPoolProfile.GpuProfile` has been changed from `*AgentPoolGPUProfile` to `*GPUProfile`
7+
- Type of `ManagedClusterAgentPoolProfileProperties.GpuProfile` has been changed from `*AgentPoolGPUProfile` to `*GPUProfile`
8+
- Struct `AgentPoolGPUProfile` has been removed
9+
- Struct `AutoScaleProfile` has been removed
10+
- Field `OSDiskSizeGB`, `OSDiskType`, `Sizes` of struct `ManualScaleProfile` has been removed
11+
12+
### Features Added
13+
14+
- Type of `ScaleProfile.Autoscale` has been changed from `[]*AutoScaleProfile` to `any`
15+
- New enum type `AdoptionPolicy` with values `AdoptionPolicyAlways`, `AdoptionPolicyIfIdentical`, `AdoptionPolicyNever`
16+
- New enum type `AdvancedNetworkPolicies` with values `AdvancedNetworkPoliciesFQDN`, `AdvancedNetworkPoliciesL7`, `AdvancedNetworkPoliciesNone`
17+
- New enum type `DeletePolicy` with values `DeletePolicyDelete`, `DeletePolicyKeep`
18+
- New enum type `GPUDriver` with values `GPUDriverInstall`, `GPUDriverNone`
19+
- New enum type `NamespaceProvisioningState` with values `NamespaceProvisioningStateCanceled`, `NamespaceProvisioningStateCreating`, `NamespaceProvisioningStateDeleting`, `NamespaceProvisioningStateFailed`, `NamespaceProvisioningStateSucceeded`, `NamespaceProvisioningStateUpdating`
20+
- New enum type `PolicyRule` with values `PolicyRuleAllowAll`, `PolicyRuleAllowSameNamespace`, `PolicyRuleDenyAll`
21+
- New enum type `TransitEncryption` with values `TransitEncryptionNone`, `TransitEncryptionWireGuard`
22+
- New function `*ClientFactory.NewNamespacesClient() *NamespacesClient`
23+
- New function `NewNamespacesClient(string, azcore.TokenCredential, *arm.ClientOptions) (*NamespacesClient, error)`
24+
- New function `*NamespacesClient.BeginCreateOrUpdate(context.Context, string, string, string, Namespace, *NamespacesClientBeginCreateOrUpdateOptions) (*runtime.Poller[NamespacesClientCreateOrUpdateResponse], error)`
25+
- New function `*NamespacesClient.BeginDelete(context.Context, string, string, string, *NamespacesClientBeginDeleteOptions) (*runtime.Poller[NamespacesClientDeleteResponse], error)`
26+
- New function `*NamespacesClient.Get(context.Context, string, string, string, *NamespacesClientGetOptions) (NamespacesClientGetResponse, error)`
27+
- New function `*NamespacesClient.NewListByManagedClusterPager(string, string, *NamespacesClientListByManagedClusterOptions) *runtime.Pager[NamespacesClientListByManagedClusterResponse]`
28+
- New function `*NamespacesClient.ListCredential(context.Context, string, string, string, *NamespacesClientListCredentialOptions) (NamespacesClientListCredentialResponse, error)`
29+
- New function `*NamespacesClient.Update(context.Context, string, string, string, TagsObject, *NamespacesClientUpdateOptions) (NamespacesClientUpdateResponse, error)`
30+
- New struct `GPUProfile`
31+
- New struct `Namespace`
32+
- New struct `NamespaceListResult`
33+
- New struct `NamespaceProperties`
34+
- New struct `NetworkPolicies`
35+
- New struct `ResourceQuota`
36+
- New field `AdvancedNetworkPolicies`, `TransitEncryption` in struct `AdvancedNetworkingSecurity`
37+
- New field `Size` in struct `ManualScaleProfile`
38+
39+
340
## 6.6.0 (2025-04-22)
441
### Features Added
542

sdk/resourcemanager/containerservice/armcontainerservice/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This project uses [Go modules](https://github.com/golang/go/wiki/Modules) for ve
1818
Install the Azure Container Service module:
1919

2020
```sh
21-
go get github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/containerservice/armcontainerservice/v6
21+
go get github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/containerservice/armcontainerservice/v7
2222
```
2323

2424
## Authorization

sdk/resourcemanager/containerservice/armcontainerservice/agentpools_client.go

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

0 commit comments

Comments
 (0)