Skip to content

Commit

Permalink
ran azdev test
Browse files Browse the repository at this point in the history
  • Loading branch information
rayaisaiah committed Aug 5, 2024
1 parent 8bdb2ca commit 673a850
Show file tree
Hide file tree
Showing 6 changed files with 4,300 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/aks-preview/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ To release a new version, please select a new version number (usually plus 1 to

Pending
+++++++
* Add option `--advanced-networking-observability-tls-management None`, `--advanced-networking-observability-tls-management Managed` to `az aks create/update`
* Add `--advanced-networking-observability-tls-management` to `az aks create/update` command.
* Vendor new SDK and bump API version to 2024-06-02-preview.

7.0.0b3
Expand Down
3 changes: 2 additions & 1 deletion src/aks-preview/azext_aks_preview/_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -823,8 +823,9 @@ def load_arguments(self, _):
)
c.argument(
"advanced_networking_observability_tls_management",
is_preview=True,
arg_type=get_enum_type(tls_management_types),
default=CONST_TLS_MANAGEMENT_MANAGED,
is_preview=True,
help=(
'Management of TLS certificates for querying network flow logs via the flow log endpoint.'
'Valid values are "Managed" and "None". If not specified, the default is Managed.'
Expand Down
Loading

0 comments on commit 673a850

Please sign in to comment.