Skip to content

Commit 6b93899

Browse files
committed
Remove preview from flex
1 parent f7c9331 commit 6b93899

File tree

1 file changed

+26
-26
lines changed
  • src/azure-cli/azure/cli/command_modules/appservice

1 file changed

+26
-26
lines changed

src/azure-cli/azure/cli/command_modules/appservice/_params.py

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -233,10 +233,10 @@ def load_arguments(self, _):
233233

234234
with self.argument_context('functionapp list-flexconsumption-locations') as c:
235235
c.argument('zone_redundant', arg_type=get_three_state_flag(),
236-
help='Filter the list to return only locations which support zone redundancy.', is_preview=True)
236+
help='Filter the list to return only locations which support zone redundancy.')
237237
c.argument('show_details', options_list=['--show-details'], arg_type=get_three_state_flag(),
238-
help='Include the runtime details of the regions.', is_preview=True)
239-
c.argument('runtime', help="limit the output to just the specified runtime", is_preview=True)
238+
help='Include the runtime details of the regions.')
239+
c.argument('runtime', help="limit the output to just the specified runtime")
240240

241241
with self.argument_context('functionapp flex-migration start') as c:
242242
c.argument('source_resource_group', help='The resource group of the source function app to migrate from.')
@@ -490,22 +490,22 @@ def load_arguments(self, _):
490490
c.argument('dapr_http_read_buffer_size', type=int, options_list=['--dapr-http-read-buffer-size', '--dhrbs'], help="Max size of http header read buffer in KB to handle when sending multi-KB headers.")
491491
c.argument('dapr_log_level', help="The log level for the Dapr sidecar", arg_type=get_enum_type(DAPR_LOG_LEVELS))
492492
c.argument('dapr_enable_api_logging', options_list=['--dapr-enable-api-logging', '--dal'], help="Enable/Disable API logging for the Dapr sidecar.", arg_type=get_three_state_flag(return_label=True))
493-
c.argument('workload_profile_name', help="The name of the workload profile to run the app on.", is_preview=True)
494-
c.argument('cpu', type=float, help="Required CPU in cores from 0.5 to 2.0.", is_preview=True)
495-
c.argument('memory', help="Required momory from 1.0 to 4.0 ending with Gi e.g. 1.0Gi, ", is_preview=True)
493+
c.argument('workload_profile_name', help="The name of the workload profile to run the app on.")
494+
c.argument('cpu', type=float, help="Required CPU in cores from 0.5 to 2.0.")
495+
c.argument('memory', help="Required momory from 1.0 to 4.0 ending with Gi e.g. 1.0Gi, ")
496496

497497
with self.argument_context('functionapp runtime config') as c:
498-
c.argument('runtime_version', help='The version of the functions runtime stack. Use "az functionapp list-flexconsumption-runtimes" to check supported runtimes and versions', is_preview=True)
498+
c.argument('runtime_version', help='The version of the functions runtime stack. Use "az functionapp list-flexconsumption-runtimes" to check supported runtimes and versions')
499499

500500
with self.argument_context('functionapp scale config') as c:
501-
c.argument('maximum_instance_count', type=int, help="The maximum number of instances.", is_preview=True)
502-
c.argument('instance_memory', type=int, help="The instance memory size in MB.", is_preview=True)
503-
c.argument('trigger_type', help="The type of trigger.", is_preview=True)
504-
c.argument('trigger_settings', nargs='+', help="space-separated settings for the trigger type in the format `<name>=<value>`", is_preview=True)
501+
c.argument('maximum_instance_count', type=int, help="The maximum number of instances.")
502+
c.argument('instance_memory', type=int, help="The instance memory size in MB.")
503+
c.argument('trigger_type', help="The type of trigger.")
504+
c.argument('trigger_settings', nargs='+', help="space-separated settings for the trigger type in the format `<name>=<value>`")
505505

506506
with self.argument_context('functionapp scale config always-ready') as c:
507-
c.argument('setting_names', nargs='+', help="space-separated always-ready setting names", is_preview=True)
508-
c.argument('settings', nargs='+', help="space-separated configuration for the number of pre-allocated instances in the format `<name>=<value>`", is_preview=True)
507+
c.argument('setting_names', nargs='+', help="space-separated always-ready setting names")
508+
c.argument('settings', nargs='+', help="space-separated configuration for the number of pre-allocated instances in the format `<name>=<value>`")
509509

