Skip to content

Commit

Permalink
fix example api version values
Browse files Browse the repository at this point in the history
  • Loading branch information
chaoyu-msft committed Nov 2, 2023
1 parent e6def55 commit c1b66f6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"workspaceName": "my-aml-workspace",
"name": "string",
"version": "string",
"api-version": "2023-10-01",
"api-version": "2024-01-01-preview",
"body": {
"registryName": "string",
"destinationName": "string",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"workspaceName": "my-aml-workspace",
"name": "string",
"version": "string",
"api-version": "2023-10-01",
"api-version": "2024-01-01-preview",
"body": {
"registryName": "string",
"destinationName": "string",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"workspaceName": "my-aml-workspace",
"name": "string",
"version": "string",
"api-version": "2023-10-01",
"api-version": "2024-01-01-preview",
"body": {
"registryName": "string",
"destinationName": "string",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"workspaceName": "my-aml-workspace",
"name": "string",
"version": "string",
"api-version": "2023-10-01",
"api-version": "2024-01-01-preview",
"body": {
"registryName": "string",
"destinationName": "string",
Expand Down

0 comments on commit c1b66f6

Please sign in to comment.