Skip to content

Commit

Permalink
[Azure Load Testing] Add NOT_VALIDATED to list of terminal states (#4…
Browse files Browse the repository at this point in the history
…7329)

* Add not validated to list of terminal states

* update SDK version

* unreleased version

---------

Co-authored-by: Venkat Ragavan S <vens@microsoft.com>
  • Loading branch information
venkatr21 and Venkat Ragavan S authored Nov 27, 2024
1 parent 0bf6353 commit da290fa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion sdk/loadtestservice/Azure.Developer.LoadTesting/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 1.1.0-beta.1 (Unreleased)
## 1.0.2 (Unreleased)

### Features Added

Expand All @@ -9,6 +9,7 @@
### Bugs Fixed

### Other Changes
- Add NOT_VALIDATED to the list of terminal states for the file validation poller.

## 1.0.1 (2023-03-11)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<Description>This is the LoadTestService client library for developing .NET applications with rich experience.</Description>
<AssemblyTitle>Azure SDK Code Generation LoadTestService for Azure Data Plane</AssemblyTitle>
<Version>1.1.0-beta.1</Version>
<Version>1.0.2</Version>
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
<ApiCompatVersion>1.0.1</ApiCompatVersion>
<PackageTags>Azure LoadTestService</PackageTags>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ public class FileUploadResultOperation : Operation<BinaryData>
{
"VALIDATION_SUCCESS",
"VALIDATION_FAILURE",
"NOT_VALIDATED",
"VALIDATION_NOT_REQUIRED"
};

Expand Down

0 comments on commit da290fa

Please sign in to comment.