Skip to content
Open
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
4 changes: 2 additions & 2 deletions src/Aks/Aks.Autorest/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
[assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright © Microsoft")]
[assembly: System.Reflection.AssemblyProductAttribute("Microsoft Azure PowerShell")]
[assembly: System.Reflection.AssemblyTitleAttribute("Microsoft Azure PowerShell - Aks")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("7.0.0")]
[assembly: System.Reflection.AssemblyVersionAttribute("7.0.0")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("7.1.2")]
[assembly: System.Reflection.AssemblyVersionAttribute("7.1.2")]
[assembly: System.Runtime.InteropServices.ComVisibleAttribute(false)]
[assembly: System.CLSCompliantAttribute(false)]
4 changes: 2 additions & 2 deletions src/Aks/Aks.Autorest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ For information on how to develop for `Az.Aks`, see [how-to.md](how-to.md).
> see https://aka.ms/autorest

``` yaml
commit: c1a0abcedccb286ef44a03d6fb8363bc4e3dd560
commit: 0e3000dfffe6c32c8ed124140dd972dafae67cfa
require:
- $(this-folder)/../../readme.azure.noprofile.md
input-file:
- $(repo)/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2025-08-01/managedClusters.json
- $(repo)/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2026-03-01/managedClusters.json
- $(repo)/specification/containerservice/resource-manager/Microsoft.ContainerService/aks/stable/2019-08-01/location.json

title: Aks
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"resourceType": "locations/meshRevisionProfiles",
"apiVersion": "2025-08-01",
"apiVersion": "2026-03-01",
"learnMore": {
"url": "https://learn.microsoft.com/powershell/module/az.aks"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"resourceType": "managedClusters/agentPools/machines",
"apiVersion": "2025-08-01",
"apiVersion": "2026-03-01",
"learnMore": {
"url": "https://learn.microsoft.com/powershell/module/az.aks"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"resourceType": "managedClusters/agentPools",
"apiVersion": "2025-08-01",
"apiVersion": "2026-03-01",
"learnMore": {
"url": "https://learn.microsoft.com/powershell/module/az.aks"
},
Expand Down Expand Up @@ -51,7 +51,7 @@
{
"name": "Invoke-AzAksAbortAgentPoolLatestOperation",
"description": "Aborts the currently running operation on the agent pool.\nThe Agent Pool will be moved to a Canceling state and eventually to a Canceled state when cancellation finishes.\nIf the operation completes before cancellation can take place, a 409 error code is returned.",
"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedclusters/{resourceName}/agentPools/{agentPoolName}/abort",
"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/agentPools/{agentPoolName}/abort",
"help": {
"learnMore": {
"url": "https://learn.microsoft.com/powershell/module/az.aks/invoke-azaksabortagentpoollatestoperation"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"resourceType": "managedClusters/commandResults",
"apiVersion": "2025-08-01",
"apiVersion": "2026-03-01",
"learnMore": {
"url": "https://learn.microsoft.com/powershell/module/az.aks"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"resourceType": "managedClusters/maintenanceConfigurations",
"apiVersion": "2025-08-01",
"apiVersion": "2026-03-01",
"learnMore": {
"url": "https://learn.microsoft.com/powershell/module/az.aks"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,95 @@
{
"resourceType": "managedClusters/managedNamespaces",
"apiVersion": "2026-03-01",
"learnMore": {
"url": "https://learn.microsoft.com/powershell/module/az.aks"
},
"commands": [
{
"name": "Get-AzAksManagedNamespace",
"description": "Gets the specified namespace of a managed cluster.",
"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/managedNamespaces/{managedNamespaceName}",
"help": {
"learnMore": {
"url": "https://learn.microsoft.com/powershell/module/az.aks/get-azaksmanagednamespace"
},
"parameterSets": [
{
"parameters": [
"-Name <String>",
"-ResourceGroupName <String>",
"-ResourceName <String>",
"[-SubscriptionId <String[]>]"
]
}
]
},
"examples": [
{
"description": "Gets the specified namespace of a managed cluster.",
"parameters": [
{
"name": "-Name",
"value": "[Path.managedNamespaceName]"
},
{
"name": "-ResourceGroupName",
"value": "[Path.resourceGroupName]"
},
{
"name": "-ResourceName",
"value": "[Path.resourceName]"
},
{
"name": "-SubscriptionId",
"value": "[Path.subscriptionId]"
}
]
}
]
},
{
"name": "Remove-AzAksManagedNamespace",
"description": "Deletes a namespace.",
"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/managedNamespaces/{managedNamespaceName}",
"help": {
"learnMore": {
"url": "https://learn.microsoft.com/powershell/module/az.aks/remove-azaksmanagednamespace"
},
"parameterSets": [
{
"parameters": [
"-Name <String>",
"-ResourceGroupName <String>",
"-ResourceName <String>",
"[-SubscriptionId <String>]"
]
}
]
},
"examples": [
{
"description": "Deletes a namespace.",
"parameters": [
{
"name": "-Name",
"value": "[Path.managedNamespaceName]"
},
{
"name": "-ResourceGroupName",
"value": "[Path.resourceGroupName]"
},
{
"name": "-ResourceName",
"value": "[Path.resourceName]"
},
{
"name": "-SubscriptionId",
"value": "[Path.subscriptionId]"
}
]
}
]
}
]
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"resourceType": "managedClusters/meshUpgradeProfiles",
"apiVersion": "2025-08-01",
"apiVersion": "2026-03-01",
"learnMore": {
"url": "https://learn.microsoft.com/powershell/module/az.aks"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"resourceType": "managedClusters/trustedAccessRoleBindings",
"apiVersion": "2025-08-01",
"apiVersion": "2026-03-01",
"learnMore": {
"url": "https://learn.microsoft.com/powershell/module/az.aks"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"resourceType": "managedClusters",
"apiVersion": "2025-08-01",
"apiVersion": "2026-03-01",
"learnMore": {
"url": "https://learn.microsoft.com/powershell/module/az.aks"
},
Expand Down Expand Up @@ -46,7 +46,7 @@
{
"name": "Invoke-AzAksAbortManagedClusterLatestOperation",
"description": "Aborts the currently running operation on the managed cluster.\nThe Managed Cluster will be moved to a Canceling state and eventually to a Canceled state when cancellation finishes.\nIf the operation completes before cancellation can take place, a 409 error code is returned.",
"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedclusters/{resourceName}/abort",
"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerService/managedClusters/{resourceName}/abort",
"help": {
"learnMore": {
"url": "https://learn.microsoft.com/powershell/module/az.aks/invoke-azaksabortmanagedclusterlatestoperation"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"resourceType": "snapshots",
"apiVersion": "2025-08-01",
"apiVersion": "2026-03-01",
"learnMore": {
"url": "https://learn.microsoft.com/powershell/module/az.aks"
},
Expand Down
24 changes: 23 additions & 1 deletion src/Aks/Aks.Autorest/docs/Az.Aks.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
Module Name: Az.Aks
Module Guid: 112e4bfd-f43c-4da3-9371-7e602ad45e83
Module Guid: 927b3fff-9908-4a82-aac9-9d00b896919c
Download Help Link: https://learn.microsoft.com/powershell/module/az.aks
Help Version: 1.0.0.0
Locale: en-US
Expand Down Expand Up @@ -33,6 +33,12 @@ Gets available upgrades for a service mesh in a cluster.
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.

### [Get-AzAksManagedNamespace](Get-AzAksManagedNamespace.md)
Gets the specified namespace of a managed cluster.

### [Get-AzAksManagedNamespaceCredential](Get-AzAksManagedNamespaceCredential.md)
Lists the credentials of a namespace.

### [Get-AzAksNodePoolUpgradeProfile](Get-AzAksNodePoolUpgradeProfile.md)
Gets the upgrade profile for an agent pool.

Expand Down Expand Up @@ -71,6 +77,11 @@ Rotates the service account signing keys of a managed cluster.
### [New-AzAksMaintenanceConfiguration](New-AzAksMaintenanceConfiguration.md)
Create a maintenance configuration in the specified managed cluster.

### [New-AzAksManagedNamespace](New-AzAksManagedNamespace.md)
Create a namespace managed by ARM for the specified managed cluster.
Users can configure aspects like resource quotas, network ingress/egress policies, and more.
See aka.ms/aks/managed-namespaces for more details.

### [New-AzAksSnapshot](New-AzAksSnapshot.md)
Create a snapshot.

Expand All @@ -89,12 +100,20 @@ Deletes specific machines in an agent pool.
### [Remove-AzAksMaintenanceConfiguration](Remove-AzAksMaintenanceConfiguration.md)
Deletes a maintenance configuration.

### [Remove-AzAksManagedNamespace](Remove-AzAksManagedNamespace.md)
Deletes a namespace.

### [Remove-AzAksSnapshot](Remove-AzAksSnapshot.md)
Deletes a snapshot.

### [Remove-AzAksTrustedAccessRoleBinding](Remove-AzAksTrustedAccessRoleBinding.md)
Delete a trusted access role binding.

### [Set-AzAksManagedNamespace](Set-AzAksManagedNamespace.md)
Update a namespace managed by ARM for the specified managed cluster.
Users can configure aspects like resource quotas, network ingress/egress policies, and more.
See aka.ms/aks/managed-namespaces for more details.

### [Start-AzAksCluster](Start-AzAksCluster.md)
See [starting a cluster](https://docs.microsoft.com/azure/aks/start-stop-cluster) for more details about starting a cluster.

Expand All @@ -112,6 +131,9 @@ See [stopping a cluster](https://docs.microsoft.com/azure/aks/start-stop-cluster
### [Update-AzAksMaintenanceConfiguration](Update-AzAksMaintenanceConfiguration.md)
Update a maintenance configuration in the specified managed cluster.

### [Update-AzAksManagedNamespace](Update-AzAksManagedNamespace.md)
Update tags on a managed namespace.

### [Update-AzAksTrustedAccessRoleBinding](Update-AzAksTrustedAccessRoleBinding.md)
Update a trusted access role binding

2 changes: 1 addition & 1 deletion src/Aks/Aks.Autorest/docs/Get-AzAksMachine.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ Accept wildcard characters: False
```

### -Name
host name of the machine
Host name of the machine.

```yaml
Type: System.String
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ Get a maintenance configuration via identity for a managed cluster "myCluster".

### -ConfigName
The name of the maintenance configuration.
Supported values are 'default', 'aksManagedAutoUpgradeSchedule', or 'aksManagedNodeOSUpgradeSchedule'.

```yaml
Type: System.String
Expand Down
Loading
Loading