510510
with self.argument_context('webapp config connection-string list') as c:
511511
c.argument('name', arg_type=webapp_name_arg_type, id_part=None)
@@ -871,33 +871,33 @@ def load_arguments(self, _):
871871
c.argument('dapr_http_read_buffer_size', type=int, options_list=['--dapr-http-read-buffer-size', '--dhrbs'], help="Max size of http header read buffer in KB to handle when sending multi-KB headers.")
872872
c.argument('dapr_log_level', help="The log level for the Dapr sidecar", arg_type=get_enum_type(DAPR_LOG_LEVELS))
873873
c.argument('dapr_enable_api_logging', options_list=['--dapr-enable-api-logging', '--dal'], help="Enable/Disable API logging for the Dapr sidecar.", arg_type=get_three_state_flag(return_label=True))
874-
c.argument('always_ready_instances', nargs='+', help="space-separated configuration for the number of pre-allocated instances in the format `<name>=<value>`", is_preview=True)
875-
c.argument('maximum_instance_count', type=int, help="The maximum number of instances.", is_preview=True)
876-
c.argument('instance_memory', type=int, help="The instance memory size in MB. See https://aka.ms/flex-instance-sizes for more information on the supported values.", is_preview=True)
874+
c.argument('always_ready_instances', nargs='+', help="space-separated configuration for the number of pre-allocated instances in the format `<name>=<value>`")
875+
c.argument('maximum_instance_count', type=int, help="The maximum number of instances.")
876+
c.argument('instance_memory', type=int, help="The instance memory size in MB. See https://aka.ms/flex-instance-sizes for more information on the supported values.")
877877
c.argument('flexconsumption_location', options_list=['--flexconsumption-location', '-f'],
878-
help="Geographic location where function app will be hosted. Use `az functionapp list-flexconsumption-locations` to view available locations.", is_preview=True)
878+
help="Geographic location where function app will be hosted. Use `az functionapp list-flexconsumption-locations` to view available locations.")
879879
c.argument('workspace', help="Name of an existing log analytics workspace to be used for the application insights component")
880880
c.argument('workload_profile_name', help="The workload profile name to run the container app on.", is_preview=True)
881881
c.argument('cpu', type=float, help="The CPU in cores of the container app. e.g 0.75", is_preview=True)
882882
c.argument('memory', help="The memory size of the container app. e.g. 1.0Gi, ", is_preview=True)
883-
c.argument('deployment_storage_name', options_list=['--deployment-storage-name', '--dsn'], help="The deployment storage account name.", is_preview=True)
884-
c.argument('deployment_storage_container_name', options_list=['--deployment-storage-container-name', '--dscn'], help="The deployment storage account container name.", is_preview=True)
885-
c.argument('deployment_storage_auth_type', options_list=['--deployment-storage-auth-type', '--dsat'], arg_type=get_enum_type(DEPLOYMENT_STORAGE_AUTH_TYPES), help="The deployment storage account authentication type.", is_preview=True)
883+
c.argument('deployment_storage_name', options_list=['--deployment-storage-name', '--dsn'], help="The deployment storage account name.")
884+
c.argument('deployment_storage_container_name', options_list=['--deployment-storage-container-name', '--dscn'], help="The deployment storage account container name.")
885+
c.argument('deployment_storage_auth_type', options_list=['--deployment-storage-auth-type', '--dsat'], arg_type=get_enum_type(DEPLOYMENT_STORAGE_AUTH_TYPES), help="The deployment storage account authentication type.")
886886
c.argument('deployment_storage_auth_value', options_list=['--deployment-storage-auth-value', '--dsav'], help="The deployment storage account authentication value. For the user-assigned managed identity authentication type, "
887887
"this should be the user assigned identity resource id. For the storage account connection string authentication type, this should be the name of the app setting that will contain the storage account connection "
888-
"string. For the system assigned managed-identity authentication type, this parameter is not applicable and should be left empty.", is_preview=True)
888+
"string. For the system assigned managed-identity authentication type, this parameter is not applicable and should be left empty.")
889889
c.argument('zone_redundant', arg_type=get_three_state_flag(),
890-
help='Enable zone redundancy for high availability. Applies to Flex Consumption SKU only.', is_preview=True)
890+
help='Enable zone redundancy for high availability. Applies to Flex Consumption SKU only.')
891891
c.argument('configure_networking_later', options_list=['--configure-networking-later', '--cnl'], arg_type=get_three_state_flag(),
892892
help='Use this option if you want to configure networking later for an app using network-restricted storage.')
893893

894894
with self.argument_context('functionapp deployment config set') as c:
895-
c.argument('deployment_storage_name', options_list=['--deployment-storage-name', '--dsn'], help="The deployment storage account name.", is_preview=True)
896-
c.argument('deployment_storage_container_name', options_list=['--deployment-storage-container-name', '--dscn'], help="The deployment storage account container name.", is_preview=True)
897-
c.argument('deployment_storage_auth_type', options_list=['--deployment-storage-auth-type', '--dsat'], arg_type=get_enum_type(DEPLOYMENT_STORAGE_AUTH_TYPES), help="The deployment storage account authentication type.", is_preview=True)
895+
c.argument('deployment_storage_name', options_list=['--deployment-storage-name', '--dsn'], help="The deployment storage account name.")
896+
c.argument('deployment_storage_container_name', options_list=['--deployment-storage-container-name', '--dscn'], help="The deployment storage account container name.")
897+
c.argument('deployment_storage_auth_type', options_list=['--deployment-storage-auth-type', '--dsat'], arg_type=get_enum_type(DEPLOYMENT_STORAGE_AUTH_TYPES), help="The deployment storage account authentication type.")
898898
c.argument('deployment_storage_auth_value', options_list=['--deployment-storage-auth-value', '--dsav'], help="The deployment storage account authentication value. For the user-assigned managed identity authentication type, "
899899
"this should be the user assigned identity resource id. For the storage account connection string authentication type, this should be the name of the app setting that will contain the storage account connection "
900-
"string. For the system assigned managed-identity authentication type, this parameter is not applicable and should be left empty.", is_preview=True)
900+
"string. For the system assigned managed-identity authentication type, this parameter is not applicable and should be left empty.")
901901

902902
with self.argument_context('functionapp cors credentials') as c:
903903
c.argument('enable', help='enable/disable access-control-allow-credentials', arg_type=get_three_state_flag())

0 commit comments

Comments
 (0)