You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* az network front-door frontend-endpoint enable-https: allow secret-version to be optional to always use the 'Latest' version to support certificate auto-rotation.
13
+
14
+
1.0.12
15
+
++++++
16
+
* Add az network front-door check-name-availability command: Check the availability of a Front Door resource name.
Copy file name to clipboardExpand all lines: src/front-door/azext_front_door/_params.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -92,7 +92,7 @@ def load_arguments(self, _):
92
92
c.argument('route_type', arg_type=get_enum_type(RouteType), help='Route type to define how Front Door should handle requests for this route i.e. forward them to a backend or redirect the users to a different URL.')
0 commit comments