Skip to content

Commit 6cbe8b0

Browse files
1 parent d2693a0 commit 6cbe8b0

File tree

24 files changed

+642
-311
lines changed

24 files changed

+642
-311
lines changed

docs-ref-autogen/Latest-version/latest/TOC.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,16 +48,16 @@
4848
- az apic api version
4949
no-loc:
5050
- az apic api
51+
- name: api-analysis
52+
uid: az_apic_api-analysis
53+
displayName: az apic api-analysis
54+
no-loc:
55+
- az apic api-analysis
5156
- name: environment
5257
uid: az_apic_environment
5358
displayName: az apic environment
5459
no-loc:
5560
- az apic environment
56-
- name: import
57-
uid: az_apic_import
58-
displayName: az apic import
59-
no-loc:
60-
- az apic import
6161
- name: integration
6262
items:
6363
- name: Commands

docs-ref-autogen/Latest-version/latest/acat/report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ directCommands:
5252
Report collection trigger time's time zone, the available list can be obtained by executing "Get-TimeZone -ListAvailable" in PowerShell. An example of valid timezone id is "Pacific Standard Time".
5353
groupName: Properties Arguments
5454
- name: --trigger-time
55-
defaultValue: 2025-08-06 12:00:00
55+
defaultValue: 2025-08-07 12:00:00
5656
summary: |-
5757
Report collection trigger time.
5858
groupName: Properties Arguments

docs-ref-autogen/Latest-version/latest/ams/asset.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ directCommands:
215215
The name of the Azure Media Services account.
216216
groupName: Resource Id Arguments
217217
- name: --expiry
218-
defaultValue: 2025-08-07 10:11:42.363730
218+
defaultValue: 2025-08-08 10:11:50.842644
219219
summary: |-
220220
Specifies the UTC datetime (Y-m-d'T'H:M:S'Z') at which the SAS becomes invalid. This must be less than 24 hours from the current time.
221221
- name: --ids

docs-ref-autogen/Latest-version/latest/apic.yml

Lines changed: 8 additions & 89 deletions
Original file line numberDiff line numberDiff line change
@@ -135,92 +135,6 @@ directCommands:
135135
defaultValue: "False"
136136
summary: |-
137137
Increase logging verbosity. Use --debug for full debug logs.
138-
- uid: az_apic_import-from-apim
139-
name: az apic import-from-apim
140-
summary: |-
141-
Imports APIs from an Azure API Management service instance.
142-
status: GA
143-
sourceType: Extension
144-
syntax: >-
145-
az apic import-from-apim --apim-apis
146-
--apim-name
147-
[--apim-resource-group]
148-
[--apim-subscription]
149-
[--ids]
150-
[--no-wait {0, 1, f, false, n, no, t, true, y, yes}]
151-
[--resource-group]
152-
[--service-name]
153-
[--subscription]
154-
examples:
155-
- summary: |-
156-
Import all APIs from APIM in same resource group
157-
syntax: az apic import-from-apim -g api-center-test --service-name contoso-apic --apim-name contoso-apim --apim-apis *
158-
- summary: |-
159-
Import selected APIs from APIM in same resource group
160-
syntax: az apic import-from-apim -g api-center-test --service-name contoso-apic --apim-name contoso-apim --apim-apis [echo,foo]
161-
- summary: |-
162-
Import all APIs from APIM in another subscription and resource group
163-
syntax: az apic import-from-apim -g api-center-test --service-name contoso-apic --apim-subscription 00000000-0000-0000-0000-000000000000 --apim-resource-group apim-rg --apim-name contoso-apim --apim-apis *
164-
requiredParameters:
165-
- isRequired: true
166-
name: --apim-apis
167-
summary: |-
168-
The APIs to be imported. Support shorthand-syntax, json-file and yaml-file. Try "??" to show more.
169-
- isRequired: true
170-
name: --apim-name
171-
summary: |-
172-
The name of the source APIM instance.
173-
optionalParameters:
174-
- name: --apim-resource-group
175-
summary: |-
176-
The resource group of the source APIM instance.
177-
- name: --apim-subscription
178-
summary: |-
179-
The subscription id of the source APIM instance.
180-
- name: --ids
181-
summary: |-
182-
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
183-
groupName: Resource Id Arguments
184-
- name: --no-wait
185-
acceptedValues: 0, 1, f, false, n, no, t, true, y, yes
186-
summary: |-
187-
Do not wait for the long-running operation to finish.
188-
- name: --resource-group -g
189-
summary: |-
190-
Name of resource group. You can configure the default group using `az configure --defaults group=<name>`.
191-
groupName: Resource Id Arguments
192-
- name: --service-name -n
193-
summary: |-
194-
The name of Azure API Center service.
195-
groupName: Resource Id Arguments
196-
- name: --subscription
197-
summary: |-
198-
Name or ID of subscription. You can configure the default subscription using `az account set -s NAME_OR_ID`.
199-
groupName: Resource Id Arguments
200-
globalParameters:
201-
- name: --debug
202-
defaultValue: "False"
203-
summary: |-
204-
Increase logging verbosity to show all debug logs.
205-
- name: --help -h
206-
summary: |-
207-
Show this help message and exit.
208-
- name: --only-show-errors
209-
defaultValue: "False"
210-
summary: |-
211-
Only show errors, suppressing warnings.
212-
- name: --output -o
213-
defaultValue: json
214-
acceptedValues: json, jsonc, none, table, tsv, yaml, yamlc
215-
summary: |-
216-
Output format.
217-
- name: --query
218-
summary: |-
219-
JMESPath query string. See http://jmespath.org/ for more information and examples.
220-
- name: --verbose
221-
defaultValue: "False"
222-
summary: |-
223-
Increase logging verbosity. Use --debug for full debug logs.
224138
- uid: az_apic_list
225139
name: az apic list
226140
summary: |-
@@ -422,6 +336,14 @@ directCommands:
422336
Increase logging verbosity. Use --debug for full debug logs.
423337
commands:
424338
- az_apic_api
339+
- az_apic_api-analysis
340+
- az_apic_api-analysis_create
341+
- az_apic_api-analysis_delete
342+
- az_apic_api-analysis_export-ruleset
343+
- az_apic_api-analysis_import-ruleset
344+
- az_apic_api-analysis_list
345+
- az_apic_api-analysis_show
346+
- az_apic_api-analysis_update
425347
- az_apic_api_create
426348
- az_apic_api_definition
427349
- az_apic_api_definition_create
@@ -456,9 +378,6 @@ commands:
456378
- az_apic_environment_list
457379
- az_apic_environment_show
458380
- az_apic_environment_update
459-
- az_apic_import
460-
- az_apic_import-from-apim
461-
- az_apic_import_aws
462381
- az_apic_integration
463382
- az_apic_integration_create
464383
- az_apic_integration_create_apim

0 commit comments

Comments
 (0)