Skip to content
16 changes: 16 additions & 0 deletions Commands/apic/api-analysis/_create.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _apic api-analysis create_

Create new or updates existing API analyzer configuration.

## Versions

### [2024-12-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5hcGljZW50ZXIvc2VydmljZXMve30vd29ya3NwYWNlcy97fS9hbmFseXplcmNvbmZpZ3Mve30=/2024-12-15-preview.xml) **Preview**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.apicenter/services/{}/workspaces/{}/analyzerconfigs/{} 2024-12-15-preview -->

#### examples

- Create an API Analysis rule config
```bash
apic api-analysis create -g contoso-resources -n contoso -c spectral-openapi
```
16 changes: 16 additions & 0 deletions Commands/apic/api-analysis/_delete.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _apic api-analysis delete_

Delete deletes API analyzer configuration.

## Versions

### [2024-12-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5hcGljZW50ZXIvc2VydmljZXMve30vd29ya3NwYWNlcy97fS9hbmFseXplcmNvbmZpZ3Mve30=/2024-12-15-preview.xml) **Preview**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.apicenter/services/{}/workspaces/{}/analyzerconfigs/{} 2024-12-15-preview -->

#### examples

- Delete an API Analysis rule config
```bash
apic api-analysis delete -g contoso-resources -n contoso -c spectral-openapi
```
16 changes: 16 additions & 0 deletions Commands/apic/api-analysis/_export-ruleset.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _apic api-analysis export-ruleset_

Exports the API analyzer ruleset.

## Versions

### [2024-12-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5hcGljZW50ZXIvc2VydmljZXMve30vd29ya3NwYWNlcy97fS9hbmFseXplcmNvbmZpZ3Mve30vZXhwb3J0cnVsZXNldA==/2024-12-15-preview.xml) **Preview**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.apicenter/services/{}/workspaces/{}/analyzerconfigs/{}/exportruleset 2024-12-15-preview -->

#### examples

- Export an API Analysis ruleset
```bash
apic api-analysis export-ruleset -g contoso-resources -n contoso -c spectral-openapi --path '\\path\\for\\output\\files'
```
16 changes: 16 additions & 0 deletions Commands/apic/api-analysis/_import-ruleset.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _apic api-analysis import-ruleset_

Imports the API analyzer ruleset.

## Versions

### [2024-12-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5hcGljZW50ZXIvc2VydmljZXMve30vd29ya3NwYWNlcy97fS9hbmFseXplcmNvbmZpZ3Mve30vaW1wb3J0cnVsZXNldA==/2024-12-15-preview.xml) **Preview**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.apicenter/services/{}/workspaces/{}/analyzerconfigs/{}/importruleset 2024-12-15-preview -->

#### examples

- Import an API Analysis ruleset
```bash
apic api-analysis import-ruleset -g contoso-resources -n contoso -c spectral-openapi --path '\\path\\to\\ruleset\\folder'
```
16 changes: 16 additions & 0 deletions Commands/apic/api-analysis/_list.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _apic api-analysis list_

List API analyzer configurations.

## Versions

### [2024-12-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5hcGljZW50ZXIvc2VydmljZXMve30vd29ya3NwYWNlcy97fS9hbmFseXplcmNvbmZpZ3M=/2024-12-15-preview.xml) **Preview**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.apicenter/services/{}/workspaces/{}/analyzerconfigs 2024-12-15-preview -->

#### examples

- List all API Analysis rule configs for the service
```bash
apic api-analysis list -g contoso-resources -n contoso
```
16 changes: 16 additions & 0 deletions Commands/apic/api-analysis/_show.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _apic api-analysis show_

Get details of the API analyzer configuration.

## Versions

### [2024-12-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5hcGljZW50ZXIvc2VydmljZXMve30vd29ya3NwYWNlcy97fS9hbmFseXplcmNvbmZpZ3Mve30=/2024-12-15-preview.xml) **Preview**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.apicenter/services/{}/workspaces/{}/analyzerconfigs/{} 2024-12-15-preview -->

#### examples

- Show details of an API Analysis rule config
```bash
apic api-analysis show -g contoso-resources -n contoso -c spectral-openapi
```
16 changes: 16 additions & 0 deletions Commands/apic/api-analysis/_update.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _apic api-analysis update_

Update new or updates existing API analyzer configuration.

## Versions

### [2024-12-15-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5hcGljZW50ZXIvc2VydmljZXMve30vd29ya3NwYWNlcy97fS9hbmFseXplcmNvbmZpZ3Mve30=/2024-12-15-preview.xml) **Preview**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.apicenter/services/{}/workspaces/{}/analyzerconfigs/{} 2024-12-15-preview -->

#### examples

- Update an API Analysis rule config
```bash
apic api-analysis update -g contoso-resources -n contoso -c spectral-openapi
```
26 changes: 26 additions & 0 deletions Commands/apic/api-analysis/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# [Group] _apic api-analysis_

Manage Azure API Center service api analysis features

## Commands

- [create](/Commands/apic/api-analysis/_create.md)
: Create new or updates existing API analyzer configuration.

- [delete](/Commands/apic/api-analysis/_delete.md)
: Delete deletes API analyzer configuration.

