Skip to content

Commit

Permalink
mgmt, update data boundary 2024-08 (#42295)
Browse files Browse the repository at this point in the history
  • Loading branch information
weidongxu-microsoft authored Oct 12, 2024
1 parent 28a65f7 commit c93703c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

### Features Added

- Added data boundary client of api-version 2024-03-01.
- Added data boundary client of api-version 2024-08-01.

## 2.43.0 (2024-09-27)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ public DataBoundariesClient getDataBoundaries() {
this.serializerAdapter = serializerAdapter;
this.defaultPollInterval = defaultPollInterval;
this.endpoint = endpoint;
this.apiVersion = "2024-03-01";
this.apiVersion = "2024-08-01";
this.dataBoundaries = new DataBoundariesClientImpl(this);
}
}

0 comments on commit c93703c

Please sign in to comment.