Skip to content

Commit

Permalink
Update example version
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhidaLiu committed Sep 8, 2023
1 parent f21b6b5 commit 1527274
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"resourceGroupName": "test-rg",
"workspaceName": "aml-workspace-name",
"ruleName": "some_string",
"api-version": "2023-06-01-preview",
"api-version": "2023-10-01",
"body": {
"properties": {
"type": "FQDN",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"resourceGroupName": "test-rg",
"workspaceName": "aml-workspace-name",
"ruleName": "some_string",
"api-version": "2023-06-01-preview"
"api-version": "2023-10-01"
},
"responses": {
"202": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"resourceGroupName": "test-rg",
"workspaceName": "aml-workspace-name",
"ruleName": "some_string",
"api-version": "2023-06-01-preview"
"api-version": "2023-10-01"
},
"responses": {
"200": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"subscriptionId": "00000000-1111-2222-3333-444444444444",
"resourceGroupName": "test-rg",
"workspaceName": "aml-workspace-name",
"api-version": "2023-06-01-preview"
"api-version": "2023-10-01"
},
"responses": {
"200": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"subscriptionId": "00000000-1111-2222-3333-444444444444",
"resourceGroupName": "test-rg",
"workspaceName": "aml-workspace-name",
"api-version": "2023-06-01-preview",
"api-version": "2023-10-01",
"body": {
"includeSpark": false
}
Expand Down

0 comments on commit 1527274

Please sign in to comment.