Skip to content

Commit b9cffde

Browse files
authored
removing numbers from headers
1 parent 155bfd2 commit b9cffde

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/api-center/manage-apis-azure-cli.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ This article shows how to use [`az apic api`](/cli/azure/apic/api) commands in t
3030

3131
The following steps show how to create an API and associate a single API version and API definition. For background about the data model in API Center, see [Key concepts](key-concepts.md).
3232

33-
### 1. Create an API
33+
### Create an API
3434

3535
Use the [az apic api create](/cli/azure/apic/api#az_apic_api_create) command to create an API in your API center.
3636

@@ -48,7 +48,7 @@ By default, the command sets the API's **Lifecycle stage** to *design*.
4848
> After creating an API, you can update the API's properties by using the [az apic api update](/cli/azure/apic/api#az_apic_api_update) command.
4949
5050

51-
### 2. Create an API version
51+
### Create an API version
5252

5353
Use the [az apic api version create](/cli/azure/apic/api/version#az_apic_api_version_create) command to create a version for your API.
5454

@@ -60,7 +60,7 @@ az apic api version create --resource-group myResourceGroup \
6060
--version v1-0-0 --title "v1-0-0"
6161
```
6262

63-
### 3. Create API definition and add specification file
63+
### Create API definition and add specification file
6464

6565
Use the [az apic api definition](/cli/azure/apic/api/definition) commands to add a definition and an accompanying specification file for an API version.
6666

0 commit comments

Comments
 (0)