- [export-ruleset](/Commands/apic/api-analysis/_export-ruleset.md)
: Exports the API analyzer ruleset.

- [import-ruleset](/Commands/apic/api-analysis/_import-ruleset.md)
: Imports the API analyzer ruleset.

- [list](/Commands/apic/api-analysis/_list.md)
: List API analyzer configurations.

- [show](/Commands/apic/api-analysis/_show.md)
: Get details of the API analyzer configuration.

- [update](/Commands/apic/api-analysis/_update.md)
: Update new or updates existing API analyzer configuration.
2 changes: 1 addition & 1 deletion Commands/apic/integration/_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ Create new or updates existing API source.

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.apicenter/services/{}/workspaces/{}/apisources/{} 2024-06-01-preview -->

### [2024-12-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5hcGljZW50ZXIvc2VydmljZXMve30vd29ya3NwYWNlcy97fS9hcGlzb3VyY2VzL3t9/2024-12-01-preview.xml) **Preview**
### [2024-12-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5hcGljZW50ZXIvc2VydmljZXMve30vd29ya3NwYWNlcy97fS9hcGlzb3VyY2VzL3t9/2024-12-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.apicenter/services/{}/workspaces/{}/apisources/{} 2024-12-01-preview -->
2 changes: 1 addition & 1 deletion Commands/apic/integration/_delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ Delete specified API source.

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.apicenter/services/{}/workspaces/{}/apisources/{} 2024-06-01-preview -->

### [2024-12-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5hcGljZW50ZXIvc2VydmljZXMve30vd29ya3NwYWNlcy97fS9hcGlzb3VyY2VzL3t9/2024-12-01-preview.xml) **Preview**
### [2024-12-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5hcGljZW50ZXIvc2VydmljZXMve30vd29ya3NwYWNlcy97fS9hcGlzb3VyY2VzL3t9/2024-12-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.apicenter/services/{}/workspaces/{}/apisources/{} 2024-12-01-preview -->
2 changes: 1 addition & 1 deletion Commands/apic/integration/_head.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ Checks if specified API source exists.

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.apicenter/services/{}/workspaces/{}/apisources/{} 2024-06-01-preview -->

### [2024-12-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5hcGljZW50ZXIvc2VydmljZXMve30vd29ya3NwYWNlcy97fS9hcGlzb3VyY2VzL3t9/2024-12-01-preview.xml) **Preview**
### [2024-12-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5hcGljZW50ZXIvc2VydmljZXMve30vd29ya3NwYWNlcy97fS9hcGlzb3VyY2VzL3t9/2024-12-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.apicenter/services/{}/workspaces/{}/apisources/{} 2024-12-01-preview -->
2 changes: 1 addition & 1 deletion Commands/apic/integration/_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ List a collection of API sources.

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.apicenter/services/{}/workspaces/{}/apisources 2024-06-01-preview -->

### [2024-12-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5hcGljZW50ZXIvc2VydmljZXMve30vd29ya3NwYWNlcy97fS9hcGlzb3VyY2Vz/2024-12-01-preview.xml) **Preview**
### [2024-12-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5hcGljZW50ZXIvc2VydmljZXMve30vd29ya3NwYWNlcy97fS9hcGlzb3VyY2Vz/2024-12-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.apicenter/services/{}/workspaces/{}/apisources 2024-12-01-preview -->
2 changes: 1 addition & 1 deletion Commands/apic/integration/_show.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ Get details of the API source.

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.apicenter/services/{}/workspaces/{}/apisources/{} 2024-06-01-preview -->

### [2024-12-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5hcGljZW50ZXIvc2VydmljZXMve30vd29ya3NwYWNlcy97fS9hcGlzb3VyY2VzL3t9/2024-12-01-preview.xml) **Preview**
### [2024-12-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5hcGljZW50ZXIvc2VydmljZXMve30vd29ya3NwYWNlcy97fS9hcGlzb3VyY2VzL3t9/2024-12-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.apicenter/services/{}/workspaces/{}/apisources/{} 2024-12-01-preview -->
2 changes: 1 addition & 1 deletion Commands/apic/integration/_update.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ Update new or updates existing API source.

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.apicenter/services/{}/workspaces/{}/apisources/{} 2024-06-01-preview -->

### [2024-12-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5hcGljZW50ZXIvc2VydmljZXMve30vd29ya3NwYWNlcy97fS9hcGlzb3VyY2VzL3t9/2024-12-01-preview.xml) **Preview**
### [2024-12-01-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5hcGljZW50ZXIvc2VydmljZXMve30vd29ya3NwYWNlcy97fS9hcGlzb3VyY2VzL3t9/2024-12-01-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.apicenter/services/{}/workspaces/{}/apisources/{} 2024-12-01-preview -->
3 changes: 3 additions & 0 deletions Commands/apic/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ Manage Azure API Center services
- [api](/Commands/apic/api/readme.md)
: Commands to manage APIs in API Center

- [api-analysis](/Commands/apic/api-analysis/readme.md)
: Manage Azure API Center service api analysis features

- [environment](/Commands/apic/environment/readme.md)
: Commands to manage environments in API Center

Expand Down
Loading
Loading