Skip to content

Commit

Permalink
[AKS] Remove preview from azure policy addon for cli extension (Azure…
Browse files Browse the repository at this point in the history
…#2323)

* remove preview from azure policy addon for cli extension

* update history.md with change description

* update help text
  • Loading branch information
ruchikaguptaa authored Sep 11, 2020
1 parent aafad21 commit 5991b16
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions src/aks-preview/HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

Release History
===============
0.4.63
+++++
* Remove PREVIEW from azure policy addon.

0.4.62
+++++
* Add support for enable/disable confcom (sgx) addon.
Expand Down
6 changes: 4 additions & 2 deletions src/aks-preview/azext_aks_preview/_help.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@
monitoring - turn on Log Analytics monitoring. Uses the Log Analytics Default Workspace if it exists, else creates one. Specify "--workspace-resource-id" to use an existing workspace.
If monitoring addon is enabled --no-wait argument will have no effect
virtual-node - enable AKS Virtual Node. Requires --subnet-name to provide the name of an existing subnet for the Virtual Node to use.
azure-policy - enable Azure policy (PREVIEW).
azure-policy - enable Azure policy. The Azure Policy add-on for AKS enables at-scale enforcements and safeguards on your clusters in a centralized, consistent manner.
Learn more at aka.ms/aks/policy.
ingress-appgw - enable Application Gateway Ingress Controller addon (PREVIEW).
confcom - enable confcom addon, this will enable SGX device plugin and quote helper by default(PREVIEW).
- name: --disable-rbac
Expand Down Expand Up @@ -624,7 +625,8 @@
monitoring - turn on Log Analytics monitoring. Uses the Log Analytics Default Workspace if it exists, else creates one. Specify "--workspace-resource-id" to use an existing workspace.
If monitoring addon is enabled --no-wait argument will have no effect
virtual-node - enable AKS Virtual Node. Requires --subnet-name to provide the name of an existing subnet for the Virtual Node to use.
azure-policy - enable Azure policy (PREVIEW).
azure-policy - enable Azure policy. The Azure Policy add-on for AKS enables at-scale enforcements and safeguards on your clusters in a centralized, consistent manner.
Learn more at aka.ms/aks/policy.
ingress-appgw - enable Application Gateway Ingress Controller addon (PREVIEW).
parameters:
- name: --addons -a
Expand Down

0 comments on commit 5991b16

Please sign in to comment.