Skip to content

Commit 8a71807

Browse files
author
VSC-Service-Account
committed
1 parent be1c655 commit 8a71807

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+3328
-103
lines changed

2017-03-09-profile/docs-ref-autogen/TOC.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1547,6 +1547,10 @@
15471547
uid: az_containerapp_add-on_mariadb
15481548
displayName: az containerapp add-on mariadb
15491549
items: []
1550+
- name: milvus
1551+
uid: az_containerapp_add-on_milvus
1552+
displayName: az containerapp add-on milvus
1553+
items: []
15501554
- name: postgres
15511555
uid: az_containerapp_add-on_postgres
15521556
displayName: az containerapp add-on postgres
@@ -1559,6 +1563,10 @@
15591563
uid: az_containerapp_add-on_redis
15601564
displayName: az containerapp add-on redis
15611565
items: []
1566+
- name: weaviate
1567+
uid: az_containerapp_add-on_weaviate
1568+
displayName: az containerapp add-on weaviate
1569+
items: []
15621570
- name: auth
15631571
items:
15641572
- name: Summary
@@ -1648,6 +1656,10 @@
16481656
uid: az_containerapp_env_dapr-component_resiliency
16491657
displayName: az containerapp env dapr-component resiliency
16501658
items: []
1659+
- name: identity
1660+
uid: az_containerapp_env_identity
1661+
displayName: az containerapp env identity
1662+
items: []
16511663
- name: logs
16521664
uid: az_containerapp_env_logs
16531665
displayName: az containerapp env logs

