[Release] sdk/resourcemanager/containerservice/armcontainerservice/6.1.0-beta.2 (#23390)
* [Release] sdk/resourcemanager/containerservice/armcontainerservice/6.1.0-beta.2 generation from spec commit: e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb * update recording --------- Co-authored-by: ReleaseHelper <ReleaseHelper> Co-authored-by: tadelesh <tadelesh.shi@live.cn>
This commit is contained in:
Родитель
80ed013338
Коммит
9c13418fcf
|
@ -1,5 +1,18 @@
|
|||
# Release History
|
||||
|
||||
## 6.1.0-beta.2 (2024-09-26)
|
||||
### Features Added
|
||||
|
||||
- New enum type `NginxIngressControllerType` with values `NginxIngressControllerTypeAnnotationControlled`, `NginxIngressControllerTypeExternal`, `NginxIngressControllerTypeInternal`, `NginxIngressControllerTypeNone`
|
||||
- New enum type `TLSManagement` with values `TLSManagementManaged`, `TLSManagementNone`
|
||||
- New struct `AdvancedNetworkingFQDNPolicy`
|
||||
- New struct `AdvancedNetworkingSecurity`
|
||||
- New struct `ManagedClusterIngressProfileNginx`
|
||||
- New field `Security` in struct `AdvancedNetworking`
|
||||
- New field `TLSManagement` in struct `AdvancedNetworkingObservability`
|
||||
- New field `Nginx` in struct `ManagedClusterIngressProfileWebAppRouting`
|
||||
|
||||
|
||||
## 6.1.0-beta.1 (2024-08-22)
|
||||
### Features Added
|
||||
|
||||
|
|
|
@ -49,7 +49,7 @@ func NewAgentPoolsClient(subscriptionID string, credential azcore.TokenCredentia
|
|||
// before cancellation can take place, an error is returned.
|
||||
// If the operation fails it returns an *azcore.ResponseError type.
|
||||
//
|
||||
// Generated from API version 2024-05-02-preview
|
||||
// Generated from API version 2024-06-02-preview
|
||||
// - resourceGroupName - The name of the resource group. The name is case insensitive.
|
||||
// - resourceName - The name of the managed cluster resource.
|
||||
// - agentPoolName - The name of the agent pool.
|
||||
|
@ -78,7 +78,7 @@ func (client *AgentPoolsClient) BeginAbortLatestOperation(ctx context.Context, r
|
|||
// before cancellation can take place, an error is returned.
|
||||
// If the operation fails it returns an *azcore.ResponseError type.
|
||||
//
|
||||
// Generated from API version 2024-05-02-preview
|
||||
// Generated from API version 2024-06-02-preview
|
||||
func (client *AgentPoolsClient) abortLatestOperation(ctx context.Context, resourceGroupName string, resourceName string, agentPoolName string, options *AgentPoolsClientBeginAbortLatestOperationOptions) (*http.Response, error) {
|
||||
var err error
|
||||
const operationName = "AgentPoolsClient.BeginAbortLatestOperation"
|
||||
|
@ -124,7 +124,7 @@ func (client *AgentPoolsClient) abortLatestOperationCreateRequest(ctx context.Co
|
|||
return nil, err
|
||||
}
|
||||
reqQP := req.Raw().URL.Query()
|
||||
reqQP.Set("api-version", "2024-05-02-preview")
|
||||
reqQP.Set("api-version", "2024-06-02-preview")
|
||||
req.Raw().URL.RawQuery = reqQP.Encode()
|
||||
req.Raw().Header["Accept"] = []string{"application/json"}
|
||||
return req, nil
|
||||
|
@ -133,7 +133,7 @@ func (client *AgentPoolsClient) abortLatestOperationCreateRequest(ctx context.Co
|
|||
// BeginCreateOrUpdate - Creates or updates an agent pool in the specified managed cluster.
|
||||
// If the operation fails it returns an *azcore.ResponseError type.
|
||||
//
|
||||
// Generated from API version 2024-05-02-preview
|
||||
// Generated from API version 2024-06-02-preview
|
||||
// - resourceGroupName - The name of the resource group. The name is case insensitive.
|
||||
// - resourceName - The name of the managed cluster resource.
|
||||
// - agentPoolName - The name of the agent pool.
|
||||
|
@ -160,7 +160,7 @@ func (client *AgentPoolsClient) BeginCreateOrUpdate(ctx context.Context, resourc
|
|||
// CreateOrUpdate - Creates or updates an agent pool in the specified managed cluster.
|
||||
// If the operation fails it returns an *azcore.ResponseError type.
|
||||
//
|
||||
// Generated from API version 2024-05-02-preview
|
||||
// Generated from API version 2024-06-02-preview
|
||||
func (client *AgentPoolsClient) createOrUpdate(ctx context.Context, resourceGroupName string, resourceName string, agentPoolName string, parameters AgentPool, options *AgentPoolsClientBeginCreateOrUpdateOptions) (*http.Response, error) {
|
||||
var err error
|
||||
const operationName = "AgentPoolsClient.BeginCreateOrUpdate"
|
||||
|
@ -206,7 +206,7 @@ func (client *AgentPoolsClient) createOrUpdateCreateRequest(ctx context.Context,
|
|||
return nil, err
|
||||
}
|
||||
reqQP := req.Raw().URL.Query()
|
||||
reqQP.Set("api-version", "2024-05-02-preview")
|
||||
reqQP.Set("api-version", "2024-06-02-preview")
|
||||
req.Raw().URL.RawQuery = reqQP.Encode()
|
||||
req.Raw().Header["Accept"] = []string{"application/json"}
|
||||
if options != nil && options.IfMatch != nil {
|
||||
|
@ -224,7 +224,7 @@ func (client *AgentPoolsClient) createOrUpdateCreateRequest(ctx context.Context,
|
|||
// BeginDelete - Deletes an agent pool in the specified managed cluster.
|
||||
// If the operation fails it returns an *azcore.ResponseError type.
|
||||
//
|
||||
// Generated from API version 2024-05-02-preview
|
||||
// Generated from API version 2024-06-02-preview
|
||||
// - resourceGroupName - The name of the resource group. The name is case insensitive.
|
||||
// - resourceName - The name of the managed cluster resource.
|
||||
// - agentPoolName - The name of the agent pool.
|
||||
|
@ -249,7 +249,7 @@ func (client *AgentPoolsClient) BeginDelete(ctx context.Context, resourceGroupNa
|
|||
// Delete - Deletes an agent pool in the specified managed cluster.
|
||||
// If the operation fails it returns an *azcore.ResponseError type.
|
||||
//
|
||||
// Generated from API version 2024-05-02-preview
|
||||
// Generated from API version 2024-06-02-preview
|
||||
func (client *AgentPoolsClient) deleteOperation(ctx context.Context, resourceGroupName string, resourceName string, agentPoolName string, options *AgentPoolsClientBeginDeleteOptions) (*http.Response, error) {
|
||||
var err error
|
||||
const operationName = "AgentPoolsClient.BeginDelete"
|
||||
|
@ -295,7 +295,7 @@ func (client *AgentPoolsClient) deleteCreateRequest(ctx context.Context, resourc
|
|||
return nil, err
|
||||
}
|
||||
reqQP := req.Raw().URL.Query()
|
||||
reqQP.Set("api-version", "2024-05-02-preview")
|
||||
reqQP.Set("api-version", "2024-06-02-preview")
|
||||
if options != nil && options.IgnorePodDisruptionBudget != nil {
|
||||
reqQP.Set("ignore-pod-disruption-budget", strconv.FormatBool(*options.IgnorePodDisruptionBudget))
|
||||
}
|
||||
|
@ -310,7 +310,7 @@ func (client *AgentPoolsClient) deleteCreateRequest(ctx context.Context, resourc
|
|||
// BeginDeleteMachines - Deletes specific machines in an agent pool.
|
||||
// If the operation fails it returns an *azcore.ResponseError type.
|
||||
//
|
||||
// Generated from API version 2024-05-02-preview
|
||||
// Generated from API version 2024-06-02-preview
|
||||
// - resourceGroupName - The name of the resource group. The name is case insensitive.
|
||||
// - resourceName - The name of the managed cluster resource.
|
||||
// - agentPoolName - The name of the agent pool.
|
||||
|
@ -337,7 +337,7 @@ func (client *AgentPoolsClient) BeginDeleteMachines(ctx context.Context, resourc
|
|||
// DeleteMachines - Deletes specific machines in an agent pool.
|
||||
// If the operation fails it returns an *azcore.ResponseError type.
|
||||
//
|
||||
// Generated from API version 2024-05-02-preview
|
||||
// Generated from API version 2024-06-02-preview
|
||||
func (client *AgentPoolsClient) deleteMachines(ctx context.Context, resourceGroupName string, resourceName string, agentPoolName string, machines AgentPoolDeleteMachinesParameter, options *AgentPoolsClientBeginDeleteMachinesOptions) (*http.Response, error) {
|
||||
var err error
|
||||
const operationName = "AgentPoolsClient.BeginDeleteMachines"
|
||||
|
@ -383,7 +383,7 @@ func (client *AgentPoolsClient) deleteMachinesCreateRequest(ctx context.Context,
|
|||
return nil, err
|
||||
}
|
||||
reqQP := req.Raw().URL.Query()
|
||||
reqQP.Set("api-version", "2024-05-02-preview")
|
||||
reqQP.Set("api-version", "2024-06-02-preview")
|
||||
req.Raw().URL.RawQuery = reqQP.Encode()
|
||||
req.Raw().Header["Accept"] = []string{"application/json"}
|
||||
if err := runtime.MarshalAsJSON(req, machines); err != nil {
|
||||
|
@ -395,7 +395,7 @@ func (client *AgentPoolsClient) deleteMachinesCreateRequest(ctx context.Context,
|
|||
// Get - Gets the specified managed cluster agent pool.
|
||||
// If the operation fails it returns an *azcore.ResponseError type.
|
||||
//
|
||||
// Generated from API version 2024-05-02-preview
|
||||
// Generated from API version 2024-06-02-preview
|
||||
// - resourceGroupName - The name of the resource group. The name is case insensitive.
|
||||
// - resourceName - The name of the managed cluster resource.
|
||||
// - agentPoolName - The name of the agent pool.
|
||||
|
@ -446,7 +446,7 @@ func (client *AgentPoolsClient) getCreateRequest(ctx context.Context, resourceGr
|
|||
return nil, err
|
||||
}
|
||||
reqQP := req.Raw().URL.Query()
|
||||
reqQP.Set("api-version", "2024-05-02-preview")
|
||||
reqQP.Set("api-version", "2024-06-02-preview")
|
||||
req.Raw().URL.RawQuery = reqQP.Encode()
|
||||
req.Raw().Header["Accept"] = []string{"application/json"}
|
||||
return req, nil
|
||||
|
@ -465,7 +465,7 @@ func (client *AgentPoolsClient) getHandleResponse(resp *http.Response) (AgentPoo
|
|||
// for more details about the version lifecycle.
|
||||
// If the operation fails it returns an *azcore.ResponseError type.
|
||||
//
|
||||
// Generated from API version 2024-05-02-preview
|
||||
// Generated from API version 2024-06-02-preview
|
||||
// - resourceGroupName - The name of the resource group. The name is case insensitive.
|
||||
// - resourceName - The name of the managed cluster resource.
|
||||
// - options - AgentPoolsClientGetAvailableAgentPoolVersionsOptions contains the optional parameters for the AgentPoolsClient.GetAvailableAgentPoolVersions
|
||||
|
@ -512,7 +512,7 @@ func (client *AgentPoolsClient) getAvailableAgentPoolVersionsCreateRequest(ctx c
|
|||
return nil, err
|
||||
}
|
||||
reqQP := req.Raw().URL.Query()
|
||||
reqQP.Set("api-version", "2024-05-02-preview")
|
||||
reqQP.Set("api-version", "2024-06-02-preview")
|
||||
req.Raw().URL.RawQuery = reqQP.Encode()
|
||||
req.Raw().Header["Accept"] = []string{"application/json"}
|
||||
return req, nil
|
||||
|
@ -530,7 +530,7 @@ func (client *AgentPoolsClient) getAvailableAgentPoolVersionsHandleResponse(resp
|
|||
// GetUpgradeProfile - Gets the upgrade profile for an agent pool.
|
||||
// If the operation fails it returns an *azcore.ResponseError type.
|
||||
//
|
||||
// Generated from API version 2024-05-02-preview
|
||||
// Generated from API version 2024-06-02-preview
|
||||
// - resourceGroupName - The name of the resource group. The name is case insensitive.
|
||||
// - resourceName - The name of the managed cluster resource.
|
||||
// - agentPoolName - The name of the agent pool.
|
||||
|
@ -582,7 +582,7 @@ func (client *AgentPoolsClient) getUpgradeProfileCreateRequest(ctx context.Conte
|
|||
return nil, err
|
||||
}
|
||||
reqQP := req.Raw().URL.Query()
|
||||
reqQP.Set("api-version", "2024-05-02-preview")
|
||||
reqQP.Set("api-version", "2024-06-02-preview")
|
||||
req.Raw().URL.RawQuery = reqQP.Encode()
|
||||
req.Raw().Header["Accept"] = []string{"application/json"}
|
||||
return req, nil
|
||||
|
@ -599,7 +599,7 @@ func (client *AgentPoolsClient) getUpgradeProfileHandleResponse(resp *http.Respo
|
|||
|
||||
// NewListPager - Gets a list of agent pools in the specified managed cluster.
|
||||
//
|
||||
// Generated from API version 2024-05-02-preview
|
||||
// Generated from API version 2024-06-02-preview
|
||||
// - resourceGroupName - The name of the resource group. The name is case insensitive.
|
||||
// - resourceName - The name of the managed cluster resource.
|
||||
// - options - AgentPoolsClientListOptions contains the optional parameters for the AgentPoolsClient.NewListPager method.
|
||||
|
@ -646,7 +646,7 @@ func (client *AgentPoolsClient) listCreateRequest(ctx context.Context, resourceG
|
|||
return nil, err
|
||||
}
|
||||
reqQP := req.Raw().URL.Query()
|
||||
reqQP.Set("api-version", "2024-05-02-preview")
|
||||
reqQP.Set("api-version", "2024-06-02-preview")
|
||||
req.Raw().URL.RawQuery = reqQP.Encode()
|
||||
req.Raw().Header["Accept"] = []string{"application/json"}
|
||||
return req, nil
|
||||
|
@ -666,7 +666,7 @@ func (client *AgentPoolsClient) listHandleResponse(resp *http.Response) (AgentPo
|
|||
// versions, see: https://docs.microsoft.com/azure/aks/node-image-upgrade
|
||||
// If the operation fails it returns an *azcore.ResponseError type.
|
||||
//
|
||||
// Generated from API version 2024-05-02-preview
|
||||
// Generated from API version 2024-06-02-preview
|
||||
// - resourceGroupName - The name of the resource group. The name is case insensitive.
|
||||
// - resourceName - The name of the managed cluster resource.
|
||||
// - agentPoolName - The name of the agent pool.
|
||||
|
@ -695,7 +695,7 @@ func (client *AgentPoolsClient) BeginUpgradeNodeImageVersion(ctx context.Context
|
|||
// versions, see: https://docs.microsoft.com/azure/aks/node-image-upgrade
|
||||
// If the operation fails it returns an *azcore.ResponseError type.
|
||||
//
|
||||
// Generated from API version 2024-05-02-preview
|
||||
// Generated from API version 2024-06-02-preview
|
||||
func (client *AgentPoolsClient) upgradeNodeImageVersion(ctx context.Context, resourceGroupName string, resourceName string, agentPoolName string, options *AgentPoolsClientBeginUpgradeNodeImageVersionOptions) (*http.Response, error) {
|
||||
var err error
|
||||
const operationName = "AgentPoolsClient.BeginUpgradeNodeImageVersion"
|
||||
|
@ -741,7 +741,7 @@ func (client *AgentPoolsClient) upgradeNodeImageVersionCreateRequest(ctx context
|
|||
return nil, err
|
||||
}
|
||||
reqQP := req.Raw().URL.Query()
|
||||
reqQP.Set("api-version", "2024-05-02-preview")
|
||||
reqQP.Set("api-version", "2024-06-02-preview")
|
||||
req.Raw().URL.RawQuery = reqQP.Encode()
|
||||
req.Raw().Header["Accept"] = []string{"application/json"}
|
||||
return req, nil
|
||||
|
|
|
@ -18,7 +18,7 @@ import (
|
|||
"github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/containerservice/armcontainerservice/v6"
|
||||
)
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/AgentPoolsAbortOperation.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/AgentPoolsAbortOperation.json
|
||||
func ExampleAgentPoolsClient_BeginAbortLatestOperation() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -39,7 +39,7 @@ func ExampleAgentPoolsClient_BeginAbortLatestOperation() {
|
|||
}
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/AgentPoolsList.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/AgentPoolsList.json
|
||||
func ExampleAgentPoolsClient_NewListPager() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -82,7 +82,7 @@ func ExampleAgentPoolsClient_NewListPager() {
|
|||
}
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/AgentPoolsGet.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/AgentPoolsGet.json
|
||||
func ExampleAgentPoolsClient_Get() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -120,7 +120,7 @@ func ExampleAgentPoolsClient_Get() {
|
|||
// }
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/AgentPoolsAssociate_CRG.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/AgentPoolsAssociate_CRG.json
|
||||
func ExampleAgentPoolsClient_BeginCreateOrUpdate_associateAgentPoolWithCapacityReservationGroup() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -169,7 +169,7 @@ func ExampleAgentPoolsClient_BeginCreateOrUpdate_associateAgentPoolWithCapacityR
|
|||
// }
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/AgentPoolsCreate_Snapshot.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/AgentPoolsCreate_Snapshot.json
|
||||
func ExampleAgentPoolsClient_BeginCreateOrUpdate_createAgentPoolUsingAnAgentPoolSnapshot() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -224,7 +224,7 @@ func ExampleAgentPoolsClient_BeginCreateOrUpdate_createAgentPoolUsingAnAgentPool
|
|||
// }
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/AgentPoolsCreate_EnableCustomCATrust.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/AgentPoolsCreate_EnableCustomCATrust.json
|
||||
func ExampleAgentPoolsClient_BeginCreateOrUpdate_createAgentPoolWithCustomCaTrustEnabled() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -273,7 +273,7 @@ func ExampleAgentPoolsClient_BeginCreateOrUpdate_createAgentPoolWithCustomCaTrus
|
|||
// }
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/AgentPoolsCreate_DedicatedHostGroup.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/AgentPoolsCreate_DedicatedHostGroup.json
|
||||
func ExampleAgentPoolsClient_BeginCreateOrUpdate_createAgentPoolWithDedicatedHostGroup() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -322,7 +322,7 @@ func ExampleAgentPoolsClient_BeginCreateOrUpdate_createAgentPoolWithDedicatedHos
|
|||
// }
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/AgentPoolsCreate_EnableEncryptionAtHost.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/AgentPoolsCreate_EnableEncryptionAtHost.json
|
||||
func ExampleAgentPoolsClient_BeginCreateOrUpdate_createAgentPoolWithEncryptionAtHostEnabled() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -371,7 +371,7 @@ func ExampleAgentPoolsClient_BeginCreateOrUpdate_createAgentPoolWithEncryptionAt
|
|||
// }
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/AgentPoolsCreate_Ephemeral.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/AgentPoolsCreate_Ephemeral.json
|
||||
func ExampleAgentPoolsClient_BeginCreateOrUpdate_createAgentPoolWithEphemeralOsDisk() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -422,7 +422,7 @@ func ExampleAgentPoolsClient_BeginCreateOrUpdate_createAgentPoolWithEphemeralOsD
|
|||
// }
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/AgentPoolsCreate_EnableFIPS.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/AgentPoolsCreate_EnableFIPS.json
|
||||
func ExampleAgentPoolsClient_BeginCreateOrUpdate_createAgentPoolWithFipsEnabledOs() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -471,7 +471,7 @@ func ExampleAgentPoolsClient_BeginCreateOrUpdate_createAgentPoolWithFipsEnabledO
|
|||
// }
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/AgentPoolsCreate_GPUMIG.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/AgentPoolsCreate_GPUMIG.json
|
||||
func ExampleAgentPoolsClient_BeginCreateOrUpdate_createAgentPoolWithGpumig() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -566,7 +566,7 @@ func ExampleAgentPoolsClient_BeginCreateOrUpdate_createAgentPoolWithGpumig() {
|
|||
// }
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/AgentPoolsCreate_WasmWasi.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/AgentPoolsCreate_WasmWasi.json
|
||||
func ExampleAgentPoolsClient_BeginCreateOrUpdate_createAgentPoolWithKrustletAndTheWasiRuntime() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -619,7 +619,7 @@ func ExampleAgentPoolsClient_BeginCreateOrUpdate_createAgentPoolWithKrustletAndT
|
|||
// }
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/AgentPoolsCreate_CustomNodeConfig.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/AgentPoolsCreate_CustomNodeConfig.json
|
||||
func ExampleAgentPoolsClient_BeginCreateOrUpdate_createAgentPoolWithKubeletConfigAndLinuxOsConfig() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -712,7 +712,7 @@ func ExampleAgentPoolsClient_BeginCreateOrUpdate_createAgentPoolWithKubeletConfi
|
|||
// }
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/AgentPoolsCreate_MessageOfTheDay.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/AgentPoolsCreate_MessageOfTheDay.json
|
||||
func ExampleAgentPoolsClient_BeginCreateOrUpdate_createAgentPoolWithMessageOfTheDay() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -765,7 +765,7 @@ func ExampleAgentPoolsClient_BeginCreateOrUpdate_createAgentPoolWithMessageOfThe
|
|||
// }
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/AgentPoolsCreate_OSSKU.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/AgentPoolsCreate_OSSKU.json
|
||||
func ExampleAgentPoolsClient_BeginCreateOrUpdate_createAgentPoolWithOssku() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -860,7 +860,7 @@ func ExampleAgentPoolsClient_BeginCreateOrUpdate_createAgentPoolWithOssku() {
|
|||
// }
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/AgentPoolsCreate_PPG.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/AgentPoolsCreate_PPG.json
|
||||
func ExampleAgentPoolsClient_BeginCreateOrUpdate_createAgentPoolWithPpg() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -909,7 +909,7 @@ func ExampleAgentPoolsClient_BeginCreateOrUpdate_createAgentPoolWithPpg() {
|
|||
// }
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/AgentPoolsCreate_EnableUltraSSD.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/AgentPoolsCreate_EnableUltraSSD.json
|
||||
func ExampleAgentPoolsClient_BeginCreateOrUpdate_createAgentPoolWithUltraSsdEnabled() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -958,7 +958,7 @@ func ExampleAgentPoolsClient_BeginCreateOrUpdate_createAgentPoolWithUltraSsdEnab
|
|||
// }
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/AgentPoolsCreate_TypeVirtualMachines.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/AgentPoolsCreate_TypeVirtualMachines.json
|
||||
func ExampleAgentPoolsClient_BeginCreateOrUpdate_createAgentPoolWithVirtualMachinesPoolType() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -1051,7 +1051,7 @@ func ExampleAgentPoolsClient_BeginCreateOrUpdate_createAgentPoolWithVirtualMachi
|
|||
// }
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/AgentPoolsCreate_TypeVirtualMachines_Autoscale.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/AgentPoolsCreate_TypeVirtualMachines_Autoscale.json
|
||||
func ExampleAgentPoolsClient_BeginCreateOrUpdate_createAgentPoolWithVirtualMachinesPoolTypeWithAutoscalingEnabled() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -1146,7 +1146,7 @@ func ExampleAgentPoolsClient_BeginCreateOrUpdate_createAgentPoolWithVirtualMachi
|
|||
// }
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/AgentPoolsCreate_WindowsOSSKU.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/AgentPoolsCreate_WindowsOSSKU.json
|
||||
func ExampleAgentPoolsClient_BeginCreateOrUpdate_createAgentPoolWithWindowsOssku() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -1195,7 +1195,7 @@ func ExampleAgentPoolsClient_BeginCreateOrUpdate_createAgentPoolWithWindowsOssku
|
|||
// }
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/AgentPoolsCreate_Spot.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/AgentPoolsCreate_Spot.json
|
||||
func ExampleAgentPoolsClient_BeginCreateOrUpdate_createSpotAgentPool() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -1263,7 +1263,7 @@ func ExampleAgentPoolsClient_BeginCreateOrUpdate_createSpotAgentPool() {
|
|||
// }
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/AgentPoolsCreate_WindowsDisableOutboundNAT.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/AgentPoolsCreate_WindowsDisableOutboundNAT.json
|
||||
func ExampleAgentPoolsClient_BeginCreateOrUpdate_createWindowsAgentPoolWithDisablingOutboundNat() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -1318,7 +1318,7 @@ func ExampleAgentPoolsClient_BeginCreateOrUpdate_createWindowsAgentPoolWithDisab
|
|||
// }
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/AgentPoolsCreate_Update.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/AgentPoolsCreate_Update.json
|
||||
func ExampleAgentPoolsClient_BeginCreateOrUpdate_createUpdateAgentPool() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -1387,7 +1387,7 @@ func ExampleAgentPoolsClient_BeginCreateOrUpdate_createUpdateAgentPool() {
|
|||
// }
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/AgentPools_Start.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/AgentPools_Start.json
|
||||
func ExampleAgentPoolsClient_BeginCreateOrUpdate_startAgentPool() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -1434,7 +1434,7 @@ func ExampleAgentPoolsClient_BeginCreateOrUpdate_startAgentPool() {
|
|||
// }
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/AgentPools_Stop.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/AgentPools_Stop.json
|
||||
func ExampleAgentPoolsClient_BeginCreateOrUpdate_stopAgentPool() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -1479,7 +1479,7 @@ func ExampleAgentPoolsClient_BeginCreateOrUpdate_stopAgentPool() {
|
|||
// }
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/AgentPools_Update.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/AgentPools_Update.json
|
||||
func ExampleAgentPoolsClient_BeginCreateOrUpdate_updateAgentPool() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -1540,7 +1540,7 @@ func ExampleAgentPoolsClient_BeginCreateOrUpdate_updateAgentPool() {
|
|||
// }
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/AgentPoolsDelete.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/AgentPoolsDelete.json
|
||||
func ExampleAgentPoolsClient_BeginDelete_deleteAgentPool() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -1563,7 +1563,7 @@ func ExampleAgentPoolsClient_BeginDelete_deleteAgentPool() {
|
|||
}
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/AgentPoolsDelete_IgnorePodDisruptionBudget.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/AgentPoolsDelete_IgnorePodDisruptionBudget.json
|
||||
func ExampleAgentPoolsClient_BeginDelete_deleteAgentPoolByIgnoringPodDisruptionBudget() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -1586,7 +1586,7 @@ func ExampleAgentPoolsClient_BeginDelete_deleteAgentPoolByIgnoringPodDisruptionB
|
|||
}
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/AgentPoolsGetUpgradeProfile.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/AgentPoolsGetUpgradeProfile.json
|
||||
func ExampleAgentPoolsClient_GetUpgradeProfile() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -1620,7 +1620,7 @@ func ExampleAgentPoolsClient_GetUpgradeProfile() {
|
|||
// }
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/AgentPoolsDeleteMachines.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/AgentPoolsDeleteMachines.json
|
||||
func ExampleAgentPoolsClient_BeginDeleteMachines() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -1645,7 +1645,7 @@ func ExampleAgentPoolsClient_BeginDeleteMachines() {
|
|||
}
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/AgentPoolsGetAgentPoolAvailableVersions.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/AgentPoolsGetAgentPoolAvailableVersions.json
|
||||
func ExampleAgentPoolsClient_GetAvailableAgentPoolVersions() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -1684,7 +1684,7 @@ func ExampleAgentPoolsClient_GetAvailableAgentPoolVersions() {
|
|||
// }
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/AgentPoolsUpgradeNodeImageVersion.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/AgentPoolsUpgradeNodeImageVersion.json
|
||||
func ExampleAgentPoolsClient_BeginUpgradeNodeImageVersion() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
"AssetsRepo": "Azure/azure-sdk-assets",
|
||||
"AssetsRepoPrefixPath": "go",
|
||||
"TagPrefix": "go/resourcemanager/containerservice/armcontainerservice",
|
||||
"Tag": "go/resourcemanager/containerservice/armcontainerservice_3ca2c6e947"
|
||||
"Tag": "go/resourcemanager/containerservice/armcontainerservice_daa7ce6283"
|
||||
}
|
||||
|
|
|
@ -5,9 +5,9 @@
|
|||
``` yaml
|
||||
azure-arm: true
|
||||
require:
|
||||
- https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/readme.md
|
||||
- https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/readme.go.md
|
||||
- https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/readme.md
|
||||
- https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/readme.go.md
|
||||
license-header: MICROSOFT_MIT_NO_VERSION
|
||||
module-version: 6.1.0-beta.1
|
||||
tag: package-preview-2024-05
|
||||
module-version: 6.1.0-beta.2
|
||||
tag: package-preview-2024-06
|
||||
```
|
||||
|
|
|
@ -10,7 +10,7 @@ package armcontainerservice
|
|||
|
||||
const (
|
||||
moduleName = "github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/containerservice/armcontainerservice"
|
||||
moduleVersion = "v6.1.0-beta.1"
|
||||
moduleVersion = "v6.1.0-beta.2"
|
||||
)
|
||||
|
||||
// AddonAutoscaling - Whether VPA add-on is enabled and configured to scale AKS-managed add-ons.
|
||||
|
@ -673,6 +673,34 @@ func PossibleNetworkPolicyValues() []NetworkPolicy {
|
|||
}
|
||||
}
|
||||
|
||||
// NginxIngressControllerType - Ingress type for the default NginxIngressController custom resource
|
||||
type NginxIngressControllerType string
|
||||
|
||||
const (
|
||||
// NginxIngressControllerTypeAnnotationControlled - The default NginxIngressController will be created. Users can edit the
|
||||
// default NginxIngressController Custom Resource to configure load balancer annotations.
|
||||
NginxIngressControllerTypeAnnotationControlled NginxIngressControllerType = "AnnotationControlled"
|
||||
// NginxIngressControllerTypeExternal - The default NginxIngressController will be created and the operator will provision
|
||||
// an external loadbalancer with it. Any annotation to make the default loadbalancer internal will be overwritten.
|
||||
NginxIngressControllerTypeExternal NginxIngressControllerType = "External"
|
||||
// NginxIngressControllerTypeInternal - The default NginxIngressController will be created and the operator will provision
|
||||
// an internal loadbalancer with it. Any annotation to make the default loadbalancer external will be overwritten.
|
||||
NginxIngressControllerTypeInternal NginxIngressControllerType = "Internal"
|
||||
// NginxIngressControllerTypeNone - The default Ingress Controller will not be created. It will not be deleted by the system
|
||||
// if it exists. Users should delete the default NginxIngressController Custom Resource manually if desired.
|
||||
NginxIngressControllerTypeNone NginxIngressControllerType = "None"
|
||||
)
|
||||
|
||||
// PossibleNginxIngressControllerTypeValues returns the possible values for the NginxIngressControllerType const type.
|
||||
func PossibleNginxIngressControllerTypeValues() []NginxIngressControllerType {
|
||||
return []NginxIngressControllerType{
|
||||
NginxIngressControllerTypeAnnotationControlled,
|
||||
NginxIngressControllerTypeExternal,
|
||||
NginxIngressControllerTypeInternal,
|
||||
NginxIngressControllerTypeNone,
|
||||
}
|
||||
}
|
||||
|
||||
// NodeOSUpgradeChannel - The default is Unmanaged, but may change to either NodeImage or SecurityPatch at GA.
|
||||
type NodeOSUpgradeChannel string
|
||||
|
||||
|
@ -1126,6 +1154,28 @@ func PossibleSnapshotTypeValues() []SnapshotType {
|
|||
}
|
||||
}
|
||||
|
||||
// TLSManagement - Management of TLS certificates for querying network flow logs via the flow log endpoint for Advanced Networking
|
||||
// observability clusters. If not specified, the default is Managed. For more information
|
||||
// see aka.ms/acnstls.
|
||||
type TLSManagement string
|
||||
|
||||
const (
|
||||
// TLSManagementManaged - Enable TLS and cert rotation is managed by Azure.
|
||||
TLSManagementManaged TLSManagement = "Managed"
|
||||
// TLSManagementNone - Disable TLS management of certificates. This leaves the flow log endpoint unencrypted. It is strongly
|
||||
// recommended when using this option that you configure your own encryption on top, for example by putting the flow logs
|
||||
// endpoint behind an ingress controller.
|
||||
TLSManagementNone TLSManagement = "None"
|
||||
)
|
||||
|
||||
// PossibleTLSManagementValues returns the possible values for the TLSManagement const type.
|
||||
func PossibleTLSManagementValues() []TLSManagement {
|
||||
return []TLSManagement{
|
||||
TLSManagementManaged,
|
||||
TLSManagementNone,
|
||||
}
|
||||
}
|
||||
|
||||
// TrustedAccessRoleBindingProvisioningState - The current provisioning state of trusted access role binding.
|
||||
type TrustedAccessRoleBindingProvisioningState string
|
||||
|
||||
|
|
|
@ -46,7 +46,7 @@ func NewLoadBalancersClient(subscriptionID string, credential azcore.TokenCreden
|
|||
// CreateOrUpdate - Creates or updates a load balancer in the specified managed cluster.
|
||||
// If the operation fails it returns an *azcore.ResponseError type.
|
||||
//
|
||||
// Generated from API version 2024-05-02-preview
|
||||
// Generated from API version 2024-06-02-preview
|
||||
// - resourceGroupName - The name of the resource group. The name is case insensitive.
|
||||
// - resourceName - The name of the managed cluster resource.
|
||||
// - loadBalancerName - The name of the load balancer.
|
||||
|
@ -99,7 +99,7 @@ func (client *LoadBalancersClient) createOrUpdateCreateRequest(ctx context.Conte
|
|||
return nil, err
|
||||
}
|
||||
reqQP := req.Raw().URL.Query()
|
||||
reqQP.Set("api-version", "2024-05-02-preview")
|
||||
reqQP.Set("api-version", "2024-06-02-preview")
|
||||
req.Raw().URL.RawQuery = reqQP.Encode()
|
||||
req.Raw().Header["Accept"] = []string{"application/json"}
|
||||
if err := runtime.MarshalAsJSON(req, parameters); err != nil {
|
||||
|
@ -120,7 +120,7 @@ func (client *LoadBalancersClient) createOrUpdateHandleResponse(resp *http.Respo
|
|||
// BeginDelete - Deletes a load balancer in the specified managed cluster.
|
||||
// If the operation fails it returns an *azcore.ResponseError type.
|
||||
//
|
||||
// Generated from API version 2024-05-02-preview
|
||||
// Generated from API version 2024-06-02-preview
|
||||
// - resourceGroupName - The name of the resource group. The name is case insensitive.
|
||||
// - resourceName - The name of the managed cluster resource.
|
||||
// - loadBalancerName - The name of the load balancer.
|
||||
|
@ -146,7 +146,7 @@ func (client *LoadBalancersClient) BeginDelete(ctx context.Context, resourceGrou
|
|||
// Delete - Deletes a load balancer in the specified managed cluster.
|
||||
// If the operation fails it returns an *azcore.ResponseError type.
|
||||
//
|
||||
// Generated from API version 2024-05-02-preview
|
||||
// Generated from API version 2024-06-02-preview
|
||||
func (client *LoadBalancersClient) deleteOperation(ctx context.Context, resourceGroupName string, resourceName string, loadBalancerName string, options *LoadBalancersClientBeginDeleteOptions) (*http.Response, error) {
|
||||
var err error
|
||||
const operationName = "LoadBalancersClient.BeginDelete"
|
||||
|
@ -192,7 +192,7 @@ func (client *LoadBalancersClient) deleteCreateRequest(ctx context.Context, reso
|
|||
return nil, err
|
||||
}
|
||||
reqQP := req.Raw().URL.Query()
|
||||
reqQP.Set("api-version", "2024-05-02-preview")
|
||||
reqQP.Set("api-version", "2024-06-02-preview")
|
||||
req.Raw().URL.RawQuery = reqQP.Encode()
|
||||
req.Raw().Header["Accept"] = []string{"application/json"}
|
||||
return req, nil
|
||||
|
@ -201,7 +201,7 @@ func (client *LoadBalancersClient) deleteCreateRequest(ctx context.Context, reso
|
|||
// Get - Gets the specified load balancer.
|
||||
// If the operation fails it returns an *azcore.ResponseError type.
|
||||
//
|
||||
// Generated from API version 2024-05-02-preview
|
||||
// Generated from API version 2024-06-02-preview
|
||||
// - resourceGroupName - The name of the resource group. The name is case insensitive.
|
||||
// - resourceName - The name of the managed cluster resource.
|
||||
// - loadBalancerName - The name of the load balancer.
|
||||
|
@ -252,7 +252,7 @@ func (client *LoadBalancersClient) getCreateRequest(ctx context.Context, resourc
|
|||
return nil, err
|
||||
}
|
||||
reqQP := req.Raw().URL.Query()
|
||||
reqQP.Set("api-version", "2024-05-02-preview")
|
||||
reqQP.Set("api-version", "2024-06-02-preview")
|
||||
req.Raw().URL.RawQuery = reqQP.Encode()
|
||||
req.Raw().Header["Accept"] = []string{"application/json"}
|
||||
return req, nil
|
||||
|
@ -269,7 +269,7 @@ func (client *LoadBalancersClient) getHandleResponse(resp *http.Response) (LoadB
|
|||
|
||||
// NewListByManagedClusterPager - Gets a list of load balancers in the specified managed cluster.
|
||||
//
|
||||
// Generated from API version 2024-05-02-preview
|
||||
// Generated from API version 2024-06-02-preview
|
||||
// - resourceGroupName - The name of the resource group. The name is case insensitive.
|
||||
// - resourceName - The name of the managed cluster resource.
|
||||
// - options - LoadBalancersClientListByManagedClusterOptions contains the optional parameters for the LoadBalancersClient.NewListByManagedClusterPager
|
||||
|
@ -317,7 +317,7 @@ func (client *LoadBalancersClient) listByManagedClusterCreateRequest(ctx context
|
|||
return nil, err
|
||||
}
|
||||
reqQP := req.Raw().URL.Query()
|
||||
reqQP.Set("api-version", "2024-05-02-preview")
|
||||
reqQP.Set("api-version", "2024-06-02-preview")
|
||||
req.Raw().URL.RawQuery = reqQP.Encode()
|
||||
req.Raw().Header["Accept"] = []string{"application/json"}
|
||||
return req, nil
|
||||
|
|
|
@ -18,7 +18,7 @@ import (
|
|||
"github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/containerservice/armcontainerservice/v6"
|
||||
)
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/LoadBalancers_List.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/LoadBalancers_List.json
|
||||
func ExampleLoadBalancersClient_NewListByManagedClusterPager() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -56,7 +56,7 @@ func ExampleLoadBalancersClient_NewListByManagedClusterPager() {
|
|||
}
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/LoadBalancers_Get.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/LoadBalancers_Get.json
|
||||
func ExampleLoadBalancersClient_Get() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -86,7 +86,7 @@ func ExampleLoadBalancersClient_Get() {
|
|||
// }
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/LoadBalancers_Create_Or_Update.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/LoadBalancers_Create_Or_Update.json
|
||||
func ExampleLoadBalancersClient_CreateOrUpdate() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -122,7 +122,7 @@ func ExampleLoadBalancersClient_CreateOrUpdate() {
|
|||
// }
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/LoadBalancers_Delete.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/LoadBalancers_Delete.json
|
||||
func ExampleLoadBalancersClient_BeginDelete() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
|
|
@ -46,7 +46,7 @@ func NewMachinesClient(subscriptionID string, credential azcore.TokenCredential,
|
|||
// Get - Get a specific machine in the specified agent pool.
|
||||
// If the operation fails it returns an *azcore.ResponseError type.
|
||||
//
|
||||
// Generated from API version 2024-05-02-preview
|
||||
// Generated from API version 2024-06-02-preview
|
||||
// - resourceGroupName - The name of the resource group. The name is case insensitive.
|
||||
// - resourceName - The name of the managed cluster resource.
|
||||
// - agentPoolName - The name of the agent pool.
|
||||
|
@ -102,7 +102,7 @@ func (client *MachinesClient) getCreateRequest(ctx context.Context, resourceGrou
|
|||
return nil, err
|
||||
}
|
||||
reqQP := req.Raw().URL.Query()
|
||||
reqQP.Set("api-version", "2024-05-02-preview")
|
||||
reqQP.Set("api-version", "2024-06-02-preview")
|
||||
req.Raw().URL.RawQuery = reqQP.Encode()
|
||||
req.Raw().Header["Accept"] = []string{"application/json"}
|
||||
return req, nil
|
||||
|
@ -119,7 +119,7 @@ func (client *MachinesClient) getHandleResponse(resp *http.Response) (MachinesCl
|
|||
|
||||
// NewListPager - Gets a list of machines in the specified agent pool.
|
||||
//
|
||||
// Generated from API version 2024-05-02-preview
|
||||
// Generated from API version 2024-06-02-preview
|
||||
// - resourceGroupName - The name of the resource group. The name is case insensitive.
|
||||
// - resourceName - The name of the managed cluster resource.
|
||||
// - agentPoolName - The name of the agent pool.
|
||||
|
@ -171,7 +171,7 @@ func (client *MachinesClient) listCreateRequest(ctx context.Context, resourceGro
|
|||
return nil, err
|
||||
}
|
||||
reqQP := req.Raw().URL.Query()
|
||||
reqQP.Set("api-version", "2024-05-02-preview")
|
||||
reqQP.Set("api-version", "2024-06-02-preview")
|
||||
req.Raw().URL.RawQuery = reqQP.Encode()
|
||||
req.Raw().Header["Accept"] = []string{"application/json"}
|
||||
return req, nil
|
||||
|
|
|
@ -17,7 +17,7 @@ import (
|
|||
"github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/containerservice/armcontainerservice/v6"
|
||||
)
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/MachineList.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/MachineList.json
|
||||
func ExampleMachinesClient_NewListPager() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -64,7 +64,7 @@ func ExampleMachinesClient_NewListPager() {
|
|||
}
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/MachineGet.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/MachineGet.json
|
||||
func ExampleMachinesClient_Get() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
|
|
@ -46,7 +46,7 @@ func NewMaintenanceConfigurationsClient(subscriptionID string, credential azcore
|
|||
// CreateOrUpdate - Creates or updates a maintenance configuration in the specified managed cluster.
|
||||
// If the operation fails it returns an *azcore.ResponseError type.
|
||||
//
|
||||
// Generated from API version 2024-05-02-preview
|
||||
// Generated from API version 2024-06-02-preview
|
||||
// - resourceGroupName - The name of the resource group. The name is case insensitive.
|
||||
// - resourceName - The name of the managed cluster resource.
|
||||
// - configName - The name of the maintenance configuration.
|
||||
|
@ -99,7 +99,7 @@ func (client *MaintenanceConfigurationsClient) createOrUpdateCreateRequest(ctx c
|
|||
return nil, err
|
||||
}
|
||||
reqQP := req.Raw().URL.Query()
|
||||
reqQP.Set("api-version", "2024-05-02-preview")
|
||||
reqQP.Set("api-version", "2024-06-02-preview")
|
||||
req.Raw().URL.RawQuery = reqQP.Encode()
|
||||
req.Raw().Header["Accept"] = []string{"application/json"}
|
||||
if err := runtime.MarshalAsJSON(req, parameters); err != nil {
|
||||
|
@ -120,7 +120,7 @@ func (client *MaintenanceConfigurationsClient) createOrUpdateHandleResponse(resp
|
|||
// Delete - Deletes a maintenance configuration.
|
||||
// If the operation fails it returns an *azcore.ResponseError type.
|
||||
//
|
||||
// Generated from API version 2024-05-02-preview
|
||||
// Generated from API version 2024-06-02-preview
|
||||
// - resourceGroupName - The name of the resource group. The name is case insensitive.
|
||||
// - resourceName - The name of the managed cluster resource.
|
||||
// - configName - The name of the maintenance configuration.
|
||||
|
@ -171,7 +171,7 @@ func (client *MaintenanceConfigurationsClient) deleteCreateRequest(ctx context.C
|
|||
return nil, err
|
||||
}
|
||||
reqQP := req.Raw().URL.Query()
|
||||
reqQP.Set("api-version", "2024-05-02-preview")
|
||||
reqQP.Set("api-version", "2024-06-02-preview")
|
||||
req.Raw().URL.RawQuery = reqQP.Encode()
|
||||
req.Raw().Header["Accept"] = []string{"application/json"}
|
||||
return req, nil
|
||||
|
@ -180,7 +180,7 @@ func (client *MaintenanceConfigurationsClient) deleteCreateRequest(ctx context.C
|
|||
// Get - Gets the specified maintenance configuration of a managed cluster.
|
||||
// If the operation fails it returns an *azcore.ResponseError type.
|
||||
//
|
||||
// Generated from API version 2024-05-02-preview
|
||||
// Generated from API version 2024-06-02-preview
|
||||
// - resourceGroupName - The name of the resource group. The name is case insensitive.
|
||||
// - resourceName - The name of the managed cluster resource.
|
||||
// - configName - The name of the maintenance configuration.
|
||||
|
@ -232,7 +232,7 @@ func (client *MaintenanceConfigurationsClient) getCreateRequest(ctx context.Cont
|
|||
return nil, err
|
||||
}
|
||||
reqQP := req.Raw().URL.Query()
|
||||
reqQP.Set("api-version", "2024-05-02-preview")
|
||||
reqQP.Set("api-version", "2024-06-02-preview")
|
||||
req.Raw().URL.RawQuery = reqQP.Encode()
|
||||
req.Raw().Header["Accept"] = []string{"application/json"}
|
||||
return req, nil
|
||||
|
@ -249,7 +249,7 @@ func (client *MaintenanceConfigurationsClient) getHandleResponse(resp *http.Resp
|
|||
|
||||
// NewListByManagedClusterPager - Gets a list of maintenance configurations in the specified managed cluster.
|
||||
//
|
||||
// Generated from API version 2024-05-02-preview
|
||||
// Generated from API version 2024-06-02-preview
|
||||
// - resourceGroupName - The name of the resource group. The name is case insensitive.
|
||||
// - resourceName - The name of the managed cluster resource.
|
||||
// - options - MaintenanceConfigurationsClientListByManagedClusterOptions contains the optional parameters for the MaintenanceConfigurationsClient.NewListByManagedClusterPager
|
||||
|
@ -297,7 +297,7 @@ func (client *MaintenanceConfigurationsClient) listByManagedClusterCreateRequest
|
|||
return nil, err
|
||||
}
|
||||
reqQP := req.Raw().URL.Query()
|
||||
reqQP.Set("api-version", "2024-05-02-preview")
|
||||
reqQP.Set("api-version", "2024-06-02-preview")
|
||||
req.Raw().URL.RawQuery = reqQP.Encode()
|
||||
req.Raw().Header["Accept"] = []string{"application/json"}
|
||||
return req, nil
|
||||
|
|
|
@ -20,7 +20,7 @@ import (
|
|||
"github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/containerservice/armcontainerservice/v6"
|
||||
)
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/MaintenanceConfigurationsList.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/MaintenanceConfigurationsList.json
|
||||
func ExampleMaintenanceConfigurationsClient_NewListByManagedClusterPager_listMaintenanceConfigurationsByManagedCluster() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -66,7 +66,7 @@ func ExampleMaintenanceConfigurationsClient_NewListByManagedClusterPager_listMai
|
|||
}
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/MaintenanceConfigurationsList_MaintenanceWindow.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/MaintenanceConfigurationsList_MaintenanceWindow.json
|
||||
func ExampleMaintenanceConfigurationsClient_NewListByManagedClusterPager_listMaintenanceConfigurationsConfiguredWithMaintenanceWindowByManagedCluster() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -138,7 +138,7 @@ func ExampleMaintenanceConfigurationsClient_NewListByManagedClusterPager_listMai
|
|||
}
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/MaintenanceConfigurationsGet.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/MaintenanceConfigurationsGet.json
|
||||
func ExampleMaintenanceConfigurationsClient_Get_getMaintenanceConfiguration() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -184,7 +184,7 @@ func ExampleMaintenanceConfigurationsClient_Get_getMaintenanceConfiguration() {
|
|||
// }
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/MaintenanceConfigurationsGet_MaintenanceWindow.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/MaintenanceConfigurationsGet_MaintenanceWindow.json
|
||||
func ExampleMaintenanceConfigurationsClient_Get_getMaintenanceConfigurationConfiguredWithMaintenanceWindow() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -238,7 +238,7 @@ func ExampleMaintenanceConfigurationsClient_Get_getMaintenanceConfigurationConfi
|
|||
// }
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/MaintenanceConfigurationsCreate_Update.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/MaintenanceConfigurationsCreate_Update.json
|
||||
func ExampleMaintenanceConfigurationsClient_CreateOrUpdate_createUpdateMaintenanceConfiguration() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -300,7 +300,7 @@ func ExampleMaintenanceConfigurationsClient_CreateOrUpdate_createUpdateMaintenan
|
|||
// }
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/MaintenanceConfigurationsCreate_Update_MaintenanceWindow.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/MaintenanceConfigurationsCreate_Update_MaintenanceWindow.json
|
||||
func ExampleMaintenanceConfigurationsClient_CreateOrUpdate_createUpdateMaintenanceConfigurationWithMaintenanceWindow() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -381,7 +381,7 @@ func ExampleMaintenanceConfigurationsClient_CreateOrUpdate_createUpdateMaintenan
|
|||
// }
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/MaintenanceConfigurationsDelete.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/MaintenanceConfigurationsDelete.json
|
||||
func ExampleMaintenanceConfigurationsClient_Delete_deleteMaintenanceConfiguration() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -398,7 +398,7 @@ func ExampleMaintenanceConfigurationsClient_Delete_deleteMaintenanceConfiguratio
|
|||
}
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/MaintenanceConfigurationsDelete_MaintenanceWindow.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/MaintenanceConfigurationsDelete_MaintenanceWindow.json
|
||||
func ExampleMaintenanceConfigurationsClient_Delete_deleteMaintenanceConfigurationForNodeOsUpgrade() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
|
|
@ -49,7 +49,7 @@ func NewManagedClustersClient(subscriptionID string, credential azcore.TokenCred
|
|||
// completes before cancellation can take place, an error is returned.
|
||||
// If the operation fails it returns an *azcore.ResponseError type.
|
||||
//
|
||||
// Generated from API version 2024-05-02-preview
|
||||
// Generated from API version 2024-06-02-preview
|
||||
// - resourceGroupName - The name of the resource group. The name is case insensitive.
|
||||
// - resourceName - The name of the managed cluster resource.
|
||||
// - options - ManagedClustersClientBeginAbortLatestOperationOptions contains the optional parameters for the ManagedClustersClient.BeginAbortLatestOperation
|
||||
|
@ -77,7 +77,7 @@ func (client *ManagedClustersClient) BeginAbortLatestOperation(ctx context.Conte
|
|||
// completes before cancellation can take place, an error is returned.
|
||||
// If the operation fails it returns an *azcore.ResponseError type.
|
||||
//
|
||||
// Generated from API version 2024-05-02-preview
|
||||
// Generated from API version 2024-06-02-preview
|
||||
func (client *ManagedClustersClient) abortLatestOperation(ctx context.Context, resourceGroupName string, resourceName string, options *ManagedClustersClientBeginAbortLatestOperationOptions) (*http.Response, error) {
|
||||
var err error
|
||||
const operationName = "ManagedClustersClient.BeginAbortLatestOperation"
|
||||
|
@ -119,7 +119,7 @@ func (client *ManagedClustersClient) abortLatestOperationCreateRequest(ctx conte
|
|||
return nil, err
|
||||
}
|
||||
reqQP := req.Raw().URL.Query()
|
||||
reqQP.Set("api-version", "2024-05-02-preview")
|
||||
reqQP.Set("api-version", "2024-06-02-preview")
|
||||
req.Raw().URL.RawQuery = reqQP.Encode()
|
||||
req.Raw().Header["Accept"] = []string{"application/json"}
|
||||
return req, nil
|
||||
|
@ -128,7 +128,7 @@ func (client *ManagedClustersClient) abortLatestOperationCreateRequest(ctx conte
|
|||
// BeginCreateOrUpdate - Creates or updates a managed cluster.
|
||||
// If the operation fails it returns an *azcore.ResponseError type.
|
||||
//
|
||||
// Generated from API version 2024-05-02-preview
|
||||
// Generated from API version 2024-06-02-preview
|
||||
// - resourceGroupName - The name of the resource group. The name is case insensitive.
|
||||
// - resourceName - The name of the managed cluster resource.
|
||||
// - parameters - The managed cluster to create or update.
|
||||
|
@ -154,7 +154,7 @@ func (client *ManagedClustersClient) BeginCreateOrUpdate(ctx context.Context, re
|
|||
// CreateOrUpdate - Creates or updates a managed cluster.
|
||||
// If the operation fails it returns an *azcore.ResponseError type.
|
||||
//
|
||||
// Generated from API version 2024-05-02-preview
|
||||
// Generated from API version 2024-06-02-preview
|
||||
func (client *ManagedClustersClient) createOrUpdate(ctx context.Context, resourceGroupName string, resourceName string, parameters ManagedCluster, options *ManagedClustersClientBeginCreateOrUpdateOptions) (*http.Response, error) {
|
||||
var err error
|
||||
const operationName = "ManagedClustersClient.BeginCreateOrUpdate"
|
||||
|
@ -196,7 +196,7 @@ func (client *ManagedClustersClient) createOrUpdateCreateRequest(ctx context.Con
|
|||
return nil, err
|
||||
}
|
||||
reqQP := req.Raw().URL.Query()
|
||||
reqQP.Set("api-version", "2024-05-02-preview")
|
||||
reqQP.Set("api-version", "2024-06-02-preview")
|
||||
req.Raw().URL.RawQuery = reqQP.Encode()
|
||||
req.Raw().Header["Accept"] = []string{"application/json"}
|
||||
if options != nil && options.IfMatch != nil {
|
||||
|
@ -214,7 +214,7 @@ func (client *ManagedClustersClient) createOrUpdateCreateRequest(ctx context.Con
|
|||
// BeginDelete - Deletes a managed cluster.
|
||||
// If the operation fails it returns an *azcore.ResponseError type.
|
||||
//
|
||||
// Generated from API version 2024-05-02-preview
|
||||
// Generated from API version 2024-06-02-preview
|
||||
// - resourceGroupName - The name of the resource group. The name is case insensitive.
|
||||
// - resourceName - The name of the managed cluster resource.
|
||||
// - options - ManagedClustersClientBeginDeleteOptions contains the optional parameters for the ManagedClustersClient.BeginDelete
|
||||
|
@ -239,7 +239,7 @@ func (client *ManagedClustersClient) BeginDelete(ctx context.Context, resourceGr
|
|||
// Delete - Deletes a managed cluster.
|
||||
// If the operation fails it returns an *azcore.ResponseError type.
|
||||
//
|
||||
// Generated from API version 2024-05-02-preview
|
||||
// Generated from API version 2024-06-02-preview
|
||||
func (client *ManagedClustersClient) deleteOperation(ctx context.Context, resourceGroupName string, resourceName string, options *ManagedClustersClientBeginDeleteOptions) (*http.Response, error) {
|
||||
var err error
|
||||
const operationName = "ManagedClustersClient.BeginDelete"
|
||||
|
@ -281,7 +281,7 @@ func (client *ManagedClustersClient) deleteCreateRequest(ctx context.Context, re
|
|||
return nil, err
|
||||
}
|
||||
reqQP := req.Raw().URL.Query()
|
||||
reqQP.Set("api-version", "2024-05-02-preview")
|
||||
reqQP.Set("api-version", "2024-06-02-preview")
|
||||
if options != nil && options.IgnorePodDisruptionBudget != nil {
|
||||
reqQP.Set("ignore-pod-disruption-budget", strconv.FormatBool(*options.IgnorePodDisruptionBudget))
|
||||
}
|
||||
|
@ -296,7 +296,7 @@ func (client *ManagedClustersClient) deleteCreateRequest(ctx context.Context, re
|
|||
// Get - Gets a managed cluster.
|
||||
// If the operation fails it returns an *azcore.ResponseError type.
|
||||
//
|
||||
// Generated from API version 2024-05-02-preview
|
||||
// Generated from API version 2024-06-02-preview
|
||||
// - resourceGroupName - The name of the resource group. The name is case insensitive.
|
||||
// - resourceName - The name of the managed cluster resource.
|
||||
// - options - ManagedClustersClientGetOptions contains the optional parameters for the ManagedClustersClient.Get method.
|
||||
|
@ -342,7 +342,7 @@ func (client *ManagedClustersClient) getCreateRequest(ctx context.Context, resou
|
|||
return nil, err
|
||||
}
|
||||
reqQP := req.Raw().URL.Query()
|
||||
reqQP.Set("api-version", "2024-05-02-preview")
|
||||
reqQP.Set("api-version", "2024-06-02-preview")
|
||||
req.Raw().URL.RawQuery = reqQP.Encode()
|
||||
req.Raw().Header["Accept"] = []string{"application/json"}
|
||||
return req, nil
|
||||
|
@ -362,7 +362,7 @@ func (client *ManagedClustersClient) getHandleResponse(resp *http.Response) (Man
|
|||
// [https://docs.microsoft.com/rest/api/aks/managedclusters/listclusteradmincredentials] .
|
||||
// If the operation fails it returns an *azcore.ResponseError type.
|
||||
//
|
||||
// Generated from API version 2024-05-02-preview
|
||||
// Generated from API version 2024-06-02-preview
|
||||
// - resourceGroupName - The name of the resource group. The name is case insensitive.
|
||||
// - resourceName - The name of the managed cluster resource.
|
||||
// - roleName - The name of the role for managed cluster accessProfile resource.
|
||||
|
@ -414,7 +414,7 @@ func (client *ManagedClustersClient) getAccessProfileCreateRequest(ctx context.C
|
|||
return nil, err
|
||||
}
|
||||
reqQP := req.Raw().URL.Query()
|
||||
reqQP.Set("api-version", "2024-05-02-preview")
|
||||
reqQP.Set("api-version", "2024-06-02-preview")
|
||||
req.Raw().URL.RawQuery = reqQP.Encode()
|
||||
req.Raw().Header["Accept"] = []string{"application/json"}
|
||||
return req, nil
|
||||
|
@ -432,7 +432,7 @@ func (client *ManagedClustersClient) getAccessProfileHandleResponse(resp *http.R
|
|||
// GetCommandResult - Gets the results of a command which has been run on the Managed Cluster.
|
||||
// If the operation fails it returns an *azcore.ResponseError type.
|
||||
//
|
||||
// Generated from API version 2024-05-02-preview
|
||||
// Generated from API version 2024-06-02-preview
|
||||
// - resourceGroupName - The name of the resource group. The name is case insensitive.
|
||||
// - resourceName - The name of the managed cluster resource.
|
||||
// - commandID - Id of the command.
|
||||
|
@ -484,7 +484,7 @@ func (client *ManagedClustersClient) getCommandResultCreateRequest(ctx context.C
|
|||
return nil, err
|
||||
}
|
||||
reqQP := req.Raw().URL.Query()
|
||||
reqQP.Set("api-version", "2024-05-02-preview")
|
||||
reqQP.Set("api-version", "2024-06-02-preview")
|
||||
req.Raw().URL.RawQuery = reqQP.Encode()
|
||||
req.Raw().Header["Accept"] = []string{"application/json"}
|
||||
return req, nil
|
||||
|
@ -505,7 +505,7 @@ func (client *ManagedClustersClient) getCommandResultHandleResponse(resp *http.R
|
|||
// GetGuardrailsVersions - Contains Guardrails version along with its support info and whether it is a default version.
|
||||
// If the operation fails it returns an *azcore.ResponseError type.
|
||||
//
|
||||
// Generated from API version 2024-05-02-preview
|
||||
// Generated from API version 2024-06-02-preview
|
||||
// - location - The name of the Azure region.
|
||||
// - version - Safeguards version
|
||||
// - options - ManagedClustersClientGetGuardrailsVersionsOptions contains the optional parameters for the ManagedClustersClient.GetGuardrailsVersions
|
||||
|
@ -552,7 +552,7 @@ func (client *ManagedClustersClient) getGuardrailsVersionsCreateRequest(ctx cont
|
|||
return nil, err
|
||||
}
|
||||
reqQP := req.Raw().URL.Query()
|
||||
reqQP.Set("api-version", "2024-05-02-preview")
|
||||
reqQP.Set("api-version", "2024-06-02-preview")
|
||||
req.Raw().URL.RawQuery = reqQP.Encode()
|
||||
req.Raw().Header["Accept"] = []string{"application/json"}
|
||||
return req, nil
|
||||
|
@ -571,7 +571,7 @@ func (client *ManagedClustersClient) getGuardrailsVersionsHandleResponse(resp *h
|
|||
// and available upgrades
|
||||
// If the operation fails it returns an *azcore.ResponseError type.
|
||||
//
|
||||
// Generated from API version 2024-05-02-preview
|
||||
// Generated from API version 2024-06-02-preview
|
||||
// - location - The name of the Azure region.
|
||||
// - mode - The mode of the mesh.
|
||||
// - options - ManagedClustersClientGetMeshRevisionProfileOptions contains the optional parameters for the ManagedClustersClient.GetMeshRevisionProfile
|
||||
|
@ -618,7 +618,7 @@ func (client *ManagedClustersClient) getMeshRevisionProfileCreateRequest(ctx con
|
|||
return nil, err
|
||||
}
|
||||
reqQP := req.Raw().URL.Query()
|
||||
reqQP.Set("api-version", "2024-05-02-preview")
|
||||
reqQP.Set("api-version", "2024-06-02-preview")
|
||||
req.Raw().URL.RawQuery = reqQP.Encode()
|
||||
req.Raw().Header["Accept"] = []string{"application/json"}
|
||||
return req, nil
|
||||
|
@ -636,7 +636,7 @@ func (client *ManagedClustersClient) getMeshRevisionProfileHandleResponse(resp *
|
|||
// GetMeshUpgradeProfile - Gets available upgrades for a service mesh in a cluster.
|
||||
// If the operation fails it returns an *azcore.ResponseError type.
|
||||
//
|
||||
// Generated from API version 2024-05-02-preview
|
||||
// Generated from API version 2024-06-02-preview
|
||||
// - resourceGroupName - The name of the resource group. The name is case insensitive.
|
||||
// - resourceName - The name of the managed cluster resource.
|
||||
// - mode - The mode of the mesh.
|
||||
|
@ -688,7 +688,7 @@ func (client *ManagedClustersClient) getMeshUpgradeProfileCreateRequest(ctx cont
|
|||
return nil, err
|
||||
}
|
||||
reqQP := req.Raw().URL.Query()
|
||||
reqQP.Set("api-version", "2024-05-02-preview")
|
||||
reqQP.Set("api-version", "2024-06-02-preview")
|
||||
req.Raw().URL.RawQuery = reqQP.Encode()
|
||||
req.Raw().Header["Accept"] = []string{"application/json"}
|
||||
return req, nil
|
||||
|
@ -706,7 +706,7 @@ func (client *ManagedClustersClient) getMeshUpgradeProfileHandleResponse(resp *h
|
|||
// GetSafeguardsVersions - Contains Safeguards version along with its support info and whether it is a default version.
|
||||
// If the operation fails it returns an *azcore.ResponseError type.
|
||||
//
|
||||
// Generated from API version 2024-05-02-preview
|
||||
// Generated from API version 2024-06-02-preview
|
||||
// - location - The name of the Azure region.
|
||||
// - version - Safeguards version
|
||||
// - options - ManagedClustersClientGetSafeguardsVersionsOptions contains the optional parameters for the ManagedClustersClient.GetSafeguardsVersions
|
||||
|
@ -753,7 +753,7 @@ func (client *ManagedClustersClient) getSafeguardsVersionsCreateRequest(ctx cont
|
|||
return nil, err
|
||||
}
|
||||
reqQP := req.Raw().URL.Query()
|
||||
reqQP.Set("api-version", "2024-05-02-preview")
|
||||
reqQP.Set("api-version", "2024-06-02-preview")
|
||||
req.Raw().URL.RawQuery = reqQP.Encode()
|
||||
req.Raw().Header["Accept"] = []string{"application/json"}
|
||||
return req, nil
|
||||
|
@ -771,7 +771,7 @@ func (client *ManagedClustersClient) getSafeguardsVersionsHandleResponse(resp *h
|
|||
// GetUpgradeProfile - Gets the upgrade profile of a managed cluster.
|
||||
// If the operation fails it returns an *azcore.ResponseError type.
|
||||
//
|
||||
// Generated from API version 2024-05-02-preview
|
||||
// Generated from API version 2024-06-02-preview
|
||||
// - resourceGroupName - The name of the resource group. The name is case insensitive.
|
||||
// - resourceName - The name of the managed cluster resource.
|
||||
// - options - ManagedClustersClientGetUpgradeProfileOptions contains the optional parameters for the ManagedClustersClient.GetUpgradeProfile
|
||||
|
@ -818,7 +818,7 @@ func (client *ManagedClustersClient) getUpgradeProfileCreateRequest(ctx context.
|
|||
return nil, err
|
||||
}
|
||||
reqQP := req.Raw().URL.Query()
|
||||
reqQP.Set("api-version", "2024-05-02-preview")
|
||||
reqQP.Set("api-version", "2024-06-02-preview")
|
||||
req.Raw().URL.RawQuery = reqQP.Encode()
|
||||
req.Raw().Header["Accept"] = []string{"application/json"}
|
||||
return req, nil
|
||||
|
@ -835,7 +835,7 @@ func (client *ManagedClustersClient) getUpgradeProfileHandleResponse(resp *http.
|
|||
|
||||
// NewListPager - Gets a list of managed clusters in the specified subscription.
|
||||
//
|
||||
// Generated from API version 2024-05-02-preview
|
||||
// Generated from API version 2024-06-02-preview
|
||||
// - options - ManagedClustersClientListOptions contains the optional parameters for the ManagedClustersClient.NewListPager
|
||||
// method.
|
||||
func (client *ManagedClustersClient) NewListPager(options *ManagedClustersClientListOptions) *runtime.Pager[ManagedClustersClientListResponse] {
|
||||
|
@ -873,7 +873,7 @@ func (client *ManagedClustersClient) listCreateRequest(ctx context.Context, opti
|
|||
return nil, err
|
||||
}
|
||||
reqQP := req.Raw().URL.Query()
|
||||
reqQP.Set("api-version", "2024-05-02-preview")
|
||||
reqQP.Set("api-version", "2024-06-02-preview")
|
||||
req.Raw().URL.RawQuery = reqQP.Encode()
|
||||
req.Raw().Header["Accept"] = []string{"application/json"}
|
||||
return req, nil
|
||||
|
@ -890,7 +890,7 @@ func (client *ManagedClustersClient) listHandleResponse(resp *http.Response) (Ma
|
|||
|
||||
// NewListByResourceGroupPager - Lists managed clusters in the specified subscription and resource group.
|
||||
//
|
||||
// Generated from API version 2024-05-02-preview
|
||||
// Generated from API version 2024-06-02-preview
|
||||
// - resourceGroupName - The name of the resource group. The name is case insensitive.
|
||||
// - options - ManagedClustersClientListByResourceGroupOptions contains the optional parameters for the ManagedClustersClient.NewListByResourceGroupPager
|
||||
// method.
|
||||
|
@ -933,7 +933,7 @@ func (client *ManagedClustersClient) listByResourceGroupCreateRequest(ctx contex
|
|||
return nil, err
|
||||
}
|
||||
reqQP := req.Raw().URL.Query()
|
||||
reqQP.Set("api-version", "2024-05-02-preview")
|
||||
reqQP.Set("api-version", "2024-06-02-preview")
|
||||
req.Raw().URL.RawQuery = reqQP.Encode()
|
||||
req.Raw().Header["Accept"] = []string{"application/json"}
|
||||
return req, nil
|
||||
|
@ -951,7 +951,7 @@ func (client *ManagedClustersClient) listByResourceGroupHandleResponse(resp *htt
|
|||
// ListClusterAdminCredentials - Lists the admin credentials of a managed cluster.
|
||||
// If the operation fails it returns an *azcore.ResponseError type.
|
||||
//
|
||||
// Generated from API version 2024-05-02-preview
|
||||
// Generated from API version 2024-06-02-preview
|
||||
// - resourceGroupName - The name of the resource group. The name is case insensitive.
|
||||
// - resourceName - The name of the managed cluster resource.
|
||||
// - options - ManagedClustersClientListClusterAdminCredentialsOptions contains the optional parameters for the ManagedClustersClient.ListClusterAdminCredentials
|
||||
|
@ -998,7 +998,7 @@ func (client *ManagedClustersClient) listClusterAdminCredentialsCreateRequest(ct
|
|||
return nil, err
|
||||
}
|
||||
reqQP := req.Raw().URL.Query()
|
||||
reqQP.Set("api-version", "2024-05-02-preview")
|
||||
reqQP.Set("api-version", "2024-06-02-preview")
|
||||
if options != nil && options.ServerFqdn != nil {
|
||||
reqQP.Set("server-fqdn", *options.ServerFqdn)
|
||||
}
|
||||
|
@ -1019,7 +1019,7 @@ func (client *ManagedClustersClient) listClusterAdminCredentialsHandleResponse(r
|
|||
// ListClusterMonitoringUserCredentials - Lists the cluster monitoring user credentials of a managed cluster.
|
||||
// If the operation fails it returns an *azcore.ResponseError type.
|
||||
//
|
||||
// Generated from API version 2024-05-02-preview
|
||||
// Generated from API version 2024-06-02-preview
|
||||
// - resourceGroupName - The name of the resource group. The name is case insensitive.
|
||||
// - resourceName - The name of the managed cluster resource.
|
||||
// - options - ManagedClustersClientListClusterMonitoringUserCredentialsOptions contains the optional parameters for the ManagedClustersClient.ListClusterMonitoringUserCredentials
|
||||
|
@ -1066,7 +1066,7 @@ func (client *ManagedClustersClient) listClusterMonitoringUserCredentialsCreateR
|
|||
return nil, err
|
||||
}
|
||||
reqQP := req.Raw().URL.Query()
|
||||
reqQP.Set("api-version", "2024-05-02-preview")
|
||||
reqQP.Set("api-version", "2024-06-02-preview")
|
||||
if options != nil && options.ServerFqdn != nil {
|
||||
reqQP.Set("server-fqdn", *options.ServerFqdn)
|
||||
}
|
||||
|
@ -1087,7 +1087,7 @@ func (client *ManagedClustersClient) listClusterMonitoringUserCredentialsHandleR
|
|||
// ListClusterUserCredentials - Lists the user credentials of a managed cluster.
|
||||
// If the operation fails it returns an *azcore.ResponseError type.
|
||||
//
|
||||
// Generated from API version 2024-05-02-preview
|
||||
// Generated from API version 2024-06-02-preview
|
||||
// - resourceGroupName - The name of the resource group. The name is case insensitive.
|
||||
// - resourceName - The name of the managed cluster resource.
|
||||
// - options - ManagedClustersClientListClusterUserCredentialsOptions contains the optional parameters for the ManagedClustersClient.ListClusterUserCredentials
|
||||
|
@ -1134,7 +1134,7 @@ func (client *ManagedClustersClient) listClusterUserCredentialsCreateRequest(ctx
|
|||
return nil, err
|
||||
}
|
||||
reqQP := req.Raw().URL.Query()
|
||||
reqQP.Set("api-version", "2024-05-02-preview")
|
||||
reqQP.Set("api-version", "2024-06-02-preview")
|
||||
if options != nil && options.Format != nil {
|
||||
reqQP.Set("format", string(*options.Format))
|
||||
}
|
||||
|
@ -1158,7 +1158,7 @@ func (client *ManagedClustersClient) listClusterUserCredentialsHandleResponse(re
|
|||
// NewListGuardrailsVersionsPager - Contains list of Guardrails version along with its support info and whether it is a default
|
||||
// version.
|
||||
//
|
||||
// Generated from API version 2024-05-02-preview
|
||||
// Generated from API version 2024-06-02-preview
|
||||
// - location - The name of the Azure region.
|
||||
// - options - ManagedClustersClientListGuardrailsVersionsOptions contains the optional parameters for the ManagedClustersClient.NewListGuardrailsVersionsPager
|
||||
// method.
|
||||
|
@ -1201,7 +1201,7 @@ func (client *ManagedClustersClient) listGuardrailsVersionsCreateRequest(ctx con
|
|||
return nil, err
|
||||
}
|
||||
reqQP := req.Raw().URL.Query()
|
||||
reqQP.Set("api-version", "2024-05-02-preview")
|
||||
reqQP.Set("api-version", "2024-06-02-preview")
|
||||
req.Raw().URL.RawQuery = reqQP.Encode()
|
||||
req.Raw().Header["Accept"] = []string{"application/json"}
|
||||
return req, nil
|
||||
|
@ -1220,7 +1220,7 @@ func (client *ManagedClustersClient) listGuardrailsVersionsHandleResponse(resp *
|
|||
// upgrades, and details on preview status of the version
|
||||
// If the operation fails it returns an *azcore.ResponseError type.
|
||||
//
|
||||
// Generated from API version 2024-05-02-preview
|
||||
// Generated from API version 2024-06-02-preview
|
||||
// - location - The name of the Azure region.
|
||||
// - options - ManagedClustersClientListKubernetesVersionsOptions contains the optional parameters for the ManagedClustersClient.ListKubernetesVersions
|
||||
// method.
|
||||
|
@ -1262,7 +1262,7 @@ func (client *ManagedClustersClient) listKubernetesVersionsCreateRequest(ctx con
|
|||
return nil, err
|
||||
}
|
||||
reqQP := req.Raw().URL.Query()
|
||||
reqQP.Set("api-version", "2024-05-02-preview")
|
||||
reqQP.Set("api-version", "2024-06-02-preview")
|
||||
req.Raw().URL.RawQuery = reqQP.Encode()
|
||||
req.Raw().Header["Accept"] = []string{"application/json"}
|
||||
return req, nil
|
||||
|
@ -1280,7 +1280,7 @@ func (client *ManagedClustersClient) listKubernetesVersionsHandleResponse(resp *
|
|||
// NewListMeshRevisionProfilesPager - Contains extra metadata on each revision, including supported revisions, cluster compatibility
|
||||
// and available upgrades
|
||||
//
|
||||
// Generated from API version 2024-05-02-preview
|
||||
// Generated from API version 2024-06-02-preview
|
||||
// - location - The name of the Azure region.
|
||||
// - options - ManagedClustersClientListMeshRevisionProfilesOptions contains the optional parameters for the ManagedClustersClient.NewListMeshRevisionProfilesPager
|
||||
// method.
|
||||
|
@ -1323,7 +1323,7 @@ func (client *ManagedClustersClient) listMeshRevisionProfilesCreateRequest(ctx c
|
|||
return nil, err
|
||||
}
|
||||
reqQP := req.Raw().URL.Query()
|
||||
reqQP.Set("api-version", "2024-05-02-preview")
|
||||
reqQP.Set("api-version", "2024-06-02-preview")
|
||||
req.Raw().URL.RawQuery = reqQP.Encode()
|
||||
req.Raw().Header["Accept"] = []string{"application/json"}
|
||||
return req, nil
|
||||
|
@ -1340,7 +1340,7 @@ func (client *ManagedClustersClient) listMeshRevisionProfilesHandleResponse(resp
|
|||
|
||||
// NewListMeshUpgradeProfilesPager - Lists available upgrades for all service meshes in a specific cluster.
|
||||
//
|
||||
// Generated from API version 2024-05-02-preview
|
||||
// Generated from API version 2024-06-02-preview
|
||||
// - resourceGroupName - The name of the resource group. The name is case insensitive.
|
||||
// - resourceName - The name of the managed cluster resource.
|
||||
// - options - ManagedClustersClientListMeshUpgradeProfilesOptions contains the optional parameters for the ManagedClustersClient.NewListMeshUpgradeProfilesPager
|
||||
|
@ -1388,7 +1388,7 @@ func (client *ManagedClustersClient) listMeshUpgradeProfilesCreateRequest(ctx co
|
|||
return nil, err
|
||||
}
|
||||
reqQP := req.Raw().URL.Query()
|
||||
reqQP.Set("api-version", "2024-05-02-preview")
|
||||
reqQP.Set("api-version", "2024-06-02-preview")
|
||||
req.Raw().URL.RawQuery = reqQP.Encode()
|
||||
req.Raw().Header["Accept"] = []string{"application/json"}
|
||||
return req, nil
|
||||
|
@ -1406,7 +1406,7 @@ func (client *ManagedClustersClient) listMeshUpgradeProfilesHandleResponse(resp
|
|||
// NewListOutboundNetworkDependenciesEndpointsPager - Gets a list of egress endpoints (network endpoints of all outbound dependencies)
|
||||
// in the specified managed cluster. The operation returns properties of each egress endpoint.
|
||||
//
|
||||
// Generated from API version 2024-05-02-preview
|
||||
// Generated from API version 2024-06-02-preview
|
||||
// - resourceGroupName - The name of the resource group. The name is case insensitive.
|
||||
// - resourceName - The name of the managed cluster resource.
|
||||
// - options - ManagedClustersClientListOutboundNetworkDependenciesEndpointsOptions contains the optional parameters for the
|
||||
|
@ -1454,7 +1454,7 @@ func (client *ManagedClustersClient) listOutboundNetworkDependenciesEndpointsCre
|
|||
return nil, err
|
||||
}
|
||||
reqQP := req.Raw().URL.Query()
|
||||
reqQP.Set("api-version", "2024-05-02-preview")
|
||||
reqQP.Set("api-version", "2024-06-02-preview")
|
||||
req.Raw().URL.RawQuery = reqQP.Encode()
|
||||
req.Raw().Header["Accept"] = []string{"application/json"}
|
||||
return req, nil
|
||||
|
@ -1472,7 +1472,7 @@ func (client *ManagedClustersClient) listOutboundNetworkDependenciesEndpointsHan
|
|||
// NewListSafeguardsVersionsPager - Contains list of Safeguards version along with its support info and whether it is a default
|
||||
// version.
|
||||
//
|
||||
// Generated from API version 2024-05-02-preview
|
||||
// Generated from API version 2024-06-02-preview
|
||||
// - location - The name of the Azure region.
|
||||
// - options - ManagedClustersClientListSafeguardsVersionsOptions contains the optional parameters for the ManagedClustersClient.NewListSafeguardsVersionsPager
|
||||
// method.
|
||||
|
@ -1515,7 +1515,7 @@ func (client *ManagedClustersClient) listSafeguardsVersionsCreateRequest(ctx con
|
|||
return nil, err
|
||||
}
|
||||
reqQP := req.Raw().URL.Query()
|
||||
reqQP.Set("api-version", "2024-05-02-preview")
|
||||
reqQP.Set("api-version", "2024-06-02-preview")
|
||||
req.Raw().URL.RawQuery = reqQP.Encode()
|
||||
req.Raw().Header["Accept"] = []string{"application/json"}
|
||||
return req, nil
|
||||
|
@ -1533,7 +1533,7 @@ func (client *ManagedClustersClient) listSafeguardsVersionsHandleResponse(resp *
|
|||
// BeginRebalanceLoadBalancers - Rebalance nodes across specific load balancers.
|
||||
// If the operation fails it returns an *azcore.ResponseError type.
|
||||
//
|
||||
// Generated from API version 2024-05-02-preview
|
||||
// Generated from API version 2024-06-02-preview
|
||||
// - resourceGroupName - The name of the resource group. The name is case insensitive.
|
||||
// - resourceName - The name of the managed cluster resource.
|
||||
// - parameters - The names of the load balancers to be rebalanced. If set to empty, all load balancers will be rebalanced.
|
||||
|
@ -1559,7 +1559,7 @@ func (client *ManagedClustersClient) BeginRebalanceLoadBalancers(ctx context.Con
|
|||
// RebalanceLoadBalancers - Rebalance nodes across specific load balancers.
|
||||
// If the operation fails it returns an *azcore.ResponseError type.
|
||||
//
|
||||
// Generated from API version 2024-05-02-preview
|
||||
// Generated from API version 2024-06-02-preview
|
||||
func (client *ManagedClustersClient) rebalanceLoadBalancers(ctx context.Context, resourceGroupName string, resourceName string, parameters RebalanceLoadBalancersRequestBody, options *ManagedClustersClientBeginRebalanceLoadBalancersOptions) (*http.Response, error) {
|
||||
var err error
|
||||
const operationName = "ManagedClustersClient.BeginRebalanceLoadBalancers"
|
||||
|
@ -1601,7 +1601,7 @@ func (client *ManagedClustersClient) rebalanceLoadBalancersCreateRequest(ctx con
|
|||
return nil, err
|
||||
}
|
||||
reqQP := req.Raw().URL.Query()
|
||||
reqQP.Set("api-version", "2024-05-02-preview")
|
||||
reqQP.Set("api-version", "2024-06-02-preview")
|
||||
req.Raw().URL.RawQuery = reqQP.Encode()
|
||||
req.Raw().Header["Accept"] = []string{"application/json"}
|
||||
if err := runtime.MarshalAsJSON(req, parameters); err != nil {
|
||||
|
@ -1614,7 +1614,7 @@ func (client *ManagedClustersClient) rebalanceLoadBalancersCreateRequest(ctx con
|
|||
// [https://aka.ms/aks-managed-aad] to update your cluster with AKS-managed Azure AD.
|
||||
// If the operation fails it returns an *azcore.ResponseError type.
|
||||
//
|
||||
// Generated from API version 2024-05-02-preview
|
||||
// Generated from API version 2024-06-02-preview
|
||||
// - resourceGroupName - The name of the resource group. The name is case insensitive.
|
||||
// - resourceName - The name of the managed cluster resource.
|
||||
// - parameters - The AAD profile to set on the Managed Cluster
|
||||
|
@ -1642,7 +1642,7 @@ func (client *ManagedClustersClient) BeginResetAADProfile(ctx context.Context, r
|
|||
// to update your cluster with AKS-managed Azure AD.
|
||||
// If the operation fails it returns an *azcore.ResponseError type.
|
||||
//
|
||||
// Generated from API version 2024-05-02-preview
|
||||
// Generated from API version 2024-06-02-preview
|
||||
func (client *ManagedClustersClient) resetAADProfile(ctx context.Context, resourceGroupName string, resourceName string, parameters ManagedClusterAADProfile, options *ManagedClustersClientBeginResetAADProfileOptions) (*http.Response, error) {
|
||||
var err error
|
||||
const operationName = "ManagedClustersClient.BeginResetAADProfile"
|
||||
|
@ -1684,7 +1684,7 @@ func (client *ManagedClustersClient) resetAADProfileCreateRequest(ctx context.Co
|
|||
return nil, err
|
||||
}
|
||||
reqQP := req.Raw().URL.Query()
|
||||
reqQP.Set("api-version", "2024-05-02-preview")
|
||||
reqQP.Set("api-version", "2024-06-02-preview")
|
||||
req.Raw().URL.RawQuery = reqQP.Encode()
|
||||
req.Raw().Header["Accept"] = []string{"application/json"}
|
||||
if err := runtime.MarshalAsJSON(req, parameters); err != nil {
|
||||
|
@ -1696,7 +1696,7 @@ func (client *ManagedClustersClient) resetAADProfileCreateRequest(ctx context.Co
|
|||
// BeginResetServicePrincipalProfile - This action cannot be performed on a cluster that is not using a service principal
|
||||
// If the operation fails it returns an *azcore.ResponseError type.
|
||||
//
|
||||
// Generated from API version 2024-05-02-preview
|
||||
// Generated from API version 2024-06-02-preview
|
||||
// - resourceGroupName - The name of the resource group. The name is case insensitive.
|
||||
// - resourceName - The name of the managed cluster resource.
|
||||
// - parameters - The service principal profile to set on the managed cluster.
|
||||
|
@ -1723,7 +1723,7 @@ func (client *ManagedClustersClient) BeginResetServicePrincipalProfile(ctx conte
|
|||
// ResetServicePrincipalProfile - This action cannot be performed on a cluster that is not using a service principal
|
||||
// If the operation fails it returns an *azcore.ResponseError type.
|
||||
//
|
||||
// Generated from API version 2024-05-02-preview
|
||||
// Generated from API version 2024-06-02-preview
|
||||
func (client *ManagedClustersClient) resetServicePrincipalProfile(ctx context.Context, resourceGroupName string, resourceName string, parameters ManagedClusterServicePrincipalProfile, options *ManagedClustersClientBeginResetServicePrincipalProfileOptions) (*http.Response, error) {
|
||||
var err error
|
||||
const operationName = "ManagedClustersClient.BeginResetServicePrincipalProfile"
|
||||
|
@ -1765,7 +1765,7 @@ func (client *ManagedClustersClient) resetServicePrincipalProfileCreateRequest(c
|
|||
return nil, err
|
||||
}
|
||||
reqQP := req.Raw().URL.Query()
|
||||
reqQP.Set("api-version", "2024-05-02-preview")
|
||||
reqQP.Set("api-version", "2024-06-02-preview")
|
||||
req.Raw().URL.RawQuery = reqQP.Encode()
|
||||
req.Raw().Header["Accept"] = []string{"application/json"}
|
||||
if err := runtime.MarshalAsJSON(req, parameters); err != nil {
|
||||
|
@ -1778,7 +1778,7 @@ func (client *ManagedClustersClient) resetServicePrincipalProfileCreateRequest(c
|
|||
// more details about rotating managed cluster certificates.
|
||||
// If the operation fails it returns an *azcore.ResponseError type.
|
||||
//
|
||||
// Generated from API version 2024-05-02-preview
|
||||
// Generated from API version 2024-06-02-preview
|
||||
// - resourceGroupName - The name of the resource group. The name is case insensitive.
|
||||
// - resourceName - The name of the managed cluster resource.
|
||||
// - options - ManagedClustersClientBeginRotateClusterCertificatesOptions contains the optional parameters for the ManagedClustersClient.BeginRotateClusterCertificates
|
||||
|
@ -1805,7 +1805,7 @@ func (client *ManagedClustersClient) BeginRotateClusterCertificates(ctx context.
|
|||
// details about rotating managed cluster certificates.
|
||||
// If the operation fails it returns an *azcore.ResponseError type.
|
||||
//
|
||||
// Generated from API version 2024-05-02-preview
|
||||
// Generated from API version 2024-06-02-preview
|
||||
func (client *ManagedClustersClient) rotateClusterCertificates(ctx context.Context, resourceGroupName string, resourceName string, options *ManagedClustersClientBeginRotateClusterCertificatesOptions) (*http.Response, error) {
|
||||
var err error
|
||||
const operationName = "ManagedClustersClient.BeginRotateClusterCertificates"
|
||||
|
@ -1847,7 +1847,7 @@ func (client *ManagedClustersClient) rotateClusterCertificatesCreateRequest(ctx
|
|||
return nil, err
|
||||
}
|
||||
reqQP := req.Raw().URL.Query()
|
||||
reqQP.Set("api-version", "2024-05-02-preview")
|
||||
reqQP.Set("api-version", "2024-06-02-preview")
|
||||
req.Raw().URL.RawQuery = reqQP.Encode()
|
||||
req.Raw().Header["Accept"] = []string{"application/json"}
|
||||
return req, nil
|
||||
|
@ -1856,7 +1856,7 @@ func (client *ManagedClustersClient) rotateClusterCertificatesCreateRequest(ctx
|
|||
// BeginRotateServiceAccountSigningKeys - Rotates the service account signing keys of a managed cluster.
|
||||
// If the operation fails it returns an *azcore.ResponseError type.
|
||||
//
|
||||
// Generated from API version 2024-05-02-preview
|
||||
// Generated from API version 2024-06-02-preview
|
||||
// - resourceGroupName - The name of the resource group. The name is case insensitive.
|
||||
// - resourceName - The name of the managed cluster resource.
|
||||
// - options - ManagedClustersClientBeginRotateServiceAccountSigningKeysOptions contains the optional parameters for the ManagedClustersClient.BeginRotateServiceAccountSigningKeys
|
||||
|
@ -1882,7 +1882,7 @@ func (client *ManagedClustersClient) BeginRotateServiceAccountSigningKeys(ctx co
|
|||
// RotateServiceAccountSigningKeys - Rotates the service account signing keys of a managed cluster.
|
||||
// If the operation fails it returns an *azcore.ResponseError type.
|
||||
//
|
||||
// Generated from API version 2024-05-02-preview
|
||||
// Generated from API version 2024-06-02-preview
|
||||
func (client *ManagedClustersClient) rotateServiceAccountSigningKeys(ctx context.Context, resourceGroupName string, resourceName string, options *ManagedClustersClientBeginRotateServiceAccountSigningKeysOptions) (*http.Response, error) {
|
||||
var err error
|
||||
const operationName = "ManagedClustersClient.BeginRotateServiceAccountSigningKeys"
|
||||
|
@ -1924,7 +1924,7 @@ func (client *ManagedClustersClient) rotateServiceAccountSigningKeysCreateReques
|
|||
return nil, err
|
||||
}
|
||||
reqQP := req.Raw().URL.Query()
|
||||
reqQP.Set("api-version", "2024-05-02-preview")
|
||||
reqQP.Set("api-version", "2024-06-02-preview")
|
||||
req.Raw().URL.RawQuery = reqQP.Encode()
|
||||
req.Raw().Header["Accept"] = []string{"application/json"}
|
||||
return req, nil
|
||||
|
@ -1935,7 +1935,7 @@ func (client *ManagedClustersClient) rotateServiceAccountSigningKeysCreateReques
|
|||
// [https://docs.microsoft.com/azure/aks/private-clusters#aks-run-command-preview].
|
||||
// If the operation fails it returns an *azcore.ResponseError type.
|
||||
//
|
||||
// Generated from API version 2024-05-02-preview
|
||||
// Generated from API version 2024-06-02-preview
|
||||
// - resourceGroupName - The name of the resource group. The name is case insensitive.
|
||||
// - resourceName - The name of the managed cluster resource.
|
||||
// - requestPayload - The run command request
|
||||
|
@ -1964,7 +1964,7 @@ func (client *ManagedClustersClient) BeginRunCommand(ctx context.Context, resour
|
|||
// [https://docs.microsoft.com/azure/aks/private-clusters#aks-run-command-preview].
|
||||
// If the operation fails it returns an *azcore.ResponseError type.
|
||||
//
|
||||
// Generated from API version 2024-05-02-preview
|
||||
// Generated from API version 2024-06-02-preview
|
||||
func (client *ManagedClustersClient) runCommand(ctx context.Context, resourceGroupName string, resourceName string, requestPayload RunCommandRequest, options *ManagedClustersClientBeginRunCommandOptions) (*http.Response, error) {
|
||||
var err error
|
||||
const operationName = "ManagedClustersClient.BeginRunCommand"
|
||||
|
@ -2006,7 +2006,7 @@ func (client *ManagedClustersClient) runCommandCreateRequest(ctx context.Context
|
|||
return nil, err
|
||||
}
|
||||
reqQP := req.Raw().URL.Query()
|
||||
reqQP.Set("api-version", "2024-05-02-preview")
|
||||
reqQP.Set("api-version", "2024-06-02-preview")
|
||||
req.Raw().URL.RawQuery = reqQP.Encode()
|
||||
req.Raw().Header["Accept"] = []string{"application/json"}
|
||||
if err := runtime.MarshalAsJSON(req, requestPayload); err != nil {
|
||||
|
@ -2019,7 +2019,7 @@ func (client *ManagedClustersClient) runCommandCreateRequest(ctx context.Context
|
|||
// a cluster.
|
||||
// If the operation fails it returns an *azcore.ResponseError type.
|
||||
//
|
||||
// Generated from API version 2024-05-02-preview
|
||||
// Generated from API version 2024-06-02-preview
|
||||
// - resourceGroupName - The name of the resource group. The name is case insensitive.
|
||||
// - resourceName - The name of the managed cluster resource.
|
||||
// - options - ManagedClustersClientBeginStartOptions contains the optional parameters for the ManagedClustersClient.BeginStart
|
||||
|
@ -2046,7 +2046,7 @@ func (client *ManagedClustersClient) BeginStart(ctx context.Context, resourceGro
|
|||
// a cluster.
|
||||
// If the operation fails it returns an *azcore.ResponseError type.
|
||||
//
|
||||
// Generated from API version 2024-05-02-preview
|
||||
// Generated from API version 2024-06-02-preview
|
||||
func (client *ManagedClustersClient) start(ctx context.Context, resourceGroupName string, resourceName string, options *ManagedClustersClientBeginStartOptions) (*http.Response, error) {
|
||||
var err error
|
||||
const operationName = "ManagedClustersClient.BeginStart"
|
||||
|
@ -2088,7 +2088,7 @@ func (client *ManagedClustersClient) startCreateRequest(ctx context.Context, res
|
|||
return nil, err
|
||||
}
|
||||
reqQP := req.Raw().URL.Query()
|
||||
reqQP.Set("api-version", "2024-05-02-preview")
|
||||
reqQP.Set("api-version", "2024-06-02-preview")
|
||||
req.Raw().URL.RawQuery = reqQP.Encode()
|
||||
req.Raw().Header["Accept"] = []string{"application/json"}
|
||||
return req, nil
|
||||
|
@ -2100,7 +2100,7 @@ func (client *ManagedClustersClient) startCreateRequest(ctx context.Context, res
|
|||
// for more details about stopping a cluster.
|
||||
// If the operation fails it returns an *azcore.ResponseError type.
|
||||
//
|
||||
// Generated from API version 2024-05-02-preview
|
||||
// Generated from API version 2024-06-02-preview
|
||||
// - resourceGroupName - The name of the resource group. The name is case insensitive.
|
||||
// - resourceName - The name of the managed cluster resource.
|
||||
// - options - ManagedClustersClientBeginStopOptions contains the optional parameters for the ManagedClustersClient.BeginStop
|
||||
|
@ -2129,7 +2129,7 @@ func (client *ManagedClustersClient) BeginStop(ctx context.Context, resourceGrou
|
|||
// for more details about stopping a cluster.
|
||||
// If the operation fails it returns an *azcore.ResponseError type.
|
||||
//
|
||||
// Generated from API version 2024-05-02-preview
|
||||
// Generated from API version 2024-06-02-preview
|
||||
func (client *ManagedClustersClient) stop(ctx context.Context, resourceGroupName string, resourceName string, options *ManagedClustersClientBeginStopOptions) (*http.Response, error) {
|
||||
var err error
|
||||
const operationName = "ManagedClustersClient.BeginStop"
|
||||
|
@ -2171,7 +2171,7 @@ func (client *ManagedClustersClient) stopCreateRequest(ctx context.Context, reso
|
|||
return nil, err
|
||||
}
|
||||
reqQP := req.Raw().URL.Query()
|
||||
reqQP.Set("api-version", "2024-05-02-preview")
|
||||
reqQP.Set("api-version", "2024-06-02-preview")
|
||||
req.Raw().URL.RawQuery = reqQP.Encode()
|
||||
req.Raw().Header["Accept"] = []string{"application/json"}
|
||||
return req, nil
|
||||
|
@ -2180,7 +2180,7 @@ func (client *ManagedClustersClient) stopCreateRequest(ctx context.Context, reso
|
|||
// BeginUpdateTags - Updates tags on a managed cluster.
|
||||
// If the operation fails it returns an *azcore.ResponseError type.
|
||||
//
|
||||
// Generated from API version 2024-05-02-preview
|
||||
// Generated from API version 2024-06-02-preview
|
||||
// - resourceGroupName - The name of the resource group. The name is case insensitive.
|
||||
// - resourceName - The name of the managed cluster resource.
|
||||
// - parameters - Parameters supplied to the Update Managed Cluster Tags operation.
|
||||
|
@ -2206,7 +2206,7 @@ func (client *ManagedClustersClient) BeginUpdateTags(ctx context.Context, resour
|
|||
// UpdateTags - Updates tags on a managed cluster.
|
||||
// If the operation fails it returns an *azcore.ResponseError type.
|
||||
//
|
||||
// Generated from API version 2024-05-02-preview
|
||||
// Generated from API version 2024-06-02-preview
|
||||
func (client *ManagedClustersClient) updateTags(ctx context.Context, resourceGroupName string, resourceName string, parameters TagsObject, options *ManagedClustersClientBeginUpdateTagsOptions) (*http.Response, error) {
|
||||
var err error
|
||||
const operationName = "ManagedClustersClient.BeginUpdateTags"
|
||||
|
@ -2248,7 +2248,7 @@ func (client *ManagedClustersClient) updateTagsCreateRequest(ctx context.Context
|
|||
return nil, err
|
||||
}
|
||||
reqQP := req.Raw().URL.Query()
|
||||
reqQP.Set("api-version", "2024-05-02-preview")
|
||||
reqQP.Set("api-version", "2024-06-02-preview")
|
||||
req.Raw().URL.RawQuery = reqQP.Encode()
|
||||
req.Raw().Header["Accept"] = []string{"application/json"}
|
||||
if options != nil && options.IfMatch != nil {
|
||||
|
|
|
@ -20,7 +20,7 @@ import (
|
|||
"github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/containerservice/armcontainerservice/v6"
|
||||
)
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/KubernetesVersions_List.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/KubernetesVersions_List.json
|
||||
func ExampleManagedClustersClient_ListKubernetesVersions() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -116,7 +116,7 @@ func ExampleManagedClustersClient_ListKubernetesVersions() {
|
|||
// }
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/ManagedClustersList.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/ManagedClustersList.json
|
||||
func ExampleManagedClustersClient_NewListPager() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -195,7 +195,7 @@ func ExampleManagedClustersClient_NewListPager() {
|
|||
}
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/ManagedClustersListByResourceGroup.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/ManagedClustersListByResourceGroup.json
|
||||
func ExampleManagedClustersClient_NewListByResourceGroupPager() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -272,7 +272,7 @@ func ExampleManagedClustersClient_NewListByResourceGroupPager() {
|
|||
}
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/ManagedClustersGetUpgradeProfile.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/ManagedClustersGetUpgradeProfile.json
|
||||
func ExampleManagedClustersClient_GetUpgradeProfile() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -326,7 +326,7 @@ func ExampleManagedClustersClient_GetUpgradeProfile() {
|
|||
// }
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/ManagedClustersGetAccessProfile.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/ManagedClustersGetAccessProfile.json
|
||||
func ExampleManagedClustersClient_GetAccessProfile() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -355,7 +355,7 @@ func ExampleManagedClustersClient_GetAccessProfile() {
|
|||
// }
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/ManagedClustersListClusterCredentialResult.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/ManagedClustersListClusterCredentialResult.json
|
||||
func ExampleManagedClustersClient_ListClusterAdminCredentials() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -382,7 +382,7 @@ func ExampleManagedClustersClient_ListClusterAdminCredentials() {
|
|||
// }
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/ManagedClustersGet.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/ManagedClustersGet.json
|
||||
func ExampleManagedClustersClient_Get() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -496,7 +496,7 @@ func ExampleManagedClustersClient_Get() {
|
|||
// }
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/ManagedClustersAssociate_CRG.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/ManagedClustersAssociate_CRG.json
|
||||
func ExampleManagedClustersClient_BeginCreateOrUpdate_associateManagedClusterWithCapacityReservationGroup() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -665,7 +665,7 @@ func ExampleManagedClustersClient_BeginCreateOrUpdate_associateManagedClusterWit
|
|||
// }
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/ManagedClustersCreate_MCSnapshot.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/ManagedClustersCreate_MCSnapshot.json
|
||||
func ExampleManagedClustersClient_BeginCreateOrUpdate_createManagedClusterUsingAManagedClusterSnapshot() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -809,7 +809,7 @@ func ExampleManagedClustersClient_BeginCreateOrUpdate_createManagedClusterUsingA
|
|||
// }
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/ManagedClustersCreate_Snapshot.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/ManagedClustersCreate_Snapshot.json
|
||||
func ExampleManagedClustersClient_BeginCreateOrUpdate_createManagedClusterUsingAnAgentPoolSnapshot() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -984,7 +984,7 @@ func ExampleManagedClustersClient_BeginCreateOrUpdate_createManagedClusterUsingA
|
|||
// }
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/ManagedClustersCreate_EnableAIToolchainOperator.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/ManagedClustersCreate_EnableAIToolchainOperator.json
|
||||
func ExampleManagedClustersClient_BeginCreateOrUpdate_createManagedClusterWithAiToolchainOperatorEnabled() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -1140,7 +1140,7 @@ func ExampleManagedClustersClient_BeginCreateOrUpdate_createManagedClusterWithAi
|
|||
// }
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/ManagedClustersCreate_ManagedNATGateway.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/ManagedClustersCreate_ManagedNATGateway.json
|
||||
func ExampleManagedClustersClient_BeginCreateOrUpdate_createManagedClusterWithAksManagedNatGatewayAsOutboundType() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -1300,7 +1300,7 @@ func ExampleManagedClustersClient_BeginCreateOrUpdate_createManagedClusterWithAk
|
|||
// }
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/ManagedClustersCreate_AzureKeyvaultSecretsProvider.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/ManagedClustersCreate_AzureKeyvaultSecretsProvider.json
|
||||
func ExampleManagedClustersClient_BeginCreateOrUpdate_createManagedClusterWithAzureKeyVaultSecretsProviderAddon() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -1478,7 +1478,7 @@ func ExampleManagedClustersClient_BeginCreateOrUpdate_createManagedClusterWithAz
|
|||
// }
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/ManagedClustersCreate_EnableCustomCATrust.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/ManagedClustersCreate_EnableCustomCATrust.json
|
||||
func ExampleManagedClustersClient_BeginCreateOrUpdate_createManagedClusterWithCustomCaTrustCertificatesPopulatedAndCustomCaTrustEnabled() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -1655,7 +1655,7 @@ func ExampleManagedClustersClient_BeginCreateOrUpdate_createManagedClusterWithCu
|
|||
// }
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/ManagedClustersCreate_DedicatedHostGroup.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/ManagedClustersCreate_DedicatedHostGroup.json
|
||||
func ExampleManagedClustersClient_BeginCreateOrUpdate_createManagedClusterWithDedicatedHostGroup() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -1822,7 +1822,7 @@ func ExampleManagedClustersClient_BeginCreateOrUpdate_createManagedClusterWithDe
|
|||
// }
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/ManagedClustersCreate_EnableEncryptionAtHost.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/ManagedClustersCreate_EnableEncryptionAtHost.json
|
||||
func ExampleManagedClustersClient_BeginCreateOrUpdate_createManagedClusterWithEncryptionAtHostEnabled() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -1991,7 +1991,7 @@ func ExampleManagedClustersClient_BeginCreateOrUpdate_createManagedClusterWithEn
|
|||
// }
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/ManagedClustersCreate_EnabledFIPS.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/ManagedClustersCreate_EnabledFIPS.json
|
||||
func ExampleManagedClustersClient_BeginCreateOrUpdate_createManagedClusterWithFipsEnabledOs() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -2160,7 +2160,7 @@ func ExampleManagedClustersClient_BeginCreateOrUpdate_createManagedClusterWithFi
|
|||
// }
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/ManagedClustersCreate_GPUMIG.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/ManagedClustersCreate_GPUMIG.json
|
||||
func ExampleManagedClustersClient_BeginCreateOrUpdate_createManagedClusterWithGpumig() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -2345,7 +2345,7 @@ func ExampleManagedClustersClient_BeginCreateOrUpdate_createManagedClusterWithGp
|
|||
// }
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/ManagedClustersCreate_HTTPProxy.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/ManagedClustersCreate_HTTPProxy.json
|
||||
func ExampleManagedClustersClient_BeginCreateOrUpdate_createManagedClusterWithHttpProxyConfigured() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -2528,7 +2528,7 @@ func ExampleManagedClustersClient_BeginCreateOrUpdate_createManagedClusterWithHt
|
|||
// }
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/ManagedClustersCreate_Premium.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/ManagedClustersCreate_Premium.json
|
||||
func ExampleManagedClustersClient_BeginCreateOrUpdate_createManagedClusterWithLongTermSupport() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -2708,7 +2708,7 @@ func ExampleManagedClustersClient_BeginCreateOrUpdate_createManagedClusterWithLo
|
|||
// }
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/ManagedClustersCreate_NodeAutoProvisioning.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/ManagedClustersCreate_NodeAutoProvisioning.json
|
||||
func ExampleManagedClustersClient_BeginCreateOrUpdate_createManagedClusterWithNodeAutoProvisioning() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -2860,7 +2860,7 @@ func ExampleManagedClustersClient_BeginCreateOrUpdate_createManagedClusterWithNo
|
|||
// }
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/ManagedClustersCreate_NodePublicIPPrefix.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/ManagedClustersCreate_NodePublicIPPrefix.json
|
||||
func ExampleManagedClustersClient_BeginCreateOrUpdate_createManagedClusterWithNodePublicIpPrefix() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -3029,7 +3029,7 @@ func ExampleManagedClustersClient_BeginCreateOrUpdate_createManagedClusterWithNo
|
|||
// }
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/ManagedClustersCreate_OSSKU.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/ManagedClustersCreate_OSSKU.json
|
||||
func ExampleManagedClustersClient_BeginCreateOrUpdate_createManagedClusterWithOssku() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -3214,7 +3214,7 @@ func ExampleManagedClustersClient_BeginCreateOrUpdate_createManagedClusterWithOs
|
|||
// }
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/ManagedClustersCreate_PPG.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/ManagedClustersCreate_PPG.json
|
||||
func ExampleManagedClustersClient_BeginCreateOrUpdate_createManagedClusterWithPpg() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -3383,7 +3383,7 @@ func ExampleManagedClustersClient_BeginCreateOrUpdate_createManagedClusterWithPp
|
|||
// }
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/ManagedClustersCreate_PodIdentity.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/ManagedClustersCreate_PodIdentity.json
|
||||
func ExampleManagedClustersClient_BeginCreateOrUpdate_createManagedClusterWithPodIdentityEnabled() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -3558,7 +3558,7 @@ func ExampleManagedClustersClient_BeginCreateOrUpdate_createManagedClusterWithPo
|
|||
// }
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/ManagedClustersCreate_DisableRunCommand.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/ManagedClustersCreate_DisableRunCommand.json
|
||||
func ExampleManagedClustersClient_BeginCreateOrUpdate_createManagedClusterWithRunCommandDisabled() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -3733,7 +3733,7 @@ func ExampleManagedClustersClient_BeginCreateOrUpdate_createManagedClusterWithRu
|
|||
// }
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/ManagedClustersCreate_SecurityProfile.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/ManagedClustersCreate_SecurityProfile.json
|
||||
func ExampleManagedClustersClient_BeginCreateOrUpdate_createManagedClusterWithSecurityProfileConfigured() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -3896,7 +3896,7 @@ func ExampleManagedClustersClient_BeginCreateOrUpdate_createManagedClusterWithSe
|
|||
// }
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/ManagedClustersCreate_EnableUltraSSD.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/ManagedClustersCreate_EnableUltraSSD.json
|
||||
func ExampleManagedClustersClient_BeginCreateOrUpdate_createManagedClusterWithUltraSsdEnabled() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -4065,7 +4065,7 @@ func ExampleManagedClustersClient_BeginCreateOrUpdate_createManagedClusterWithUl
|
|||
// }
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/ManagedClustersCreate_VirtualMachines.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/ManagedClustersCreate_VirtualMachines.json
|
||||
func ExampleManagedClustersClient_BeginCreateOrUpdate_createManagedClusterWithVirtualMachinesPoolType() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -4217,7 +4217,7 @@ func ExampleManagedClustersClient_BeginCreateOrUpdate_createManagedClusterWithVi
|
|||
// }
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/ManagedClustersCreate_IngressProfile_WebAppRouting.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/ManagedClustersCreate_IngressProfile_WebAppRouting.json
|
||||
func ExampleManagedClustersClient_BeginCreateOrUpdate_createManagedClusterWithWebAppRoutingIngressProfileConfigured() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -4377,7 +4377,7 @@ func ExampleManagedClustersClient_BeginCreateOrUpdate_createManagedClusterWithWe
|
|||
// }
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/ManagedClustersCreate_UserAssignedNATGateway.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/ManagedClustersCreate_UserAssignedNATGateway.json
|
||||
func ExampleManagedClustersClient_BeginCreateOrUpdate_createManagedClusterWithUserAssignedNatGatewayAsOutboundType() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -4519,7 +4519,7 @@ func ExampleManagedClustersClient_BeginCreateOrUpdate_createManagedClusterWithUs
|
|||
// }
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/ManagedClustersCreate_PrivateClusterPublicFQDN.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/ManagedClustersCreate_PrivateClusterPublicFQDN.json
|
||||
func ExampleManagedClustersClient_BeginCreateOrUpdate_createManagedPrivateClusterWithPublicFqdnSpecified() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -4696,7 +4696,7 @@ func ExampleManagedClustersClient_BeginCreateOrUpdate_createManagedPrivateCluste
|
|||
// }
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/ManagedClustersCreate_PrivateClusterFQDNSubdomain.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/ManagedClustersCreate_PrivateClusterFQDNSubdomain.json
|
||||
func ExampleManagedClustersClient_BeginCreateOrUpdate_createManagedPrivateClusterWithFqdnSubdomainSpecified() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -4871,7 +4871,7 @@ func ExampleManagedClustersClient_BeginCreateOrUpdate_createManagedPrivateCluste
|
|||
// }
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/ManagedClustersCreate_UpdateWithEnableAzureRBAC.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/ManagedClustersCreate_UpdateWithEnableAzureRBAC.json
|
||||
func ExampleManagedClustersClient_BeginCreateOrUpdate_createUpdateAadManagedClusterWithEnableAzureRbac() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -5055,7 +5055,7 @@ func ExampleManagedClustersClient_BeginCreateOrUpdate_createUpdateAadManagedClus
|
|||
// }
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/ManagedClustersCreate_Update.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/ManagedClustersCreate_Update.json
|
||||
func ExampleManagedClustersClient_BeginCreateOrUpdate_createUpdateManagedCluster() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -5269,7 +5269,7 @@ func ExampleManagedClustersClient_BeginCreateOrUpdate_createUpdateManagedCluster
|
|||
// }
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/ManagedClustersCreate_AzureServiceMesh.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/ManagedClustersCreate_AzureServiceMesh.json
|
||||
func ExampleManagedClustersClient_BeginCreateOrUpdate_createUpdateManagedClusterWithAzureServiceMesh() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -5499,7 +5499,7 @@ func ExampleManagedClustersClient_BeginCreateOrUpdate_createUpdateManagedCluster
|
|||
// }
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/ManagedClustersCreate_UpdateWithAHUB.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/ManagedClustersCreate_UpdateWithAHUB.json
|
||||
func ExampleManagedClustersClient_BeginCreateOrUpdate_createUpdateManagedClusterWithEnableAhub() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -5691,7 +5691,7 @@ func ExampleManagedClustersClient_BeginCreateOrUpdate_createUpdateManagedCluster
|
|||
// }
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/ManagedClustersCreate_UpdateWithEnableNamespaceResources.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/ManagedClustersCreate_UpdateWithEnableNamespaceResources.json
|
||||
func ExampleManagedClustersClient_BeginCreateOrUpdate_createUpdateManagedClusterWithEnableNamespaceResources() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -5868,7 +5868,7 @@ func ExampleManagedClustersClient_BeginCreateOrUpdate_createUpdateManagedCluster
|
|||
// }
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/ManagedClustersCreate_UpdateWindowsGmsa.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/ManagedClustersCreate_UpdateWindowsGmsa.json
|
||||
func ExampleManagedClustersClient_BeginCreateOrUpdate_createUpdateManagedClusterWithWindowsGMsaEnabled() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -6064,7 +6064,7 @@ func ExampleManagedClustersClient_BeginCreateOrUpdate_createUpdateManagedCluster
|
|||
// }
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/ManagedClustersCreate_DualStackNetworking.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/ManagedClustersCreate_DualStackNetworking.json
|
||||
func ExampleManagedClustersClient_BeginCreateOrUpdate_createUpdateManagedClusterWithDualStackNetworking() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -6276,7 +6276,7 @@ func ExampleManagedClustersClient_BeginCreateOrUpdate_createUpdateManagedCluster
|
|||
// }
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/ManagedClustersUpdateTags.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/ManagedClustersUpdateTags.json
|
||||
func ExampleManagedClustersClient_BeginUpdateTags() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -6353,7 +6353,7 @@ func ExampleManagedClustersClient_BeginUpdateTags() {
|
|||
// }
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/ManagedClustersDelete.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/ManagedClustersDelete.json
|
||||
func ExampleManagedClustersClient_BeginDelete() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -6376,7 +6376,7 @@ func ExampleManagedClustersClient_BeginDelete() {
|
|||
}
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/ManagedClustersResetServicePrincipalProfile.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/ManagedClustersResetServicePrincipalProfile.json
|
||||
func ExampleManagedClustersClient_BeginResetServicePrincipalProfile() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -6400,7 +6400,7 @@ func ExampleManagedClustersClient_BeginResetServicePrincipalProfile() {
|
|||
}
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/ManagedClustersResetAADProfile.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/ManagedClustersResetAADProfile.json
|
||||
func ExampleManagedClustersClient_BeginResetAADProfile() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -6426,7 +6426,7 @@ func ExampleManagedClustersClient_BeginResetAADProfile() {
|
|||
}
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/ManagedClustersAbortOperation.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/ManagedClustersAbortOperation.json
|
||||
func ExampleManagedClustersClient_BeginAbortLatestOperation() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -6447,7 +6447,7 @@ func ExampleManagedClustersClient_BeginAbortLatestOperation() {
|
|||
}
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/ManagedClustersRotateClusterCertificates.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/ManagedClustersRotateClusterCertificates.json
|
||||
func ExampleManagedClustersClient_BeginRotateClusterCertificates() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -6468,7 +6468,7 @@ func ExampleManagedClustersClient_BeginRotateClusterCertificates() {
|
|||
}
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/ManagedClustersRotateServiceAccountSigningKeys.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/ManagedClustersRotateServiceAccountSigningKeys.json
|
||||
func ExampleManagedClustersClient_BeginRotateServiceAccountSigningKeys() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -6489,7 +6489,7 @@ func ExampleManagedClustersClient_BeginRotateServiceAccountSigningKeys() {
|
|||
}
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/ManagedClustersStop.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/ManagedClustersStop.json
|
||||
func ExampleManagedClustersClient_BeginStop() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -6510,7 +6510,7 @@ func ExampleManagedClustersClient_BeginStop() {
|
|||
}
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/ManagedClustersStart.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/ManagedClustersStart.json
|
||||
func ExampleManagedClustersClient_BeginStart() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -6531,7 +6531,7 @@ func ExampleManagedClustersClient_BeginStart() {
|
|||
}
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/RunCommandRequest.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/RunCommandRequest.json
|
||||
func ExampleManagedClustersClient_BeginRunCommand() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -6569,7 +6569,7 @@ func ExampleManagedClustersClient_BeginRunCommand() {
|
|||
// }
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/RunCommandResultFailed.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/RunCommandResultFailed.json
|
||||
func ExampleManagedClustersClient_GetCommandResult_commandFailedResult() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -6596,7 +6596,7 @@ func ExampleManagedClustersClient_GetCommandResult_commandFailedResult() {
|
|||
// }
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/RunCommandResultSucceed.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/RunCommandResultSucceed.json
|
||||
func ExampleManagedClustersClient_GetCommandResult_commandSucceedResult() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -6626,7 +6626,7 @@ func ExampleManagedClustersClient_GetCommandResult_commandSucceedResult() {
|
|||
// }
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/OutboundNetworkDependenciesEndpointsList.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/OutboundNetworkDependenciesEndpointsList.json
|
||||
func ExampleManagedClustersClient_NewListOutboundNetworkDependenciesEndpointsPager() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -6851,7 +6851,7 @@ func ExampleManagedClustersClient_NewListOutboundNetworkDependenciesEndpointsPag
|
|||
}
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/GetGuardrailsVersions.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/GetGuardrailsVersions.json
|
||||
func ExampleManagedClustersClient_GetGuardrailsVersions() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -6880,7 +6880,7 @@ func ExampleManagedClustersClient_GetGuardrailsVersions() {
|
|||
// }
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/ListGuardrailsVersions.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/ListGuardrailsVersions.json
|
||||
func ExampleManagedClustersClient_NewListGuardrailsVersionsPager() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -6917,7 +6917,7 @@ func ExampleManagedClustersClient_NewListGuardrailsVersionsPager() {
|
|||
}
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/GetSafeguardsVersions.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/GetSafeguardsVersions.json
|
||||
func ExampleManagedClustersClient_GetSafeguardsVersions() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -6946,7 +6946,7 @@ func ExampleManagedClustersClient_GetSafeguardsVersions() {
|
|||
// }
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/ListSafeguardsVersions.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/ListSafeguardsVersions.json
|
||||
func ExampleManagedClustersClient_NewListSafeguardsVersionsPager() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -6983,7 +6983,7 @@ func ExampleManagedClustersClient_NewListSafeguardsVersionsPager() {
|
|||
}
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/ManagedClustersList_MeshRevisionProfiles.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/ManagedClustersList_MeshRevisionProfiles.json
|
||||
func ExampleManagedClustersClient_NewListMeshRevisionProfilesPager() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -7047,7 +7047,7 @@ func ExampleManagedClustersClient_NewListMeshRevisionProfilesPager() {
|
|||
}
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/ManagedClustersGet_MeshRevisionProfile.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/ManagedClustersGet_MeshRevisionProfile.json
|
||||
func ExampleManagedClustersClient_GetMeshRevisionProfile() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -7103,7 +7103,7 @@ func ExampleManagedClustersClient_GetMeshRevisionProfile() {
|
|||
// }
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/ManagedClustersList_MeshUpgradeProfiles.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/ManagedClustersList_MeshUpgradeProfiles.json
|
||||
func ExampleManagedClustersClient_NewListMeshUpgradeProfilesPager() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -7150,7 +7150,7 @@ func ExampleManagedClustersClient_NewListMeshUpgradeProfilesPager() {
|
|||
}
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/ManagedClustersGet_MeshUpgradeProfile.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/ManagedClustersGet_MeshUpgradeProfile.json
|
||||
func ExampleManagedClustersClient_GetMeshUpgradeProfile() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -7189,7 +7189,7 @@ func ExampleManagedClustersClient_GetMeshUpgradeProfile() {
|
|||
// }
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/LoadBalancers_Rebalance.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/LoadBalancers_Rebalance.json
|
||||
func ExampleManagedClustersClient_BeginRebalanceLoadBalancers() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
|
|
@ -46,7 +46,7 @@ func NewManagedClusterSnapshotsClient(subscriptionID string, credential azcore.T
|
|||
// CreateOrUpdate - Creates or updates a managed cluster snapshot.
|
||||
// If the operation fails it returns an *azcore.ResponseError type.
|
||||
//
|
||||
// Generated from API version 2024-05-02-preview
|
||||
// Generated from API version 2024-06-02-preview
|
||||
// - resourceGroupName - The name of the resource group. The name is case insensitive.
|
||||
// - resourceName - The name of the managed cluster resource.
|
||||
// - parameters - The managed cluster snapshot to create or update.
|
||||
|
@ -94,7 +94,7 @@ func (client *ManagedClusterSnapshotsClient) createOrUpdateCreateRequest(ctx con
|
|||
return nil, err
|
||||
}
|
||||
reqQP := req.Raw().URL.Query()
|
||||
reqQP.Set("api-version", "2024-05-02-preview")
|
||||
reqQP.Set("api-version", "2024-06-02-preview")
|
||||
req.Raw().URL.RawQuery = reqQP.Encode()
|
||||
req.Raw().Header["Accept"] = []string{"application/json"}
|
||||
if err := runtime.MarshalAsJSON(req, parameters); err != nil {
|
||||
|
@ -115,7 +115,7 @@ func (client *ManagedClusterSnapshotsClient) createOrUpdateHandleResponse(resp *
|
|||
// Delete - Deletes a managed cluster snapshot.
|
||||
// If the operation fails it returns an *azcore.ResponseError type.
|
||||
//
|
||||
// Generated from API version 2024-05-02-preview
|
||||
// Generated from API version 2024-06-02-preview
|
||||
// - resourceGroupName - The name of the resource group. The name is case insensitive.
|
||||
// - resourceName - The name of the managed cluster resource.
|
||||
// - options - ManagedClusterSnapshotsClientDeleteOptions contains the optional parameters for the ManagedClusterSnapshotsClient.Delete
|
||||
|
@ -161,7 +161,7 @@ func (client *ManagedClusterSnapshotsClient) deleteCreateRequest(ctx context.Con
|
|||
return nil, err
|
||||
}
|
||||
reqQP := req.Raw().URL.Query()
|
||||
reqQP.Set("api-version", "2024-05-02-preview")
|
||||
reqQP.Set("api-version", "2024-06-02-preview")
|
||||
req.Raw().URL.RawQuery = reqQP.Encode()
|
||||
req.Raw().Header["Accept"] = []string{"application/json"}
|
||||
return req, nil
|
||||
|
@ -170,7 +170,7 @@ func (client *ManagedClusterSnapshotsClient) deleteCreateRequest(ctx context.Con
|
|||
// Get - Gets a managed cluster snapshot.
|
||||
// If the operation fails it returns an *azcore.ResponseError type.
|
||||
//
|
||||
// Generated from API version 2024-05-02-preview
|
||||
// Generated from API version 2024-06-02-preview
|
||||
// - resourceGroupName - The name of the resource group. The name is case insensitive.
|
||||
// - resourceName - The name of the managed cluster resource.
|
||||
// - options - ManagedClusterSnapshotsClientGetOptions contains the optional parameters for the ManagedClusterSnapshotsClient.Get
|
||||
|
@ -217,7 +217,7 @@ func (client *ManagedClusterSnapshotsClient) getCreateRequest(ctx context.Contex
|
|||
return nil, err
|
||||
}
|
||||
reqQP := req.Raw().URL.Query()
|
||||
reqQP.Set("api-version", "2024-05-02-preview")
|
||||
reqQP.Set("api-version", "2024-06-02-preview")
|
||||
req.Raw().URL.RawQuery = reqQP.Encode()
|
||||
req.Raw().Header["Accept"] = []string{"application/json"}
|
||||
return req, nil
|
||||
|
@ -234,7 +234,7 @@ func (client *ManagedClusterSnapshotsClient) getHandleResponse(resp *http.Respon
|
|||
|
||||
// NewListPager - Gets a list of managed cluster snapshots in the specified subscription.
|
||||
//
|
||||
// Generated from API version 2024-05-02-preview
|
||||
// Generated from API version 2024-06-02-preview
|
||||
// - options - ManagedClusterSnapshotsClientListOptions contains the optional parameters for the ManagedClusterSnapshotsClient.NewListPager
|
||||
// method.
|
||||
func (client *ManagedClusterSnapshotsClient) NewListPager(options *ManagedClusterSnapshotsClientListOptions) *runtime.Pager[ManagedClusterSnapshotsClientListResponse] {
|
||||
|
@ -272,7 +272,7 @@ func (client *ManagedClusterSnapshotsClient) listCreateRequest(ctx context.Conte
|
|||
return nil, err
|
||||
}
|
||||
reqQP := req.Raw().URL.Query()
|
||||
reqQP.Set("api-version", "2024-05-02-preview")
|
||||
reqQP.Set("api-version", "2024-06-02-preview")
|
||||
req.Raw().URL.RawQuery = reqQP.Encode()
|
||||
req.Raw().Header["Accept"] = []string{"application/json"}
|
||||
return req, nil
|
||||
|
@ -289,7 +289,7 @@ func (client *ManagedClusterSnapshotsClient) listHandleResponse(resp *http.Respo
|
|||
|
||||
// NewListByResourceGroupPager - Lists managed cluster snapshots in the specified subscription and resource group.
|
||||
//
|
||||
// Generated from API version 2024-05-02-preview
|
||||
// Generated from API version 2024-06-02-preview
|
||||
// - resourceGroupName - The name of the resource group. The name is case insensitive.
|
||||
// - options - ManagedClusterSnapshotsClientListByResourceGroupOptions contains the optional parameters for the ManagedClusterSnapshotsClient.NewListByResourceGroupPager
|
||||
// method.
|
||||
|
@ -332,7 +332,7 @@ func (client *ManagedClusterSnapshotsClient) listByResourceGroupCreateRequest(ct
|
|||
return nil, err
|
||||
}
|
||||
reqQP := req.Raw().URL.Query()
|
||||
reqQP.Set("api-version", "2024-05-02-preview")
|
||||
reqQP.Set("api-version", "2024-06-02-preview")
|
||||
req.Raw().URL.RawQuery = reqQP.Encode()
|
||||
req.Raw().Header["Accept"] = []string{"application/json"}
|
||||
return req, nil
|
||||
|
@ -350,7 +350,7 @@ func (client *ManagedClusterSnapshotsClient) listByResourceGroupHandleResponse(r
|
|||
// UpdateTags - Updates tags on a managed cluster snapshot.
|
||||
// If the operation fails it returns an *azcore.ResponseError type.
|
||||
//
|
||||
// Generated from API version 2024-05-02-preview
|
||||
// Generated from API version 2024-06-02-preview
|
||||
// - resourceGroupName - The name of the resource group. The name is case insensitive.
|
||||
// - resourceName - The name of the managed cluster resource.
|
||||
// - parameters - Parameters supplied to the Update managed cluster snapshot Tags operation.
|
||||
|
@ -398,7 +398,7 @@ func (client *ManagedClusterSnapshotsClient) updateTagsCreateRequest(ctx context
|
|||
return nil, err
|
||||
}
|
||||
reqQP := req.Raw().URL.Query()
|
||||
reqQP.Set("api-version", "2024-05-02-preview")
|
||||
reqQP.Set("api-version", "2024-06-02-preview")
|
||||
req.Raw().URL.RawQuery = reqQP.Encode()
|
||||
req.Raw().Header["Accept"] = []string{"application/json"}
|
||||
if err := runtime.MarshalAsJSON(req, parameters); err != nil {
|
||||
|
|
|
@ -18,7 +18,7 @@ import (
|
|||
"github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/containerservice/armcontainerservice/v6"
|
||||
)
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/ManagedClusterSnapshotsList.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/ManagedClusterSnapshotsList.json
|
||||
func ExampleManagedClusterSnapshotsClient_NewListPager() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -81,7 +81,7 @@ func ExampleManagedClusterSnapshotsClient_NewListPager() {
|
|||
}
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/ManagedClusterSnapshotsListByResourceGroup.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/ManagedClusterSnapshotsListByResourceGroup.json
|
||||
func ExampleManagedClusterSnapshotsClient_NewListByResourceGroupPager() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -144,7 +144,7 @@ func ExampleManagedClusterSnapshotsClient_NewListByResourceGroupPager() {
|
|||
}
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/ManagedClusterSnapshotsGet.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/ManagedClusterSnapshotsGet.json
|
||||
func ExampleManagedClusterSnapshotsClient_Get() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -199,7 +199,7 @@ func ExampleManagedClusterSnapshotsClient_Get() {
|
|||
// }
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/ManagedClusterSnapshotsCreate.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/ManagedClusterSnapshotsCreate.json
|
||||
func ExampleManagedClusterSnapshotsClient_CreateOrUpdate() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -265,7 +265,7 @@ func ExampleManagedClusterSnapshotsClient_CreateOrUpdate() {
|
|||
// }
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/ManagedClusterSnapshotsUpdateTags.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/ManagedClusterSnapshotsUpdateTags.json
|
||||
func ExampleManagedClusterSnapshotsClient_UpdateTags() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -325,7 +325,7 @@ func ExampleManagedClusterSnapshotsClient_UpdateTags() {
|
|||
// }
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/ManagedClusterSnapshotsDelete.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/ManagedClusterSnapshotsDelete.json
|
||||
func ExampleManagedClusterSnapshotsClient_Delete() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
|
|
@ -30,6 +30,16 @@ type AccessProfile struct {
|
|||
type AdvancedNetworking struct {
|
||||
// Observability profile to enable advanced network metrics and flow logs with historical contexts.
|
||||
Observability *AdvancedNetworkingObservability
|
||||
|
||||
// Security profile to enable security features on cilium based cluster.
|
||||
Security *AdvancedNetworkingSecurity
|
||||
}
|
||||
|
||||
// AdvancedNetworkingFQDNPolicy - FQDNFiltering profile to enable FQDN Policy filtering on cilium based cluster.
|
||||
type AdvancedNetworkingFQDNPolicy struct {
|
||||
// This feature allows user to configure network policy based on DNS (FQDN) names. It can be enabled only on cilium based
|
||||
// clusters. If not specified, the default is false.
|
||||
Enabled *bool
|
||||
}
|
||||
|
||||
// AdvancedNetworkingObservability - Observability profile to enable advanced network metrics and flow logs with historical
|
||||
|
@ -37,6 +47,17 @@ type AdvancedNetworking struct {
|
|||
type AdvancedNetworkingObservability struct {
|
||||
// Indicates the enablement of Advanced Networking observability functionalities on clusters.
|
||||
Enabled *bool
|
||||
|
||||
// Management of TLS certificates for querying network flow logs via the flow log endpoint for Advanced Networking observability
|
||||
// clusters. If not specified, the default is Managed. For more information
|
||||
// see aka.ms/acnstls.
|
||||
TLSManagement *TLSManagement
|
||||
}
|
||||
|
||||
// AdvancedNetworkingSecurity - Security profile to enable security features on cilium based cluster.
|
||||
type AdvancedNetworkingSecurity struct {
|
||||
// FQDNFiltering profile to enable FQDN Policy filtering on cilium based cluster.
|
||||
FqdnPolicy *AdvancedNetworkingFQDNPolicy
|
||||
}
|
||||
|
||||
// AgentPool - Agent Pool.
|
||||
|
@ -1599,6 +1620,11 @@ type ManagedClusterIngressProfile struct {
|
|||
WebAppRouting *ManagedClusterIngressProfileWebAppRouting
|
||||
}
|
||||
|
||||
type ManagedClusterIngressProfileNginx struct {
|
||||
// Ingress type for the default NginxIngressController custom resource
|
||||
DefaultIngressControllerType *NginxIngressControllerType
|
||||
}
|
||||
|
||||
// ManagedClusterIngressProfileWebAppRouting - Web App Routing settings for the ingress profile.
|
||||
type ManagedClusterIngressProfileWebAppRouting struct {
|
||||
// Resource IDs of the DNS zones to be associated with the Web App Routing add-on. Used only when Web App Routing is enabled.
|
||||
|
@ -1609,6 +1635,9 @@ type ManagedClusterIngressProfileWebAppRouting struct {
|
|||
// Whether to enable Web App Routing.
|
||||
Enabled *bool
|
||||
|
||||
// Configuration for the default NginxIngressController. See more at https://learn.microsoft.com/en-us/azure/aks/app-routing-nginx-configuration#the-default-nginx-ingress-controller.
|
||||
Nginx *ManagedClusterIngressProfileNginx
|
||||
|
||||
// READ-ONLY; Managed identity of the Web Application Routing add-on. This is the identity that should be granted permissions,
|
||||
// for example, to manage the associated Azure DNS resource and get certificates from
|
||||
// Azure Key Vault. See this overview of the add-on [https://learn.microsoft.com/en-us/azure/aks/web-app-routing?tabs=with-osm]
|
||||
|
@ -2872,8 +2901,7 @@ type ScaleProfile struct {
|
|||
// AutoScaleProfile is allowed.
|
||||
Autoscale []*AutoScaleProfile
|
||||
|
||||
// Specifications on how to scale the VirtualMachines agent pool to a fixed size. Currently, at most one ManualScaleProfile
|
||||
// is allowed.
|
||||
// Specifications on how to scale the VirtualMachines agent pool to a fixed size.
|
||||
Manual []*ManualScaleProfile
|
||||
}
|
||||
|
||||
|
|
|
@ -82,6 +82,7 @@ func (a *AccessProfile) UnmarshalJSON(data []byte) error {
|
|||
func (a AdvancedNetworking) MarshalJSON() ([]byte, error) {
|
||||
objectMap := make(map[string]any)
|
||||
populate(objectMap, "observability", a.Observability)
|
||||
populate(objectMap, "security", a.Security)
|
||||
return json.Marshal(objectMap)
|
||||
}
|
||||
|
||||
|
@ -97,6 +98,36 @@ func (a *AdvancedNetworking) UnmarshalJSON(data []byte) error {
|
|||
case "observability":
|
||||
err = unpopulate(val, "Observability", &a.Observability)
|
||||
delete(rawMsg, key)
|
||||
case "security":
|
||||
err = unpopulate(val, "Security", &a.Security)
|
||||
delete(rawMsg, key)
|
||||
}
|
||||
if err != nil {
|
||||
return fmt.Errorf("unmarshalling type %T: %v", a, err)
|
||||
}
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
// MarshalJSON implements the json.Marshaller interface for type AdvancedNetworkingFQDNPolicy.
|
||||
func (a AdvancedNetworkingFQDNPolicy) MarshalJSON() ([]byte, error) {
|
||||
objectMap := make(map[string]any)
|
||||
populate(objectMap, "enabled", a.Enabled)
|
||||
return json.Marshal(objectMap)
|
||||
}
|
||||
|
||||
// UnmarshalJSON implements the json.Unmarshaller interface for type AdvancedNetworkingFQDNPolicy.
|
||||
func (a *AdvancedNetworkingFQDNPolicy) UnmarshalJSON(data []byte) error {
|
||||
var rawMsg map[string]json.RawMessage
|
||||
if err := json.Unmarshal(data, &rawMsg); err != nil {
|
||||
return fmt.Errorf("unmarshalling type %T: %v", a, err)
|
||||
}
|
||||
for key, val := range rawMsg {
|
||||
var err error
|
||||
switch key {
|
||||
case "enabled":
|
||||
err = unpopulate(val, "Enabled", &a.Enabled)
|
||||
delete(rawMsg, key)
|
||||
}
|
||||
if err != nil {
|
||||
return fmt.Errorf("unmarshalling type %T: %v", a, err)
|
||||
|
@ -109,6 +140,7 @@ func (a *AdvancedNetworking) UnmarshalJSON(data []byte) error {
|
|||
func (a AdvancedNetworkingObservability) MarshalJSON() ([]byte, error) {
|
||||
objectMap := make(map[string]any)
|
||||
populate(objectMap, "enabled", a.Enabled)
|
||||
populate(objectMap, "tlsManagement", a.TLSManagement)
|
||||
return json.Marshal(objectMap)
|
||||
}
|
||||
|
||||
|
@ -124,6 +156,36 @@ func (a *AdvancedNetworkingObservability) UnmarshalJSON(data []byte) error {
|
|||
case "enabled":
|
||||
err = unpopulate(val, "Enabled", &a.Enabled)
|
||||
delete(rawMsg, key)
|
||||
case "tlsManagement":
|
||||
err = unpopulate(val, "TLSManagement", &a.TLSManagement)
|
||||
delete(rawMsg, key)
|
||||
}
|
||||
if err != nil {
|
||||
return fmt.Errorf("unmarshalling type %T: %v", a, err)
|
||||
}
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
// MarshalJSON implements the json.Marshaller interface for type AdvancedNetworkingSecurity.
|
||||
func (a AdvancedNetworkingSecurity) MarshalJSON() ([]byte, error) {
|
||||
objectMap := make(map[string]any)
|
||||
populate(objectMap, "fqdnPolicy", a.FqdnPolicy)
|
||||
return json.Marshal(objectMap)
|
||||
}
|
||||
|
||||
// UnmarshalJSON implements the json.Unmarshaller interface for type AdvancedNetworkingSecurity.
|
||||
func (a *AdvancedNetworkingSecurity) UnmarshalJSON(data []byte) error {
|
||||
var rawMsg map[string]json.RawMessage
|
||||
if err := json.Unmarshal(data, &rawMsg); err != nil {
|
||||
return fmt.Errorf("unmarshalling type %T: %v", a, err)
|
||||
}
|
||||
for key, val := range rawMsg {
|
||||
var err error
|
||||
switch key {
|
||||
case "fqdnPolicy":
|
||||
err = unpopulate(val, "FqdnPolicy", &a.FqdnPolicy)
|
||||
delete(rawMsg, key)
|
||||
}
|
||||
if err != nil {
|
||||
return fmt.Errorf("unmarshalling type %T: %v", a, err)
|
||||
|
@ -3640,12 +3702,40 @@ func (m *ManagedClusterIngressProfile) UnmarshalJSON(data []byte) error {
|
|||
return nil
|
||||
}
|
||||
|
||||
// MarshalJSON implements the json.Marshaller interface for type ManagedClusterIngressProfileNginx.
|
||||
func (m ManagedClusterIngressProfileNginx) MarshalJSON() ([]byte, error) {
|
||||
objectMap := make(map[string]any)
|
||||
populate(objectMap, "defaultIngressControllerType", m.DefaultIngressControllerType)
|
||||
return json.Marshal(objectMap)
|
||||
}
|
||||
|
||||
// UnmarshalJSON implements the json.Unmarshaller interface for type ManagedClusterIngressProfileNginx.
|
||||
func (m *ManagedClusterIngressProfileNginx) UnmarshalJSON(data []byte) error {
|
||||
var rawMsg map[string]json.RawMessage
|
||||
if err := json.Unmarshal(data, &rawMsg); err != nil {
|
||||
return fmt.Errorf("unmarshalling type %T: %v", m, err)
|
||||
}
|
||||
for key, val := range rawMsg {
|
||||
var err error
|
||||
switch key {
|
||||
case "defaultIngressControllerType":
|
||||
err = unpopulate(val, "DefaultIngressControllerType", &m.DefaultIngressControllerType)
|
||||
delete(rawMsg, key)
|
||||
}
|
||||
if err != nil {
|
||||
return fmt.Errorf("unmarshalling type %T: %v", m, err)
|
||||
}
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
// MarshalJSON implements the json.Marshaller interface for type ManagedClusterIngressProfileWebAppRouting.
|
||||
func (m ManagedClusterIngressProfileWebAppRouting) MarshalJSON() ([]byte, error) {
|
||||
objectMap := make(map[string]any)
|
||||
populate(objectMap, "dnsZoneResourceIds", m.DNSZoneResourceIDs)
|
||||
populate(objectMap, "enabled", m.Enabled)
|
||||
populate(objectMap, "identity", m.Identity)
|
||||
populate(objectMap, "nginx", m.Nginx)
|
||||
return json.Marshal(objectMap)
|
||||
}
|
||||
|
||||
|
@ -3667,6 +3757,9 @@ func (m *ManagedClusterIngressProfileWebAppRouting) UnmarshalJSON(data []byte) e
|
|||
case "identity":
|
||||
err = unpopulate(val, "Identity", &m.Identity)
|
||||
delete(rawMsg, key)
|
||||
case "nginx":
|
||||
err = unpopulate(val, "Nginx", &m.Nginx)
|
||||
delete(rawMsg, key)
|
||||
}
|
||||
if err != nil {
|
||||
return fmt.Errorf("unmarshalling type %T: %v", m, err)
|
||||
|
|
|
@ -39,7 +39,7 @@ func NewOperationsClient(credential azcore.TokenCredential, options *arm.ClientO
|
|||
|
||||
// NewListPager - Gets a list of operations.
|
||||
//
|
||||
// Generated from API version 2024-05-02-preview
|
||||
// Generated from API version 2024-06-02-preview
|
||||
// - options - OperationsClientListOptions contains the optional parameters for the OperationsClient.NewListPager method.
|
||||
func (client *OperationsClient) NewListPager(options *OperationsClientListOptions) *runtime.Pager[OperationsClientListResponse] {
|
||||
return runtime.NewPager(runtime.PagingHandler[OperationsClientListResponse]{
|
||||
|
@ -73,7 +73,7 @@ func (client *OperationsClient) listCreateRequest(ctx context.Context, options *
|
|||
return nil, err
|
||||
}
|
||||
reqQP := req.Raw().URL.Query()
|
||||
reqQP.Set("api-version", "2024-05-02-preview")
|
||||
reqQP.Set("api-version", "2024-06-02-preview")
|
||||
req.Raw().URL.RawQuery = reqQP.Encode()
|
||||
req.Raw().Header["Accept"] = []string{"application/json"}
|
||||
return req, nil
|
||||
|
|
|
@ -17,7 +17,7 @@ import (
|
|||
"github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/containerservice/armcontainerservice/v6"
|
||||
)
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/Operation_List.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/Operation_List.json
|
||||
func ExampleOperationsClient_NewListPager() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
|
|
@ -46,7 +46,7 @@ func NewOperationStatusResultClient(subscriptionID string, credential azcore.Tok
|
|||
// Get - Get the status of a specific operation in the specified managed cluster.
|
||||
// If the operation fails it returns an *azcore.ResponseError type.
|
||||
//
|
||||
// Generated from API version 2024-05-02-preview
|
||||
// Generated from API version 2024-06-02-preview
|
||||
// - resourceGroupName - The name of the resource group. The name is case insensitive.
|
||||
// - resourceName - The name of the managed cluster resource.
|
||||
// - operationID - The ID of an ongoing async operation.
|
||||
|
@ -98,7 +98,7 @@ func (client *OperationStatusResultClient) getCreateRequest(ctx context.Context,
|
|||
return nil, err
|
||||
}
|
||||
reqQP := req.Raw().URL.Query()
|
||||
reqQP.Set("api-version", "2024-05-02-preview")
|
||||
reqQP.Set("api-version", "2024-06-02-preview")
|
||||
req.Raw().URL.RawQuery = reqQP.Encode()
|
||||
req.Raw().Header["Accept"] = []string{"application/json"}
|
||||
return req, nil
|
||||
|
@ -116,7 +116,7 @@ func (client *OperationStatusResultClient) getHandleResponse(resp *http.Response
|
|||
// GetByAgentPool - Get the status of a specific operation in the specified agent pool.
|
||||
// If the operation fails it returns an *azcore.ResponseError type.
|
||||
//
|
||||
// Generated from API version 2024-05-02-preview
|
||||
// Generated from API version 2024-06-02-preview
|
||||
// - resourceGroupName - The name of the resource group. The name is case insensitive.
|
||||
// - resourceName - The name of the managed cluster resource.
|
||||
// - agentPoolName - The name of the agent pool.
|
||||
|
@ -173,7 +173,7 @@ func (client *OperationStatusResultClient) getByAgentPoolCreateRequest(ctx conte
|
|||
return nil, err
|
||||
}
|
||||
reqQP := req.Raw().URL.Query()
|
||||
reqQP.Set("api-version", "2024-05-02-preview")
|
||||
reqQP.Set("api-version", "2024-06-02-preview")
|
||||
req.Raw().URL.RawQuery = reqQP.Encode()
|
||||
req.Raw().Header["Accept"] = []string{"application/json"}
|
||||
return req, nil
|
||||
|
@ -190,7 +190,7 @@ func (client *OperationStatusResultClient) getByAgentPoolHandleResponse(resp *ht
|
|||
|
||||
// NewListPager - Gets a list of operations in the specified managedCluster
|
||||
//
|
||||
// Generated from API version 2024-05-02-preview
|
||||
// Generated from API version 2024-06-02-preview
|
||||
// - resourceGroupName - The name of the resource group. The name is case insensitive.
|
||||
// - resourceName - The name of the managed cluster resource.
|
||||
// - options - OperationStatusResultClientListOptions contains the optional parameters for the OperationStatusResultClient.NewListPager
|
||||
|
@ -238,7 +238,7 @@ func (client *OperationStatusResultClient) listCreateRequest(ctx context.Context
|
|||
return nil, err
|
||||
}
|
||||
reqQP := req.Raw().URL.Query()
|
||||
reqQP.Set("api-version", "2024-05-02-preview")
|
||||
reqQP.Set("api-version", "2024-06-02-preview")
|
||||
req.Raw().URL.RawQuery = reqQP.Encode()
|
||||
req.Raw().Header["Accept"] = []string{"application/json"}
|
||||
return req, nil
|
||||
|
|
|
@ -17,7 +17,7 @@ import (
|
|||
"github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/containerservice/armcontainerservice/v6"
|
||||
)
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/OperationStatusResultList.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/OperationStatusResultList.json
|
||||
func ExampleOperationStatusResultClient_NewListPager() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -63,7 +63,7 @@ func ExampleOperationStatusResultClient_NewListPager() {
|
|||
}
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/OperationStatusResultGet.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/OperationStatusResultGet.json
|
||||
func ExampleOperationStatusResultClient_Get() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -90,7 +90,7 @@ func ExampleOperationStatusResultClient_Get() {
|
|||
// }
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/OperationStatusResultGetByAgentPool.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/OperationStatusResultGetByAgentPool.json
|
||||
func ExampleOperationStatusResultClient_GetByAgentPool() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
|
|
@ -46,7 +46,7 @@ func NewPrivateEndpointConnectionsClient(subscriptionID string, credential azcor
|
|||
// BeginDelete - Deletes a private endpoint connection.
|
||||
// If the operation fails it returns an *azcore.ResponseError type.
|
||||
//
|
||||
// Generated from API version 2024-05-02-preview
|
||||
// Generated from API version 2024-06-02-preview
|
||||
// - resourceGroupName - The name of the resource group. The name is case insensitive.
|
||||
// - resourceName - The name of the managed cluster resource.
|
||||
// - privateEndpointConnectionName - The name of the private endpoint connection.
|
||||
|
@ -72,7 +72,7 @@ func (client *PrivateEndpointConnectionsClient) BeginDelete(ctx context.Context,
|
|||
// Delete - Deletes a private endpoint connection.
|
||||
// If the operation fails it returns an *azcore.ResponseError type.
|
||||
//
|
||||
// Generated from API version 2024-05-02-preview
|
||||
// Generated from API version 2024-06-02-preview
|
||||
func (client *PrivateEndpointConnectionsClient) deleteOperation(ctx context.Context, resourceGroupName string, resourceName string, privateEndpointConnectionName string, options *PrivateEndpointConnectionsClientBeginDeleteOptions) (*http.Response, error) {
|
||||
var err error
|
||||
const operationName = "PrivateEndpointConnectionsClient.BeginDelete"
|
||||
|
@ -118,7 +118,7 @@ func (client *PrivateEndpointConnectionsClient) deleteCreateRequest(ctx context.
|
|||
return nil, err
|
||||
}
|
||||
reqQP := req.Raw().URL.Query()
|
||||
reqQP.Set("api-version", "2024-05-02-preview")
|
||||
reqQP.Set("api-version", "2024-06-02-preview")
|
||||
req.Raw().URL.RawQuery = reqQP.Encode()
|
||||
req.Raw().Header["Accept"] = []string{"application/json"}
|
||||
return req, nil
|
||||
|
@ -127,7 +127,7 @@ func (client *PrivateEndpointConnectionsClient) deleteCreateRequest(ctx context.
|
|||
// Get - To learn more about private clusters, see: https://docs.microsoft.com/azure/aks/private-clusters
|
||||
// If the operation fails it returns an *azcore.ResponseError type.
|
||||
//
|
||||
// Generated from API version 2024-05-02-preview
|
||||
// Generated from API version 2024-06-02-preview
|
||||
// - resourceGroupName - The name of the resource group. The name is case insensitive.
|
||||
// - resourceName - The name of the managed cluster resource.
|
||||
// - privateEndpointConnectionName - The name of the private endpoint connection.
|
||||
|
@ -179,7 +179,7 @@ func (client *PrivateEndpointConnectionsClient) getCreateRequest(ctx context.Con
|
|||
return nil, err
|
||||
}
|
||||
reqQP := req.Raw().URL.Query()
|
||||
reqQP.Set("api-version", "2024-05-02-preview")
|
||||
reqQP.Set("api-version", "2024-06-02-preview")
|
||||
req.Raw().URL.RawQuery = reqQP.Encode()
|
||||
req.Raw().Header["Accept"] = []string{"application/json"}
|
||||
return req, nil
|
||||
|
@ -197,7 +197,7 @@ func (client *PrivateEndpointConnectionsClient) getHandleResponse(resp *http.Res
|
|||
// List - To learn more about private clusters, see: https://docs.microsoft.com/azure/aks/private-clusters
|
||||
// If the operation fails it returns an *azcore.ResponseError type.
|
||||
//
|
||||
// Generated from API version 2024-05-02-preview
|
||||
// Generated from API version 2024-06-02-preview
|
||||
// - resourceGroupName - The name of the resource group. The name is case insensitive.
|
||||
// - resourceName - The name of the managed cluster resource.
|
||||
// - options - PrivateEndpointConnectionsClientListOptions contains the optional parameters for the PrivateEndpointConnectionsClient.List
|
||||
|
@ -244,7 +244,7 @@ func (client *PrivateEndpointConnectionsClient) listCreateRequest(ctx context.Co
|
|||
return nil, err
|
||||
}
|
||||
reqQP := req.Raw().URL.Query()
|
||||
reqQP.Set("api-version", "2024-05-02-preview")
|
||||
reqQP.Set("api-version", "2024-06-02-preview")
|
||||
req.Raw().URL.RawQuery = reqQP.Encode()
|
||||
req.Raw().Header["Accept"] = []string{"application/json"}
|
||||
return req, nil
|
||||
|
@ -262,7 +262,7 @@ func (client *PrivateEndpointConnectionsClient) listHandleResponse(resp *http.Re
|
|||
// Update - Updates a private endpoint connection.
|
||||
// If the operation fails it returns an *azcore.ResponseError type.
|
||||
//
|
||||
// Generated from API version 2024-05-02-preview
|
||||
// Generated from API version 2024-06-02-preview
|
||||
// - resourceGroupName - The name of the resource group. The name is case insensitive.
|
||||
// - resourceName - The name of the managed cluster resource.
|
||||
// - privateEndpointConnectionName - The name of the private endpoint connection.
|
||||
|
@ -315,7 +315,7 @@ func (client *PrivateEndpointConnectionsClient) updateCreateRequest(ctx context.
|
|||
return nil, err
|
||||
}
|
||||
reqQP := req.Raw().URL.Query()
|
||||
reqQP.Set("api-version", "2024-05-02-preview")
|
||||
reqQP.Set("api-version", "2024-06-02-preview")
|
||||
req.Raw().URL.RawQuery = reqQP.Encode()
|
||||
req.Raw().Header["Accept"] = []string{"application/json"}
|
||||
if err := runtime.MarshalAsJSON(req, parameters); err != nil {
|
||||
|
|
|
@ -18,7 +18,7 @@ import (
|
|||
"github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/containerservice/armcontainerservice/v6"
|
||||
)
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/PrivateEndpointConnectionsList.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/PrivateEndpointConnectionsList.json
|
||||
func ExamplePrivateEndpointConnectionsClient_List() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -55,7 +55,7 @@ func ExamplePrivateEndpointConnectionsClient_List() {
|
|||
// }
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/PrivateEndpointConnectionsGet.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/PrivateEndpointConnectionsGet.json
|
||||
func ExamplePrivateEndpointConnectionsClient_Get() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -89,7 +89,7 @@ func ExamplePrivateEndpointConnectionsClient_Get() {
|
|||
// }
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/PrivateEndpointConnectionsUpdate.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/PrivateEndpointConnectionsUpdate.json
|
||||
func ExamplePrivateEndpointConnectionsClient_Update() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -129,7 +129,7 @@ func ExamplePrivateEndpointConnectionsClient_Update() {
|
|||
// }
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/PrivateEndpointConnectionsDelete.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/PrivateEndpointConnectionsDelete.json
|
||||
func ExamplePrivateEndpointConnectionsClient_BeginDelete() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
|
|
@ -46,7 +46,7 @@ func NewPrivateLinkResourcesClient(subscriptionID string, credential azcore.Toke
|
|||
// List - To learn more about private clusters, see: https://docs.microsoft.com/azure/aks/private-clusters
|
||||
// If the operation fails it returns an *azcore.ResponseError type.
|
||||
//
|
||||
// Generated from API version 2024-05-02-preview
|
||||
// Generated from API version 2024-06-02-preview
|
||||
// - resourceGroupName - The name of the resource group. The name is case insensitive.
|
||||
// - resourceName - The name of the managed cluster resource.
|
||||
// - options - PrivateLinkResourcesClientListOptions contains the optional parameters for the PrivateLinkResourcesClient.List
|
||||
|
@ -93,7 +93,7 @@ func (client *PrivateLinkResourcesClient) listCreateRequest(ctx context.Context,
|
|||
return nil, err
|
||||
}
|
||||
reqQP := req.Raw().URL.Query()
|
||||
reqQP.Set("api-version", "2024-05-02-preview")
|
||||
reqQP.Set("api-version", "2024-06-02-preview")
|
||||
req.Raw().URL.RawQuery = reqQP.Encode()
|
||||
req.Raw().Header["Accept"] = []string{"application/json"}
|
||||
return req, nil
|
||||
|
|
|
@ -17,7 +17,7 @@ import (
|
|||
"github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/containerservice/armcontainerservice/v6"
|
||||
)
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/PrivateLinkResourcesList.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/PrivateLinkResourcesList.json
|
||||
func ExamplePrivateLinkResourcesClient_List() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
|
|
@ -46,7 +46,7 @@ func NewResolvePrivateLinkServiceIDClient(subscriptionID string, credential azco
|
|||
// POST - Gets the private link service ID for the specified managed cluster.
|
||||
// If the operation fails it returns an *azcore.ResponseError type.
|
||||
//
|
||||
// Generated from API version 2024-05-02-preview
|
||||
// Generated from API version 2024-06-02-preview
|
||||
// - resourceGroupName - The name of the resource group. The name is case insensitive.
|
||||
// - resourceName - The name of the managed cluster resource.
|
||||
// - parameters - Parameters required in order to resolve a private link service ID.
|
||||
|
@ -94,7 +94,7 @@ func (client *ResolvePrivateLinkServiceIDClient) postCreateRequest(ctx context.C
|
|||
return nil, err
|
||||
}
|
||||
reqQP := req.Raw().URL.Query()
|
||||
reqQP.Set("api-version", "2024-05-02-preview")
|
||||
reqQP.Set("api-version", "2024-06-02-preview")
|
||||
req.Raw().URL.RawQuery = reqQP.Encode()
|
||||
req.Raw().Header["Accept"] = []string{"application/json"}
|
||||
if err := runtime.MarshalAsJSON(req, parameters); err != nil {
|
||||
|
|
|
@ -18,7 +18,7 @@ import (
|
|||
"github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/containerservice/armcontainerservice/v6"
|
||||
)
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/ResolvePrivateLinkServiceId.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/ResolvePrivateLinkServiceId.json
|
||||
func ExampleResolvePrivateLinkServiceIDClient_POST() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
|
|
@ -46,7 +46,7 @@ func NewSnapshotsClient(subscriptionID string, credential azcore.TokenCredential
|
|||
// CreateOrUpdate - Creates or updates a snapshot.
|
||||
// If the operation fails it returns an *azcore.ResponseError type.
|
||||
//
|
||||
// Generated from API version 2024-05-02-preview
|
||||
// Generated from API version 2024-06-02-preview
|
||||
// - resourceGroupName - The name of the resource group. The name is case insensitive.
|
||||
// - resourceName - The name of the managed cluster resource.
|
||||
// - parameters - The snapshot to create or update.
|
||||
|
@ -94,7 +94,7 @@ func (client *SnapshotsClient) createOrUpdateCreateRequest(ctx context.Context,
|
|||
return nil, err
|
||||
}
|
||||
reqQP := req.Raw().URL.Query()
|
||||
reqQP.Set("api-version", "2024-05-02-preview")
|
||||
reqQP.Set("api-version", "2024-06-02-preview")
|
||||
req.Raw().URL.RawQuery = reqQP.Encode()
|
||||
req.Raw().Header["Accept"] = []string{"application/json"}
|
||||
if err := runtime.MarshalAsJSON(req, parameters); err != nil {
|
||||
|
@ -115,7 +115,7 @@ func (client *SnapshotsClient) createOrUpdateHandleResponse(resp *http.Response)
|
|||
// Delete - Deletes a snapshot.
|
||||
// If the operation fails it returns an *azcore.ResponseError type.
|
||||
//
|
||||
// Generated from API version 2024-05-02-preview
|
||||
// Generated from API version 2024-06-02-preview
|
||||
// - resourceGroupName - The name of the resource group. The name is case insensitive.
|
||||
// - resourceName - The name of the managed cluster resource.
|
||||
// - options - SnapshotsClientDeleteOptions contains the optional parameters for the SnapshotsClient.Delete method.
|
||||
|
@ -160,7 +160,7 @@ func (client *SnapshotsClient) deleteCreateRequest(ctx context.Context, resource
|
|||
return nil, err
|
||||
}
|
||||
reqQP := req.Raw().URL.Query()
|
||||
reqQP.Set("api-version", "2024-05-02-preview")
|
||||
reqQP.Set("api-version", "2024-06-02-preview")
|
||||
req.Raw().URL.RawQuery = reqQP.Encode()
|
||||
req.Raw().Header["Accept"] = []string{"application/json"}
|
||||
return req, nil
|
||||
|
@ -169,7 +169,7 @@ func (client *SnapshotsClient) deleteCreateRequest(ctx context.Context, resource
|
|||
// Get - Gets a snapshot.
|
||||
// If the operation fails it returns an *azcore.ResponseError type.
|
||||
//
|
||||
// Generated from API version 2024-05-02-preview
|
||||
// Generated from API version 2024-06-02-preview
|
||||
// - resourceGroupName - The name of the resource group. The name is case insensitive.
|
||||
// - resourceName - The name of the managed cluster resource.
|
||||
// - options - SnapshotsClientGetOptions contains the optional parameters for the SnapshotsClient.Get method.
|
||||
|
@ -215,7 +215,7 @@ func (client *SnapshotsClient) getCreateRequest(ctx context.Context, resourceGro
|
|||
return nil, err
|
||||
}
|
||||
reqQP := req.Raw().URL.Query()
|
||||
reqQP.Set("api-version", "2024-05-02-preview")
|
||||
reqQP.Set("api-version", "2024-06-02-preview")
|
||||
req.Raw().URL.RawQuery = reqQP.Encode()
|
||||
req.Raw().Header["Accept"] = []string{"application/json"}
|
||||
return req, nil
|
||||
|
@ -232,7 +232,7 @@ func (client *SnapshotsClient) getHandleResponse(resp *http.Response) (Snapshots
|
|||
|
||||
// NewListPager - Gets a list of snapshots in the specified subscription.
|
||||
//
|
||||
// Generated from API version 2024-05-02-preview
|
||||
// Generated from API version 2024-06-02-preview
|
||||
// - options - SnapshotsClientListOptions contains the optional parameters for the SnapshotsClient.NewListPager method.
|
||||
func (client *SnapshotsClient) NewListPager(options *SnapshotsClientListOptions) *runtime.Pager[SnapshotsClientListResponse] {
|
||||
return runtime.NewPager(runtime.PagingHandler[SnapshotsClientListResponse]{
|
||||
|
@ -269,7 +269,7 @@ func (client *SnapshotsClient) listCreateRequest(ctx context.Context, options *S
|
|||
return nil, err
|
||||
}
|
||||
reqQP := req.Raw().URL.Query()
|
||||
reqQP.Set("api-version", "2024-05-02-preview")
|
||||
reqQP.Set("api-version", "2024-06-02-preview")
|
||||
req.Raw().URL.RawQuery = reqQP.Encode()
|
||||
req.Raw().Header["Accept"] = []string{"application/json"}
|
||||
return req, nil
|
||||
|
@ -286,7 +286,7 @@ func (client *SnapshotsClient) listHandleResponse(resp *http.Response) (Snapshot
|
|||
|
||||
// NewListByResourceGroupPager - Lists snapshots in the specified subscription and resource group.
|
||||
//
|
||||
// Generated from API version 2024-05-02-preview
|
||||
// Generated from API version 2024-06-02-preview
|
||||
// - resourceGroupName - The name of the resource group. The name is case insensitive.
|
||||
// - options - SnapshotsClientListByResourceGroupOptions contains the optional parameters for the SnapshotsClient.NewListByResourceGroupPager
|
||||
// method.
|
||||
|
@ -329,7 +329,7 @@ func (client *SnapshotsClient) listByResourceGroupCreateRequest(ctx context.Cont
|
|||
return nil, err
|
||||
}
|
||||
reqQP := req.Raw().URL.Query()
|
||||
reqQP.Set("api-version", "2024-05-02-preview")
|
||||
reqQP.Set("api-version", "2024-06-02-preview")
|
||||
req.Raw().URL.RawQuery = reqQP.Encode()
|
||||
req.Raw().Header["Accept"] = []string{"application/json"}
|
||||
return req, nil
|
||||
|
@ -347,7 +347,7 @@ func (client *SnapshotsClient) listByResourceGroupHandleResponse(resp *http.Resp
|
|||
// UpdateTags - Updates tags on a snapshot.
|
||||
// If the operation fails it returns an *azcore.ResponseError type.
|
||||
//
|
||||
// Generated from API version 2024-05-02-preview
|
||||
// Generated from API version 2024-06-02-preview
|
||||
// - resourceGroupName - The name of the resource group. The name is case insensitive.
|
||||
// - resourceName - The name of the managed cluster resource.
|
||||
// - parameters - Parameters supplied to the Update snapshot Tags operation.
|
||||
|
@ -394,7 +394,7 @@ func (client *SnapshotsClient) updateTagsCreateRequest(ctx context.Context, reso
|
|||
return nil, err
|
||||
}
|
||||
reqQP := req.Raw().URL.Query()
|
||||
reqQP.Set("api-version", "2024-05-02-preview")
|
||||
reqQP.Set("api-version", "2024-06-02-preview")
|
||||
req.Raw().URL.RawQuery = reqQP.Encode()
|
||||
req.Raw().Header["Accept"] = []string{"application/json"}
|
||||
if err := runtime.MarshalAsJSON(req, parameters); err != nil {
|
||||
|
|
|
@ -18,7 +18,7 @@ import (
|
|||
"github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/containerservice/armcontainerservice/v6"
|
||||
)
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/SnapshotsList.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/SnapshotsList.json
|
||||
func ExampleSnapshotsClient_NewListPager() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -73,7 +73,7 @@ func ExampleSnapshotsClient_NewListPager() {
|
|||
}
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/SnapshotsListByResourceGroup.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/SnapshotsListByResourceGroup.json
|
||||
func ExampleSnapshotsClient_NewListByResourceGroupPager() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -128,7 +128,7 @@ func ExampleSnapshotsClient_NewListByResourceGroupPager() {
|
|||
}
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/SnapshotsGet.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/SnapshotsGet.json
|
||||
func ExampleSnapshotsClient_Get() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -175,7 +175,7 @@ func ExampleSnapshotsClient_Get() {
|
|||
// }
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/SnapshotsCreate.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/SnapshotsCreate.json
|
||||
func ExampleSnapshotsClient_CreateOrUpdate() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -233,7 +233,7 @@ func ExampleSnapshotsClient_CreateOrUpdate() {
|
|||
// }
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/SnapshotsUpdateTags.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/SnapshotsUpdateTags.json
|
||||
func ExampleSnapshotsClient_UpdateTags() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -285,7 +285,7 @@ func ExampleSnapshotsClient_UpdateTags() {
|
|||
// }
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/SnapshotsDelete.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/SnapshotsDelete.json
|
||||
func ExampleSnapshotsClient_Delete() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
|
|
@ -46,7 +46,7 @@ func NewTrustedAccessRoleBindingsClient(subscriptionID string, credential azcore
|
|||
// BeginCreateOrUpdate - Create or update a trusted access role binding
|
||||
// If the operation fails it returns an *azcore.ResponseError type.
|
||||
//
|
||||
// Generated from API version 2024-05-02-preview
|
||||
// Generated from API version 2024-06-02-preview
|
||||
// - resourceGroupName - The name of the resource group. The name is case insensitive.
|
||||
// - resourceName - The name of the managed cluster resource.
|
||||
// - trustedAccessRoleBindingName - The name of trusted access role binding.
|
||||
|
@ -73,7 +73,7 @@ func (client *TrustedAccessRoleBindingsClient) BeginCreateOrUpdate(ctx context.C
|
|||
// CreateOrUpdate - Create or update a trusted access role binding
|
||||
// If the operation fails it returns an *azcore.ResponseError type.
|
||||
//
|
||||
// Generated from API version 2024-05-02-preview
|
||||
// Generated from API version 2024-06-02-preview
|
||||
func (client *TrustedAccessRoleBindingsClient) createOrUpdate(ctx context.Context, resourceGroupName string, resourceName string, trustedAccessRoleBindingName string, trustedAccessRoleBinding TrustedAccessRoleBinding, options *TrustedAccessRoleBindingsClientBeginCreateOrUpdateOptions) (*http.Response, error) {
|
||||
var err error
|
||||
const operationName = "TrustedAccessRoleBindingsClient.BeginCreateOrUpdate"
|
||||
|
@ -119,7 +119,7 @@ func (client *TrustedAccessRoleBindingsClient) createOrUpdateCreateRequest(ctx c
|
|||
return nil, err
|
||||
}
|
||||
reqQP := req.Raw().URL.Query()
|
||||
reqQP.Set("api-version", "2024-05-02-preview")
|
||||
reqQP.Set("api-version", "2024-06-02-preview")
|
||||
req.Raw().URL.RawQuery = reqQP.Encode()
|
||||
req.Raw().Header["Accept"] = []string{"application/json"}
|
||||
if err := runtime.MarshalAsJSON(req, trustedAccessRoleBinding); err != nil {
|
||||
|
@ -131,7 +131,7 @@ func (client *TrustedAccessRoleBindingsClient) createOrUpdateCreateRequest(ctx c
|
|||
// BeginDelete - Delete a trusted access role binding.
|
||||
// If the operation fails it returns an *azcore.ResponseError type.
|
||||
//
|
||||
// Generated from API version 2024-05-02-preview
|
||||
// Generated from API version 2024-06-02-preview
|
||||
// - resourceGroupName - The name of the resource group. The name is case insensitive.
|
||||
// - resourceName - The name of the managed cluster resource.
|
||||
// - trustedAccessRoleBindingName - The name of trusted access role binding.
|
||||
|
@ -157,7 +157,7 @@ func (client *TrustedAccessRoleBindingsClient) BeginDelete(ctx context.Context,
|
|||
// Delete - Delete a trusted access role binding.
|
||||
// If the operation fails it returns an *azcore.ResponseError type.
|
||||
//
|
||||
// Generated from API version 2024-05-02-preview
|
||||
// Generated from API version 2024-06-02-preview
|
||||
func (client *TrustedAccessRoleBindingsClient) deleteOperation(ctx context.Context, resourceGroupName string, resourceName string, trustedAccessRoleBindingName string, options *TrustedAccessRoleBindingsClientBeginDeleteOptions) (*http.Response, error) {
|
||||
var err error
|
||||
const operationName = "TrustedAccessRoleBindingsClient.BeginDelete"
|
||||
|
@ -203,7 +203,7 @@ func (client *TrustedAccessRoleBindingsClient) deleteCreateRequest(ctx context.C
|
|||
return nil, err
|
||||
}
|
||||
reqQP := req.Raw().URL.Query()
|
||||
reqQP.Set("api-version", "2024-05-02-preview")
|
||||
reqQP.Set("api-version", "2024-06-02-preview")
|
||||
req.Raw().URL.RawQuery = reqQP.Encode()
|
||||
req.Raw().Header["Accept"] = []string{"application/json"}
|
||||
return req, nil
|
||||
|
@ -212,7 +212,7 @@ func (client *TrustedAccessRoleBindingsClient) deleteCreateRequest(ctx context.C
|
|||
// Get - Get a trusted access role binding.
|
||||
// If the operation fails it returns an *azcore.ResponseError type.
|
||||
//
|
||||
// Generated from API version 2024-05-02-preview
|
||||
// Generated from API version 2024-06-02-preview
|
||||
// - resourceGroupName - The name of the resource group. The name is case insensitive.
|
||||
// - resourceName - The name of the managed cluster resource.
|
||||
// - trustedAccessRoleBindingName - The name of trusted access role binding.
|
||||
|
@ -264,7 +264,7 @@ func (client *TrustedAccessRoleBindingsClient) getCreateRequest(ctx context.Cont
|
|||
return nil, err
|
||||
}
|
||||
reqQP := req.Raw().URL.Query()
|
||||
reqQP.Set("api-version", "2024-05-02-preview")
|
||||
reqQP.Set("api-version", "2024-06-02-preview")
|
||||
req.Raw().URL.RawQuery = reqQP.Encode()
|
||||
req.Raw().Header["Accept"] = []string{"application/json"}
|
||||
return req, nil
|
||||
|
@ -281,7 +281,7 @@ func (client *TrustedAccessRoleBindingsClient) getHandleResponse(resp *http.Resp
|
|||
|
||||
// NewListPager - List trusted access role bindings.
|
||||
//
|
||||
// Generated from API version 2024-05-02-preview
|
||||
// Generated from API version 2024-06-02-preview
|
||||
// - resourceGroupName - The name of the resource group. The name is case insensitive.
|
||||
// - resourceName - The name of the managed cluster resource.
|
||||
// - options - TrustedAccessRoleBindingsClientListOptions contains the optional parameters for the TrustedAccessRoleBindingsClient.NewListPager
|
||||
|
@ -329,7 +329,7 @@ func (client *TrustedAccessRoleBindingsClient) listCreateRequest(ctx context.Con
|
|||
return nil, err
|
||||
}
|
||||
reqQP := req.Raw().URL.Query()
|
||||
reqQP.Set("api-version", "2024-05-02-preview")
|
||||
reqQP.Set("api-version", "2024-06-02-preview")
|
||||
req.Raw().URL.RawQuery = reqQP.Encode()
|
||||
req.Raw().Header["Accept"] = []string{"application/json"}
|
||||
return req, nil
|
||||
|
|
|
@ -18,7 +18,7 @@ import (
|
|||
"github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/containerservice/armcontainerservice/v6"
|
||||
)
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/TrustedAccessRoleBindings_List.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/TrustedAccessRoleBindings_List.json
|
||||
func ExampleTrustedAccessRoleBindingsClient_NewListPager() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -57,7 +57,7 @@ func ExampleTrustedAccessRoleBindingsClient_NewListPager() {
|
|||
}
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/TrustedAccessRoleBindings_Get.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/TrustedAccessRoleBindings_Get.json
|
||||
func ExampleTrustedAccessRoleBindingsClient_Get() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -88,7 +88,7 @@ func ExampleTrustedAccessRoleBindingsClient_Get() {
|
|||
// }
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/TrustedAccessRoleBindings_CreateOrUpdate.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/TrustedAccessRoleBindings_CreateOrUpdate.json
|
||||
func ExampleTrustedAccessRoleBindingsClient_BeginCreateOrUpdate() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
@ -130,7 +130,7 @@ func ExampleTrustedAccessRoleBindingsClient_BeginCreateOrUpdate() {
|
|||
// }
|
||||
}
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/TrustedAccessRoleBindings_Delete.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/TrustedAccessRoleBindings_Delete.json
|
||||
func ExampleTrustedAccessRoleBindingsClient_BeginDelete() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
|
|
@ -45,7 +45,7 @@ func NewTrustedAccessRolesClient(subscriptionID string, credential azcore.TokenC
|
|||
|
||||
// NewListPager - List supported trusted access roles.
|
||||
//
|
||||
// Generated from API version 2024-05-02-preview
|
||||
// Generated from API version 2024-06-02-preview
|
||||
// - location - The name of the Azure region.
|
||||
// - options - TrustedAccessRolesClientListOptions contains the optional parameters for the TrustedAccessRolesClient.NewListPager
|
||||
// method.
|
||||
|
@ -88,7 +88,7 @@ func (client *TrustedAccessRolesClient) listCreateRequest(ctx context.Context, l
|
|||
return nil, err
|
||||
}
|
||||
reqQP := req.Raw().URL.Query()
|
||||
reqQP.Set("api-version", "2024-05-02-preview")
|
||||
reqQP.Set("api-version", "2024-06-02-preview")
|
||||
req.Raw().URL.RawQuery = reqQP.Encode()
|
||||
req.Raw().Header["Accept"] = []string{"application/json"}
|
||||
return req, nil
|
||||
|
|
|
@ -17,7 +17,7 @@ import (
|
|||
"github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/containerservice/armcontainerservice/v6"
|
||||
)
|
||||
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/c7b98b36e4023331545051284d8500adf98f02fe/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-05-02-preview/examples/TrustedAccessRoles_List.json
|
||||
// Generated from example definition: https://github.com/Azure/azure-rest-api-specs/blob/e79d9ef3e065f2dcb6bd1db51e29c62a99dff5cb/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/preview/2024-06-02-preview/examples/TrustedAccessRoles_List.json
|
||||
func ExampleTrustedAccessRolesClient_NewListPager() {
|
||||
cred, err := azidentity.NewDefaultAzureCredential(nil)
|
||||
if err != nil {
|
||||
|
|
Загрузка…
Ссылка в новой задаче