Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions custom-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -760,6 +760,10 @@ Fcontoso
FDID
fearthecowboy
featurecapabilities
Featureset
featuresets
featurestore
Featurestore
featurestate
Featurization
featurized
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
{
"parameters": {
"subscriptionId": "00000000-1111-2222-3333-444444444444",
"resourceGroupName": "test-rg",
"workspaceName": "my-aml-workspace",
"name": "string",
"api-version": "2023-02-01-preview",
"body": {
"properties": {
"description": "string",
"tags": {
"string": "string"
},
"properties": {
"string": "string"
},
"isArchived": false
}
}
},
"responses": {
"200": {
"headers": {},
"body": {
"id": "string",
"name": "string",
"type": "string",
"properties": {
"description": "string",
"tags": {
"string": "string"
},
"properties": {
"string": "string"
},
"isArchived": false,
"latestVersion": "string",
"nextVersion": "string",
"provisioningState": "Updating"
},
"systemData": {
"createdAt": "2020-01-01T12:34:56.999+00:48",
"createdBy": "string",
"createdByType": "User",
"lastModifiedAt": "2020-01-01T12:34:56.999+00:48",
"lastModifiedBy": "string",
"lastModifiedByType": "Application"
}
}
},
"201": {
"headers": {},
"body": {
"id": "string",
"name": "string",
"type": "string",
"properties": {
"description": "string",
"tags": {
"string": "string"
},
"properties": {
"string": "string"
},
"isArchived": false,
"latestVersion": "string",
"nextVersion": "string",
"provisioningState": "Updating"
},
"systemData": {
"createdAt": "2020-01-01T12:34:56.999+00:48",
"createdBy": "string",
"createdByType": "ManagedIdentity",
"lastModifiedAt": "2020-01-01T12:34:56.999+00:48",
"lastModifiedBy": "string",
"lastModifiedByType": "Key"
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"parameters": {
"subscriptionId": "00000000-1111-2222-3333-444444444444",
"resourceGroupName": "test-rg",
"workspaceName": "my-aml-workspace",
"name": "string",
"api-version": "2023-02-01-preview"
},
"responses": {
"200": {},
"202": {},
"204": {}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"parameters": {
"subscriptionId": "00000000-1111-2222-3333-444444444444",
"resourceGroupName": "test-rg",
"workspaceName": "my-aml-workspace",
"name": "string",
"api-version": "2023-02-01-preview"
},
"responses": {
"200": {
"headers": {},
"body": {
"id": "string",
"name": "string",
"type": "string",
"properties": {
"description": "string",
"tags": {
"string": "string"
},
"properties": {
"string": "string"
},
"isArchived": false,
"latestVersion": "string",
"nextVersion": "string",
"provisioningState": "Deleting"
},
"systemData": {
"createdAt": "2020-01-01T12:34:56.999+00:49",
"createdBy": "string",
"createdByType": "Application",
"lastModifiedAt": "2020-01-01T12:34:56.999+00:49",
"lastModifiedBy": "string",
"lastModifiedByType": "Key"
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
{
"parameters": {
"subscriptionId": "00000000-1111-2222-3333-444444444444",
"resourceGroupName": "test-rg",
"workspaceName": "my-aml-workspace",
"api-version": "2023-02-01-preview",
"$skipToken": "string",
"tags": "string",
"listViewType": "ArchivedOnly"
},
"responses": {
"200": {
"headers": {},
"body": {
"value": [
{
"id": "string",
"name": "string",
"type": "string",
"properties": {
"description": "string",
"tags": {
"string": "string"
},
"properties": {
"string": "string"
},
"isArchived": false,
"latestVersion": "string",
"nextVersion": "string",
"provisioningState": "Canceled"
},
"systemData": {
"createdAt": "2020-01-01T12:34:56.999+00:46",
"createdBy": "string",
"createdByType": "Application",
"lastModifiedAt": "2020-01-01T12:34:56.999+00:46",
"lastModifiedBy": "string",
"lastModifiedByType": "User"
}
}
],
"nextLink": "string"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"parameters": {
"subscriptionId": "00000000-1111-2222-3333-444444444444",
"resourceGroupName": "test-rg",
"workspaceName": "my-aml-workspace",
"name": "string",
"version": "string",
"api-version": "2023-02-01-preview",
"body": {
"displayName": "string",
"description": "string",
"featureWindow": {
"featureWindowStart": "2020-01-01T12:34:56.999+00:51",
"featureWindowEnd": "2020-01-01T12:34:56.999+00:51"
},
"tags": {
"string": "string"
},
"resource": {
"instanceType": "string"
},
"sparkConfiguration": {
"string": "string"
}
}
},
"responses": {
"200": {
"headers": {},
"body": {
"jobId": "string"
}
},
"202": {}
}
}
Loading