2017-03-09-profile/docs-ref-autogen/containerapp.yml

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,7 @@ directCommands:
314314
[--artifact]
315315
[--bind]
316316
[--branch]
317+
[--build-env-vars]
317318
[--command]
318319
[--container-name]
319320
[--context-path]
@@ -333,6 +334,7 @@ directCommands:
333334
[--exposed-port]
334335
[--image]
335336
[--ingress {external, internal}]
337+
[--max-inactive-revisions]
336338
[--max-replicas]
337339
[--memory]
338340
[--min-replicas]
@@ -474,6 +476,10 @@ directCommands:
474476
summary: |-
475477
Branch in the provided GitHub repository. Assumed to be the GitHub repository's default branch if not specified.
476478
isPreview: true
479+
- name: --build-env-vars
480+
summary: |-
481+
A list of environment variable(s) for the build. Space-separated values in 'key=value' format.
482+
isPreview: true
477483
- name: --command
478484
summary: |-
479485
A list of supported commands on the container that will executed during startup. Space-separated values e.g. "/bin/queue" "mycommand". Empty string to clear existing values.
@@ -542,6 +548,10 @@ directCommands:
542548
parameterValueGroup: "external, internal"
543549
summary: |-
544550
The ingress type.
551+
- name: --max-inactive-revisions
552+
summary: |-
553+
Max inactive revisions a Container App can have.
554+
isPreview: true
545555
- name: --max-replicas
546556
summary: |-
547557
The maximum number of replicas.
@@ -1062,6 +1072,7 @@ directCommands:
10621072
[--artifact]
10631073
[--branch]
10641074
[--browse]
1075+
[--build-env-vars]
10651076
[--connected-cluster-id]
10661077
[--context-path]
10671078
[--custom-location]
@@ -1120,6 +1131,10 @@ directCommands:
11201131
defaultValue: "False"
11211132
summary: |-
11221133
Open the app in a web browser after creation and deployment, if possible.
1134+
- name: --build-env-vars
1135+
summary: |-
1136+
A list of environment variable(s) for the build. Space-separated values in 'key=value' format.
1137+
isPreview: true
11231138
- name: --connected-cluster-id
11241139
summary: |-
11251140
Resource ID of connected cluster. List using 'az connectedk8s list'.
@@ -1349,12 +1364,14 @@ directCommands:
13491364
az containerapp update [--args]
13501365
[--artifact]
13511366
[--bind]
1367+
[--build-env-vars]
13521368
[--command]
13531369
[--container-name]
13541370
[--cpu]
13551371
[--customized-keys]
13561372
[--ids]
13571373
[--image]
1374+
[--max-inactive-revisions]
13581375
[--max-replicas]
13591376
[--memory]
13601377
[--min-replicas]
@@ -1420,6 +1437,10 @@ directCommands:
14201437
summary: |-
14211438
Space separated list of services(bindings) to be connected to this app. e.g. SVC_NAME1[:BIND_NAME1] SVC_NAME2[:BIND_NAME2]...
14221439
isPreview: true
1440+
- name: --build-env-vars
1441+
summary: |-
1442+
A list of environment variable(s) for the build. Space-separated values in 'key=value' format.
1443+
isPreview: true
14231444
- name: --command
14241445
summary: |-
14251446
A list of supported commands on the container that will executed during startup. Space-separated values e.g. "/bin/queue" "mycommand". Empty string to clear existing values.
@@ -1439,6 +1460,10 @@ directCommands:
14391460
- name: --image -i
14401461
summary: |-
14411462
Container image, e.g. publisher/image-name:tag.
1463+
- name: --max-inactive-revisions
1464+
summary: |-
1465+
Max inactive revisions a Container App can have.
1466+
isPreview: true
14421467
- name: --max-replicas
14431468
summary: |-
14441469
The maximum number of replicas.
@@ -1524,6 +1549,9 @@ commands:
15241549
- az_containerapp_add-on_mariadb
15251550
- az_containerapp_add-on_mariadb_create
15261551
- az_containerapp_add-on_mariadb_delete
1552+
- az_containerapp_add-on_milvus
1553+
- az_containerapp_add-on_milvus_create
1554+
- az_containerapp_add-on_milvus_delete
15271555
- az_containerapp_add-on_postgres
15281556
- az_containerapp_add-on_postgres_create
15291557
- az_containerapp_add-on_postgres_delete
@@ -1533,6 +1561,9 @@ commands:
15331561
- az_containerapp_add-on_redis
15341562
- az_containerapp_add-on_redis_create
15351563
- az_containerapp_add-on_redis_delete
1564+
- az_containerapp_add-on_weaviate
1565+
- az_containerapp_add-on_weaviate_create
1566+
- az_containerapp_add-on_weaviate_delete
15361567
- az_containerapp_auth
15371568
- az_containerapp_auth_apple
15381569
- az_containerapp_auth_apple_show
@@ -1677,6 +1708,10 @@ commands:
16771708
- az_containerapp_env_dapr-component_show
16781709
- az_containerapp_env_delete
16791710
- az_containerapp_env_delete(containerapp)
1711+
- az_containerapp_env_identity
1712+
- az_containerapp_env_identity_assign
1713+
- az_containerapp_env_identity_remove
1714+
- az_containerapp_env_identity_show
16801715
- az_containerapp_env_list
16811716
- az_containerapp_env_list(containerapp)
16821717
- az_containerapp_env_list-usages
@@ -1686,9 +1721,13 @@ commands:
16861721
- az_containerapp_env_show(containerapp)
16871722
- az_containerapp_env_storage
16881723
- az_containerapp_env_storage_list
1724+
- az_containerapp_env_storage_list(containerapp)
16891725
- az_containerapp_env_storage_remove
1726+
- az_containerapp_env_storage_remove(containerapp)
16901727
- az_containerapp_env_storage_set
1728+
- az_containerapp_env_storage_set(containerapp)
16911729
- az_containerapp_env_storage_show
1730+
- az_containerapp_env_storage_show(containerapp)
16921731
- az_containerapp_env_update
16931732
- az_containerapp_env_update(containerapp)
16941733
- az_containerapp_env_workload-profile

