Skip to content

Commit

Permalink
Fix the spec address (#42313)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurMa1978 authored Mar 1, 2024
1 parent f08a3bf commit c417e4c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions sdk/iot/Azure.ResourceManager.IotFirmwareDefense/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This release is the first stable release of the IoT Firmware Defense Management

- Updated Microsoft.IoTfirmwareDefense API version to `2024-01-10`
- Added new Get operations and models for fetching firmware analysis results and result summaries as resources.
- Enable the new model serialization by using the System.ClientModel, refer this [document](https://aka.ms/azsdk/net/mrw) for more details.
- Enabled the new model serialization by using the System.ClientModel, refer this [document](https://aka.ms/azsdk/net/mrw) for more details.

### Other Changes

Expand All @@ -19,7 +19,7 @@ This release is the first stable release of the IoT Firmware Defense Management

### Features Added

- Enable mocking for extension methods, refer this [document](https://aka.ms/azsdk/net/mocking) for more details.
- Enabled mocking for extension methods, refer this [document](https://aka.ms/azsdk/net/mocking) for more details.

### Other Changes

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ azure-arm: true
csharp: true
library-name: IotFirmwareDefense
namespace: Azure.ResourceManager.IotFirmwareDefense
require: https://github.com/Azure/azure-rest-api-specs/blob/ef348fed285ae01b78cf6afd394ad2c4c8b6da7e/specification/fist/resource-manager/readme.md
require: https://github.com/Azure/azure-rest-api-specs/blob/cf5ad1932d00c7d15497705ad6b71171d3d68b1e/specification/fist/resource-manager/readme.md
#tag: package-2024-01-10
output-folder: $(this-folder)/Generated
clear-output-folder: true
Expand Down

0 comments on commit c417e4c

Please sign in to comment.