Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sdk/resourcemanager/api-specs.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"dir": "azure-resourcemanager-containerservice",
"source": "specification/containerservice/resource-manager/readme.md",
"package": "com.azure.resourcemanager.containerservice",
"args": "--tag=package-2022-04 --preserve-model=ContainerServiceVMSizeTypes --rename-model=Ossku:OSSku"
"args": "--tag=package-2022-06 --preserve-model=ContainerServiceVMSizeTypes --rename-model=Ossku:OSSku"
},
"containerservice-hybrid": {
"dir": "../resourcemanagerhybrid/azure-resourcemanager-containerservice",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,18 @@

## 2.17.0-beta.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed
- Replaced property `azureDefender` with `defender` of type `ManagedClusterSecurityProfileDefender`
in `ManagedClusterSecurityProfile`.
- Removed class `ManagedClusterSecurityProfileAzureDefender`.

### Other Changes

#### Dependency Updates

- Updated `api-version` to `2022-06-01`.

## 2.16.0 (2022-06-24)

### Other Changes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
--add-opens com.azure.resourcemanager.containerservice/com.azure.resourcemanager.containerservice=ALL-UNNAMED
--add-opens com.azure.resourcemanager.containerservice/com.azure.resourcemanager.containerservice.implementation=ALL-UNNAMED
</javaModulesSurefireArgLine>
<revapi.skip>true</revapi.skip>
</properties>

<developers>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -407,8 +407,10 @@ Response<AgentPoolUpgradeProfileInner> getUpgradeProfileWithResponse(
String resourceGroupName, String resourceName, String agentPoolName, Context context);

/**
* See [supported Kubernetes versions](https://docs.microsoft.com/azure/aks/supported-kubernetes-versions) for more
* details about the version lifecycle.
* Gets a list of supported Kubernetes versions for the specified agent pool.
*
* <p>See [supported Kubernetes versions](https://docs.microsoft.com/azure/aks/supported-kubernetes-versions) for
* more details about the version lifecycle.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param resourceName The name of the managed cluster resource.
Expand All @@ -423,8 +425,10 @@ Mono<Response<AgentPoolAvailableVersionsInner>> getAvailableAgentPoolVersionsWit
String resourceGroupName, String resourceName);

/**
* See [supported Kubernetes versions](https://docs.microsoft.com/azure/aks/supported-kubernetes-versions) for more
* details about the version lifecycle.
* Gets a list of supported Kubernetes versions for the specified agent pool.
*
* <p>See [supported Kubernetes versions](https://docs.microsoft.com/azure/aks/supported-kubernetes-versions) for
* more details about the version lifecycle.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param resourceName The name of the managed cluster resource.
Expand All @@ -438,8 +442,10 @@ Mono<AgentPoolAvailableVersionsInner> getAvailableAgentPoolVersionsAsync(
String resourceGroupName, String resourceName);

/**
* See [supported Kubernetes versions](https://docs.microsoft.com/azure/aks/supported-kubernetes-versions) for more
* details about the version lifecycle.
* Gets a list of supported Kubernetes versions for the specified agent pool.
*
* <p>See [supported Kubernetes versions](https://docs.microsoft.com/azure/aks/supported-kubernetes-versions) for
* more details about the version lifecycle.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param resourceName The name of the managed cluster resource.
Expand All @@ -452,8 +458,10 @@ Mono<AgentPoolAvailableVersionsInner> getAvailableAgentPoolVersionsAsync(
AgentPoolAvailableVersionsInner getAvailableAgentPoolVersions(String resourceGroupName, String resourceName);

/**
* See [supported Kubernetes versions](https://docs.microsoft.com/azure/aks/supported-kubernetes-versions) for more
* details about the version lifecycle.
* Gets a list of supported Kubernetes versions for the specified agent pool.
*
* <p>See [supported Kubernetes versions](https://docs.microsoft.com/azure/aks/supported-kubernetes-versions) for
* more details about the version lifecycle.
*
* @param resourceGroupName The name of the resource group. The name is case insensitive.
* @param resourceName The name of the managed cluster resource.
Expand All @@ -468,7 +476,9 @@ Response<AgentPoolAvailableVersionsInner> getAvailableAgentPoolVersionsWithRespo
String resourceGroupName, String resourceName, Context context);

/**
* Upgrading the node image version of an agent pool applies the newest OS and runtime updates to the nodes. AKS
* Upgrades the node image version of an agent pool to the latest.
*
* <p>Upgrading the node image version of an agent pool applies the newest OS and runtime updates to the nodes. AKS
* provides one new image per week with the latest updates. For more details on node image versions, see:
* https://docs.microsoft.com/azure/aks/node-image-upgrade.
*
Expand All @@ -485,7 +495,9 @@ Mono<Response<Flux<ByteBuffer>>> upgradeNodeImageVersionWithResponseAsync(
String resourceGroupName, String resourceName, String agentPoolName);

/**
* Upgrading the node image version of an agent pool applies the newest OS and runtime updates to the nodes. AKS
* Upgrades the node image version of an agent pool to the latest.
*
* <p>Upgrading the node image version of an agent pool applies the newest OS and runtime updates to the nodes. AKS
* provides one new image per week with the latest updates. For more details on node image versions, see:
* https://docs.microsoft.com/azure/aks/node-image-upgrade.
*
Expand All @@ -502,7 +514,9 @@ PollerFlux<PollResult<AgentPoolInner>, AgentPoolInner> beginUpgradeNodeImageVers
String resourceGroupName, String resourceName, String agentPoolName);

/**
* Upgrading the node image version of an agent pool applies the newest OS and runtime updates to the nodes. AKS
* Upgrades the node image version of an agent pool to the latest.
*
* <p>Upgrading the node image version of an agent pool applies the newest OS and runtime updates to the nodes. AKS
* provides one new image per week with the latest updates. For more details on node image versions, see:
* https://docs.microsoft.com/azure/aks/node-image-upgrade.
*
Expand All @@ -519,7 +533,9 @@ SyncPoller<PollResult<AgentPoolInner>, AgentPoolInner> beginUpgradeNodeImageVers
String resourceGroupName, String resourceName, String agentPoolName);

/**
* Upgrading the node image version of an agent pool applies the newest OS and runtime updates to the nodes. AKS
* Upgrades the node image version of an agent pool to the latest.
*
* <p>Upgrading the node image version of an agent pool applies the newest OS and runtime updates to the nodes. AKS
* provides one new image per week with the latest updates. For more details on node image versions, see:
* https://docs.microsoft.com/azure/aks/node-image-upgrade.
*
Expand All @@ -537,7 +553,9 @@ SyncPoller<PollResult<AgentPoolInner>, AgentPoolInner> beginUpgradeNodeImageVers
String resourceGroupName, String resourceName, String agentPoolName, Context context);

/**
* Upgrading the node image version of an agent pool applies the newest OS and runtime updates to the nodes. AKS
* Upgrades the node image version of an agent pool to the latest.
*
* <p>Upgrading the node image version of an agent pool applies the newest OS and runtime updates to the nodes. AKS
* provides one new image per week with the latest updates. For more details on node image versions, see:
* https://docs.microsoft.com/azure/aks/node-image-upgrade.
*
Expand All @@ -554,7 +572,9 @@ Mono<AgentPoolInner> upgradeNodeImageVersionAsync(
String resourceGroupName, String resourceName, String agentPoolName);

/**
* Upgrading the node image version of an agent pool applies the newest OS and runtime updates to the nodes. AKS
* Upgrades the node image version of an agent pool to the latest.
*
* <p>Upgrading the node image version of an agent pool applies the newest OS and runtime updates to the nodes. AKS
* provides one new image per week with the latest updates. For more details on node image versions, see:
* https://docs.microsoft.com/azure/aks/node-image-upgrade.
*
Expand All @@ -570,7 +590,9 @@ Mono<AgentPoolInner> upgradeNodeImageVersionAsync(
AgentPoolInner upgradeNodeImageVersion(String resourceGroupName, String resourceName, String agentPoolName);

/**
* Upgrading the node image version of an agent pool applies the newest OS and runtime updates to the nodes. AKS
* Upgrades the node image version of an agent pool to the latest.
*
* <p>Upgrading the node image version of an agent pool applies the newest OS and runtime updates to the nodes. AKS
* provides one new image per week with the latest updates. For more details on node image versions, see:
* https://docs.microsoft.com/azure/aks/node-image-upgrade.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
/** An instance of this class provides access to all the operations defined in ContainerServicesClient. */
public interface ContainerServicesClient {
/**
* Gets a list of supported orchestrators in the specified subscription. The operation returns properties of each
* Gets a list of supported orchestrators in the specified subscription.
*
* <p>Gets a list of supported orchestrators in the specified subscription. The operation returns properties of each
* orchestrator including version, available upgrades and whether that version or upgrades are in preview.
*
* @param location The name of a supported Azure region.
Expand All @@ -30,7 +32,9 @@ Mono<Response<OrchestratorVersionProfileListResultInner>> listOrchestratorsWithR
String location, String resourceType);

/**
* Gets a list of supported orchestrators in the specified subscription. The operation returns properties of each
* Gets a list of supported orchestrators in the specified subscription.
*
* <p>Gets a list of supported orchestrators in the specified subscription. The operation returns properties of each
* orchestrator including version, available upgrades and whether that version or upgrades are in preview.
*
* @param location The name of a supported Azure region.
Expand All @@ -44,7 +48,9 @@ Mono<Response<OrchestratorVersionProfileListResultInner>> listOrchestratorsWithR
Mono<OrchestratorVersionProfileListResultInner> listOrchestratorsAsync(String location, String resourceType);

/**
* Gets a list of supported orchestrators in the specified subscription. The operation returns properties of each
* Gets a list of supported orchestrators in the specified subscription.
*
* <p>Gets a list of supported orchestrators in the specified subscription. The operation returns properties of each
* orchestrator including version, available upgrades and whether that version or upgrades are in preview.
*
* @param location The name of a supported Azure region.
Expand All @@ -57,7 +63,9 @@ Mono<Response<OrchestratorVersionProfileListResultInner>> listOrchestratorsWithR
Mono<OrchestratorVersionProfileListResultInner> listOrchestratorsAsync(String location);

/**
* Gets a list of supported orchestrators in the specified subscription. The operation returns properties of each
* Gets a list of supported orchestrators in the specified subscription.
*
* <p>Gets a list of supported orchestrators in the specified subscription. The operation returns properties of each
* orchestrator including version, available upgrades and whether that version or upgrades are in preview.
*
* @param location The name of a supported Azure region.
Expand All @@ -70,7 +78,9 @@ Mono<Response<OrchestratorVersionProfileListResultInner>> listOrchestratorsWithR
OrchestratorVersionProfileListResultInner listOrchestrators(String location);

/**
* Gets a list of supported orchestrators in the specified subscription. The operation returns properties of each
* Gets a list of supported orchestrators in the specified subscription.
*
* <p>Gets a list of supported orchestrators in the specified subscription. The operation returns properties of each
* orchestrator including version, available upgrades and whether that version or upgrades are in preview.
*
* @param location The name of a supported Azure region.
Expand Down
Loading