2017-03-09-profile/docs-ref-autogen/containerapp/add-on.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ commands:
4040
- az_containerapp_add-on_mariadb
4141
- az_containerapp_add-on_mariadb_create
4242
- az_containerapp_add-on_mariadb_delete
43+
- az_containerapp_add-on_milvus
44+
- az_containerapp_add-on_milvus_create
45+
- az_containerapp_add-on_milvus_delete
4346
- az_containerapp_add-on_postgres
4447
- az_containerapp_add-on_postgres_create
4548
- az_containerapp_add-on_postgres_delete
@@ -49,6 +52,9 @@ commands:
4952
- az_containerapp_add-on_redis
5053
- az_containerapp_add-on_redis_create
5154
- az_containerapp_add-on_redis_delete
55+
- az_containerapp_add-on_weaviate
56+
- az_containerapp_add-on_weaviate_create
57+
- az_containerapp_add-on_weaviate_delete
5258
globalParameters:
5359
- name: --debug
5460
summary: |-
Lines changed: 105 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,105 @@
1+
### YamlMime:AzureCLIGroup
2+
uid: az_containerapp_add-on_milvus
3+
name: az containerapp add-on milvus
4+
extensionInformation: >-
5+
> [!NOTE]
6+
7+
> This reference is part of the **containerapp** extension for the Azure CLI (version 2.53.0 or higher). The extension will automatically install the first time you run an **az containerapp add-on milvus** command. [Learn more](https://learn.microsoft.com/cli/azure/azure-cli-extensions-overview) about extensions.
8+
summary: |-
9+
Commands to manage the milvus add-on for the Container Apps environment.
10+
status: Preview
11+
isPreview: true
12+
previewOrExperimentalInfo: "Command group 'containerapp add-on' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus"
13+
sourceType: Extension
14+
directCommands:
15+
- uid: az_containerapp_add-on_milvus_create
16+
name: az containerapp add-on milvus create
17+
summary: |-
18+
Command to create the milvus add-on.
19+
status: Preview
20+
isPreview: true
21+
previewOrExperimentalInfo: "Command group 'containerapp add-on' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus"
22+
sourceType: Extension
23+
syntax: >-
24+
az containerapp add-on milvus create --environment
25+
--name
26+
--resource-group
27+
[--no-wait]
28+
requiredParameters:
29+
- isRequired: true
30+
name: --environment
31+
summary: |-
32+
The environment name.
33+
- isRequired: true
34+
name: --name -n
35+
summary: |-
36+
The service name.
37+
- isRequired: true
38+
name: --resource-group -g
39+
summary: |-
40+
Name of resource group. You can configure the default group using `az configure --defaults group=<name>`.
41+
optionalParameters:
42+
- name: --no-wait
43+
defaultValue: "False"
44+
summary: |-
45+
Do not wait for the long-running operation to finish.
46+
- uid: az_containerapp_add-on_milvus_delete
47+
name: az containerapp add-on milvus delete
48+
summary: |-
49+
Command to delete the milvus service.
50+
status: Preview
51+
isPreview: true
52+
previewOrExperimentalInfo: "Command group 'containerapp add-on' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus"
53+
sourceType: Extension
54+
syntax: >-
55+
az containerapp add-on milvus delete --name
56+
--resource-group
57+
[--no-wait]
58+
[--yes]
59+
requiredParameters:
60+
- isRequired: true
61+
name: --name -n
62+
summary: |-
63+
The service name.
64+
- isRequired: true
65+
name: --resource-group -g
66+
summary: |-
67+
Name of resource group. You can configure the default group using `az configure --defaults group=<name>`.
68+
optionalParameters:
69+
- name: --no-wait
70+
defaultValue: "False"
71+
summary: |-
72+
Do not wait for the long-running operation to finish.
73+
- name: --yes -y
74+
defaultValue: "False"
75+
summary: |-
76+
Do not prompt for confirmation.
77+
commands:
78+
- az_containerapp_add-on_milvus_create
79+
- az_containerapp_add-on_milvus_delete
80+
globalParameters:
81+
- name: --debug
82+
summary: |-
83+
Increase logging verbosity to show all debug logs.
84+
- name: --help -h
85+
summary: |-
86+
Show this help message and exit.
87+
- name: --only-show-errors
88+
summary: |-
89+
Only show errors, suppressing warnings.
90+
- name: --output -o
91+
defaultValue: "json"
92+
parameterValueGroup: "json, jsonc, none, table, tsv, yaml, yamlc"
93+
summary: |-
94+
Output format.
95+
- name: --query
96+
summary: |-
97+
JMESPath query string. See <a href="http://jmespath.org/">http://jmespath.org/</a> for more information and examples.
98+
- name: --subscription
99+
summary: |-
100+
Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.
101+
- name: --verbose
102+
summary: |-
103+
Increase logging verbosity. Use --debug for full debug logs.
104+
metadata:
105+
description: Commands to manage the milvus add-on for the Container Apps environment.

0 commit comments

Comments
 (0)