Skip to content

Commit

Permalink
Fist iotfirmwaredefense update SDK to swagger 2024-01-10 (#42005)
Browse files Browse the repository at this point in the history
  • Loading branch information
eatkimchee authored Mar 1, 2024
1 parent e81bdbf commit 05ee57c
Show file tree
Hide file tree
Showing 138 changed files with 13,167 additions and 12,130 deletions.
13 changes: 8 additions & 5 deletions sdk/iot/Azure.ResourceManager.IotFirmwareDefense/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
# Release History

## 1.0.0-beta.3 (Unreleased)
## 1.0.0 (2024-02-28)

This release is the first stable release of the IoT Firmware Defense Management client library.

### Features Added

- 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.

### Breaking Changes

### Bugs Fixed

### Other Changes

- Removed Generate* action operations (post actions) for fetching firmware analysis results
- Deprecated several unused properties in firmware results models

## 1.0.0-beta.2 (2023-11-29)

### Features Added
Expand Down
2 changes: 1 addition & 1 deletion sdk/iot/Azure.ResourceManager.IotFirmwareDefense/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ This library follows the [new Azure SDK guidelines](https://azure.github.io/azur
Install the Microsoft Azure IotFirmwareDefense management library for .NET with [NuGet](https://www.nuget.org/):

```dotnetcli
dotnet add package Azure.ResourceManager.IotFirmwareDefense --prerelease
dotnet add package Azure.ResourceManager.IotFirmwareDefense
```

### Prerequisites
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"AssetsRepo": "Azure/azure-sdk-assets",
"AssetsRepoPrefixPath": "net",
"TagPrefix": "net/iot/Azure.ResourceManager.IotFirmwareDefense",
"Tag": "net/iot/Azure.ResourceManager.IotFirmwareDefense_4000bdb67c"
"Tag": "net/iot/Azure.ResourceManager.IotFirmwareDefense_938f20ae22"
}

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 05ee57c

Please sign in to comment.