Skip to content

Commit da290fa

Browse files
venkatr21Venkat Ragavan S
andauthored
[Azure Load Testing] Add NOT_VALIDATED to list of terminal states (#47329)
* Add not validated to list of terminal states * update SDK version * unreleased version --------- Co-authored-by: Venkat Ragavan S <[email protected]>
1 parent 0bf6353 commit da290fa

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

sdk/loadtestservice/Azure.Developer.LoadTesting/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 1.1.0-beta.1 (Unreleased)
3+
## 1.0.2 (Unreleased)
44

55
### Features Added
66

@@ -9,6 +9,7 @@
99
### Bugs Fixed
1010

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

1314
## 1.0.1 (2023-03-11)
1415

sdk/loadtestservice/Azure.Developer.LoadTesting/src/Azure.Developer.LoadTesting.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<Description>This is the LoadTestService client library for developing .NET applications with rich experience.</Description>
44
<AssemblyTitle>Azure SDK Code Generation LoadTestService for Azure Data Plane</AssemblyTitle>
5-
<Version>1.1.0-beta.1</Version>
5+
<Version>1.0.2</Version>
66
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
77
<ApiCompatVersion>1.0.1</ApiCompatVersion>
88
<PackageTags>Azure LoadTestService</PackageTags>

sdk/loadtestservice/Azure.Developer.LoadTesting/src/FileUploadResultOperation.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ public class FileUploadResultOperation : Operation<BinaryData>
2929
{
3030
"VALIDATION_SUCCESS",
3131
"VALIDATION_FAILURE",
32+
"NOT_VALIDATED",
3233
"VALIDATION_NOT_REQUIRED"
3334
};
3435

0 commit comments

Comments
 (0)