Skip to content
Draft
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
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Release History

## 1.0.0 (2026-03-26)

### Features Added

- Enum `AKSIdentityType` added member `WORKLOAD`
- Model `Extension` added property `managed_by`
- Model `ExtensionProperties` added property `auto_upgrade_mode`
- Model `ExtensionProperties` added property `management_details`
- Model `ExtensionProperties` added property `additional_details`
- Model `ExtensionProperties` added property `extension_state`
- Model `ExtensionPropertiesAksAssignedIdentity` added property `object_id`
- Model `ExtensionPropertiesAksAssignedIdentity` added property `client_id`
- Model `ExtensionPropertiesAksAssignedIdentity` added property `resource_id`
- Model `PatchExtensionProperties` added property `auto_upgrade_mode`
- Added model `AccessDetail`
- Added model `AdditionalDetails`
- Added enum `AutoUpgradeMode`
- Added model `ManagementDetails`

## 1.0.0b2 (2026-03-18)

### Features Added
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"apiVersion": "2024-11-01",
"apiVersion": "2025-03-01",
"apiVersions": {
"Microsoft.KubernetesConfiguration": "2024-11-01"
"Microsoft.KubernetesConfiguration": "2025-03-01"
},
"commit": "bf2f971b4319da9f5624da7f3c13d487be477897",
"commit": "0758803aaaacc14ce831053cf0eb592e09e14f93",
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
"typespec_src": "specification/kubernetesconfiguration/resource-manager/Microsoft.KubernetesConfiguration/extensions",
"emitterVersion": "0.61.0"
"emitterVersion": "0.61.1"
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"CrossLanguagePackageId": "Microsoft.KubernetesConfiguration",
"CrossLanguageDefinitionId": {
"azure.mgmt.kubernetesconfiguration.extensions.models.AccessDetail": "Microsoft.KubernetesConfiguration.AccessDetail",
"azure.mgmt.kubernetesconfiguration.extensions.models.AdditionalDetails": "Microsoft.KubernetesConfiguration.AdditionalDetails",
"azure.mgmt.kubernetesconfiguration.extensions.models.ErrorAdditionalInfo": "Azure.ResourceManager.CommonTypes.ErrorAdditionalInfo",
"azure.mgmt.kubernetesconfiguration.extensions.models.ErrorDetail": "Azure.ResourceManager.CommonTypes.ErrorDetail",
"azure.mgmt.kubernetesconfiguration.extensions.models.ErrorResponse": "Azure.ResourceManager.CommonTypes.ErrorResponse",
Expand All @@ -11,6 +13,7 @@
"azure.mgmt.kubernetesconfiguration.extensions.models.ExtensionPropertiesAksAssignedIdentity": "Microsoft.KubernetesConfiguration.ExtensionPropertiesAksAssignedIdentity",
"azure.mgmt.kubernetesconfiguration.extensions.models.ExtensionStatus": "Microsoft.KubernetesConfiguration.ExtensionStatus",
"azure.mgmt.kubernetesconfiguration.extensions.models.Identity": "Azure.ResourceManager.CommonTypes.Identity",
"azure.mgmt.kubernetesconfiguration.extensions.models.ManagementDetails": "Microsoft.KubernetesConfiguration.ManagementDetails",
"azure.mgmt.kubernetesconfiguration.extensions.models.OperationStatusResult": "Microsoft.KubernetesConfiguration.OperationStatusResult",
"azure.mgmt.kubernetesconfiguration.extensions.models.PatchExtension": "Microsoft.KubernetesConfiguration.PatchExtension",
"azure.mgmt.kubernetesconfiguration.extensions.models.PatchExtensionProperties": "Microsoft.KubernetesConfiguration.PatchExtensionProperties",
Expand All @@ -23,6 +26,7 @@
"azure.mgmt.kubernetesconfiguration.extensions.models.ProvisioningState": "Microsoft.KubernetesConfiguration.ProvisioningState",
"azure.mgmt.kubernetesconfiguration.extensions.models.LevelType": "Microsoft.KubernetesConfiguration.LevelType",
"azure.mgmt.kubernetesconfiguration.extensions.models.AKSIdentityType": "Microsoft.KubernetesConfiguration.AKSIdentityType",
"azure.mgmt.kubernetesconfiguration.extensions.models.AutoUpgradeMode": "Microsoft.KubernetesConfiguration.AutoUpgradeMode",
"azure.mgmt.kubernetesconfiguration.extensions.models.ResourceIdentityType": "Azure.ResourceManager.CommonTypes.ResourceIdentityType",
"azure.mgmt.kubernetesconfiguration.extensions.operations.ExtensionsOperations.get": "Microsoft.KubernetesConfiguration.Extensions.get",
"azure.mgmt.kubernetesconfiguration.extensions.aio.operations.ExtensionsOperations.get": "Microsoft.KubernetesConfiguration.Extensions.get",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ class KubernetesConfigurationExtensionsMgmtClient: # pylint: disable=name-too-l
:keyword cloud_setting: The cloud setting for which to get the ARM endpoint. Default value is
None.
:paramtype cloud_setting: ~azure.core.AzureClouds
:keyword api_version: The API version to use for this operation. Known values are "2024-11-01"
and None. Default value is "2024-11-01". Note that overriding this default value may result in
:keyword api_version: The API version to use for this operation. Known values are "2025-03-01".
Default value is "2025-03-01". Note that overriding this default value may result in
unsupported behavior.
:paramtype api_version: str
:keyword int polling_interval: Default waiting time between two polls for LRO operations if no
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ class KubernetesConfigurationExtensionsMgmtClientConfiguration: # pylint: disab
:param cloud_setting: The cloud setting for which to get the ARM endpoint. Default value is
None.
:type cloud_setting: ~azure.core.AzureClouds
:keyword api_version: The API version to use for this operation. Known values are "2024-11-01"
and None. Default value is "2024-11-01". Note that overriding this default value may result in
:keyword api_version: The API version to use for this operation. Known values are "2025-03-01".
Default value is "2025-03-01". Note that overriding this default value may result in
unsupported behavior.
:paramtype api_version: str
"""
Expand All @@ -48,7 +48,7 @@ def __init__(
cloud_setting: Optional["AzureClouds"] = None,
**kwargs: Any
) -> None:
api_version: str = kwargs.pop("api_version", "2024-11-01")
api_version: str = kwargs.pop("api_version", "2025-03-01")

if credential is None:
raise ValueError("Parameter 'credential' must not be None.")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
# --------------------------------------------------------------------------

VERSION = "1.0.0b2"
VERSION = "1.0.0"
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ class KubernetesConfigurationExtensionsMgmtClient: # pylint: disable=name-too-l
:keyword cloud_setting: The cloud setting for which to get the ARM endpoint. Default value is
None.
:paramtype cloud_setting: ~azure.core.AzureClouds
:keyword api_version: The API version to use for this operation. Known values are "2024-11-01"
and None. Default value is "2024-11-01". Note that overriding this default value may result in
:keyword api_version: The API version to use for this operation. Known values are "2025-03-01".
Default value is "2025-03-01". Note that overriding this default value may result in
unsupported behavior.
:paramtype api_version: str
:keyword int polling_interval: Default waiting time between two polls for LRO operations if no
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ class KubernetesConfigurationExtensionsMgmtClientConfiguration: # pylint: disab
:param cloud_setting: The cloud setting for which to get the ARM endpoint. Default value is
None.
:type cloud_setting: ~azure.core.AzureClouds
:keyword api_version: The API version to use for this operation. Known values are "2024-11-01"
and None. Default value is "2024-11-01". Note that overriding this default value may result in
:keyword api_version: The API version to use for this operation. Known values are "2025-03-01".
Default value is "2025-03-01". Note that overriding this default value may result in
unsupported behavior.
:paramtype api_version: str
"""
Expand All @@ -48,7 +48,7 @@ def __init__(
cloud_setting: Optional["AzureClouds"] = None,
**kwargs: Any
) -> None:
api_version: str = kwargs.pop("api_version", "2024-11-01")
api_version: str = kwargs.pop("api_version", "2025-03-01")

if credential is None:
raise ValueError("Parameter 'credential' must not be None.")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@


from ._models import ( # type: ignore
AccessDetail,
AdditionalDetails,
ErrorAdditionalInfo,
ErrorDetail,
ErrorResponse,
Expand All @@ -22,6 +24,7 @@
ExtensionPropertiesAksAssignedIdentity,
ExtensionStatus,
Identity,
ManagementDetails,
OperationStatusResult,
PatchExtension,
PatchExtensionProperties,
Expand All @@ -36,6 +39,7 @@

from ._enums import ( # type: ignore
AKSIdentityType,
AutoUpgradeMode,
CreatedByType,
LevelType,
ProvisioningState,
Expand All @@ -46,6 +50,8 @@
from ._patch import patch_sdk as _patch_sdk

__all__ = [
"AccessDetail",
"AdditionalDetails",
"ErrorAdditionalInfo",
"ErrorDetail",
"ErrorResponse",
Expand All @@ -54,6 +60,7 @@
"ExtensionPropertiesAksAssignedIdentity",
"ExtensionStatus",
"Identity",
"ManagementDetails",
"OperationStatusResult",
"PatchExtension",
"PatchExtensionProperties",
Expand All @@ -65,6 +72,7 @@
"ScopeNamespace",
"SystemData",
"AKSIdentityType",
"AutoUpgradeMode",
"CreatedByType",
"LevelType",
"ProvisioningState",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,23 @@ class AKSIdentityType(str, Enum, metaclass=CaseInsensitiveEnumMeta):
"""The identity type."""

SYSTEM_ASSIGNED = "SystemAssigned"
"""SystemAssigned."""
"""SystemAssigned identity."""
USER_ASSIGNED = "UserAssigned"
"""UserAssigned."""
"""UserAssigned identity."""
WORKLOAD = "Workload"
"""Workload identity."""


class AutoUpgradeMode(str, Enum, metaclass=CaseInsensitiveEnumMeta):
"""The upgrade mode for auto upgrade. The default is "compatible"."""

NONE = "none"
"""The extension will not be automatically upgraded."""
PATCH = "patch"
"""The extension will be automatically upgraded to the latest patch version within the minor
version."""
COMPATIBLE = "compatible"
"""The extension will be automatically upgraded to compatible versions as determined by the user."""


class CreatedByType(str, Enum, metaclass=CaseInsensitiveEnumMeta):
Expand All @@ -36,28 +50,28 @@ class LevelType(str, Enum, metaclass=CaseInsensitiveEnumMeta):
"""Level of the status."""

ERROR = "Error"
"""Error."""
"""Indicates an error status from the extension."""
WARNING = "Warning"
"""Warning."""
"""Indicates a warning status from the extension."""
INFORMATION = "Information"
"""Information."""
"""Indicates an informational status from the extension."""


class ProvisioningState(str, Enum, metaclass=CaseInsensitiveEnumMeta):
"""The provisioning state of the resource."""

SUCCEEDED = "Succeeded"
"""Succeeded."""
"""Resource has been created."""
FAILED = "Failed"
"""Failed."""
"""Resource creation failed."""
CANCELED = "Canceled"
"""Canceled."""
"""Resource creation was canceled."""
CREATING = "Creating"
"""Creating."""
"""Resource is being created."""
UPDATING = "Updating"
"""Updating."""
"""Resource is being updated."""
DELETING = "Deleting"
"""Deleting."""
"""Resource is being deleted."""


class ResourceIdentityType(str, Enum, metaclass=CaseInsensitiveEnumMeta):
Expand Down
Loading