Skip to content

Commit b2dfb91

Browse files
authored
Removing unnecessary steps in documentation
1 parent db2416c commit b2dfb91

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

articles/virtual-machines/image-builder-api-update-release-notes.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,7 @@ In the [Azure VM Image Builder networking options](./linux/image-builder-network
7373
7474
If you’d like to avoid making changes to the properties in your image templates due to the new case sensitivity rules, you have the option to pin your Azure VM Image Builder API calls to a previous API version. This allows you to continue using the familiar behavior without any modifications.
7575

76-
Follow these steps to pin your API calls to an older version:
77-
78-
1. Review the REST API Documentation: Visit the [Azure Image Builder REST API documentation](https://learn.microsoft.com/rest/api/imagebuilder/virtual-machine-image-templates/create-or-update) for Azure Image Builder (AIB). This documentation provides detailed information on how to create or update an Azure Image Builder template using the API.
79-
80-
2. Specify the `api-version`: To ensure compatibility with your existing templates, When creating or updating an image template, specify the desired API version (e.g., api-version=2022-07-01) by including the `api-version` parameter in your call to the service. Example:
76+
To ensure compatibility with your existing templates, when creating or updating an image template, specify the desired API version (e.g., api-version=2022-07-01) by including the `api-version` parameter in your call to the service. Example:
8177

8278
# [HTTP](#tab/http)
8379
```http
@@ -101,9 +97,9 @@ az resource create \
10197
```azurepowershell-interactive
10298
New-AzResourceGroupDeployment -ResourceGroupName <resourceGroupName> -TemplateFile <templateFilePath> -TemplateParameterObject @{"api-version" = "2022-07-01"; "imageTemplateName" = <imageTemplateName>; "svclocation" = <location>}
10399
```
104-
105-
106-
3. Test Your Code: After pinning to the older API version, test your code to verify that it behaves as expected. Ensure that your existing templates continue to function correctly.
100+
> **Test Your Code**
101+
>
102+
> After pinning to the older API version, test your code to verify that it behaves as expected. Ensure that your existing templates continue to function correctly.
107103
108104
### November 2023
109105
Azure Image Builder is enabling Isolated Image Builds using Azure Container Instances in a phased manner. The rollout is expected to be completed by early 2024. Your existing image templates will continue to work and there is no change in the way you create or build new image templates.

0 commit comments

Comments
 (0)