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
5 changes: 5 additions & 0 deletions src/command_modules/azure-cli-acs/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

Release History
===============

2.3.13
++++++
* Remove "(PREVIEW)" from AAD arguments to "az aks create"

2.3.12
++++++
* Minor fixes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -188,18 +188,18 @@
short-summary: User account to create on node VMs for SSH access.
- name: --aad-client-app-id
type: string
short-summary: (PREVIEW) The ID of an Azure Active Directory client application of type "Native". This
short-summary: The ID of an Azure Active Directory client application of type "Native". This
application is for user login via kubectl.
- name: --aad-server-app-id
type: string
short-summary: (PREVIEW) The ID of an Azure Active Directory server application of type "Web app/API". This
short-summary: The ID of an Azure Active Directory server application of type "Web app/API". This
application represents the managed cluster's apiserver (Server application).
- name: --aad-server-app-secret
type: string
short-summary: (PREVIEW) The secret of an Azure Active Directory server application.
short-summary: The secret of an Azure Active Directory server application.
- name: --aad-tenant-id
type: string
short-summary: (PREVIEW) The ID of an Azure Active Directory tenant.
short-summary: The ID of an Azure Active Directory tenant.
- name: --dns-service-ip
type: string
short-summary: An IP address assigned to the Kubernetes DNS service.
Expand Down
2 changes: 1 addition & 1 deletion src/command_modules/azure-cli-acs/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
logger.warn("Wheel is not available, disabling bdist_wheel hook")
cmdclass = {}

VERSION = "2.3.12"
VERSION = "2.3.13"
CLASSIFIERS = [
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
Expand Down