Skip to content

Commit

Permalink
MFE April-preview 2023 staging (#23165)
Browse files Browse the repository at this point in the history
* update mfe.json to latest

* update preview examples

* make it pretty

* createOrUpload example touch-ups

* pretty check

* POST pendingUpload lint violation, description, and array

* spell check fixes

* featurestore updates + notification patch updates to align with jobs

* fix feature examples

* rename PendingUpload -> startPendingUpload + better description

* prettier feature get/list.json

* update Job-Update example

* update descriptions

* x-ms-secret-true, remove wasbs and pattern for registries

* update examples to remove wasbsUri

* update registry refrence and add pattern to featuresetname

* temporarily add in registry reference

* one more pattern add-on for featuresetname

* remove wasbs since that is no longer a part of PR

* bump

* add empty secrets to examples - can show object but hide secret itself

* original-uri -> azure-async-operation

* createOrGetPendingUpload -> createOrGetStartPendingUpload

* add ms-secret to uri to keep it from breaking relative to GA

---------

Co-authored-by: Kayla Ames <kaseager@microsoft.com>
  • Loading branch information
kseager and Kayla Ames authored Apr 2, 2023
1 parent 374864d commit b385702
Show file tree
Hide file tree
Showing 17 changed files with 4,236 additions and 1,137 deletions.
5 changes: 4 additions & 1 deletion custom-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2752,4 +2752,7 @@ remediatable
Overprovisioning
Unprepares
Unpreparing

Pearsons
Smirnov
Kolmogorov
Wasserstein
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,10 @@
"isDefault": false,
"properties": null,
"credentials": {
"credentialsType": "AccountKey"
"credentialsType": "AccountKey",
"secrets": {
"secretsType": "AccountKey"
}
},
"datastoreType": "AzureBlob",
"accountName": "string",
Expand Down Expand Up @@ -75,7 +78,10 @@
"isDefault": false,
"properties": null,
"credentials": {
"credentialsType": "AccountKey"
"credentialsType": "AccountKey",
"secrets": {
"secretsType": "AccountKey"
}
},
"datastoreType": "AzureBlob",
"accountName": "string",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,10 @@
"authorityUrl": "string",
"resourceUrl": "string",
"tenantId": "00000000-1111-2222-3333-444444444444",
"clientId": "00000000-1111-2222-3333-444444444444"
"clientId": "00000000-1111-2222-3333-444444444444",
"secrets": {
"secretsType": "ServicePrincipal"
}
},
"datastoreType": "AzureDataLakeGen1",
"storeName": "string"
Expand Down Expand Up @@ -79,7 +82,10 @@
"authorityUrl": "string",
"resourceUrl": "string",
"tenantId": "00000000-1111-2222-3333-444444444444",
"clientId": "00000000-1111-2222-3333-444444444444"
"clientId": "00000000-1111-2222-3333-444444444444",
"secrets": {
"secretsType": "ServicePrincipal"
}
},
"datastoreType": "AzureDataLakeGen1",
"storeName": "string"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,10 @@
"authorityUrl": "string",
"resourceUrl": "string",
"tenantId": "00000000-1111-2222-3333-444444444444",
"clientId": "00000000-1111-2222-3333-444444444444"
"clientId": "00000000-1111-2222-3333-444444444444",
"secrets": {
"secretsType": "ServicePrincipal"
}
},
"datastoreType": "AzureDataLakeGen2",
"filesystem": "string",
Expand Down Expand Up @@ -85,7 +88,10 @@
"authorityUrl": "string",
"resourceUrl": "string",
"tenantId": "00000000-1111-2222-3333-444444444444",
"clientId": "00000000-1111-2222-3333-444444444444"
"clientId": "00000000-1111-2222-3333-444444444444",
"secrets": {
"secretsType": "ServicePrincipal"
}
},
"datastoreType": "AzureDataLakeGen2",
"filesystem": "string",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,10 @@
},
"properties": null,
"credentials": {
"credentialsType": "AccountKey"
"credentialsType": "AccountKey",
"secrets": {
"secretsType": "AccountKey"
}
},
"datastoreType": "AzureFile",
"accountName": "string",
Expand Down Expand Up @@ -73,7 +76,10 @@
},
"properties": null,
"credentials": {
"credentialsType": "AccountKey"
"credentialsType": "AccountKey",
"secrets": {
"secretsType": "AccountKey"
}
},
"datastoreType": "AzureFile",
"accountName": "string",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@
"isDefault": false,
"properties": null,
"credentials": {
"credentialsType": "AccountKey"
"credentialsType": "AccountKey",
"secrets": {
"secretsType": "AccountKey"
}
},
"datastoreType": "AzureBlob",
"accountName": "string",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@
"isDefault": false,
"properties": null,
"credentials": {
"credentialsType": "AccountKey"
"credentialsType": "AccountKey",
"secrets": {
"secretsType": "AccountKey"
}
},
"datastoreType": "AzureBlob",
"accountName": "string",
Expand Down
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",
"featuresetName": "string",
"featuresetVersion": "string",
"featureName": "string",
"api-version": "2023-04-01-preview"
},
"responses": {
"200": {
"headers": {},
"body": {
"id": "string",
"name": "string",
"type": "string",
"properties": {
"description": "string",
"tags": {
"string": "string"
},
"properties": {
"string": "string"
},
"featureName": "string",
"dataType": "Float"
},
"systemData": {
"createdAt": "2020-01-01T12:34:56.999+00:51",
"createdBy": "string",
"createdByType": "Key",
"lastModifiedAt": "2020-01-01T12:34:56.999+00:51",
"lastModifiedBy": "string",
"lastModifiedByType": "Key"
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"parameters": {
"subscriptionId": "00000000-1111-2222-3333-444444444444",
"resourceGroupName": "test-rg",
"workspaceName": "my-aml-workspace",
"featuresetName": "string",
"featuresetVersion": "string",
"api-version": "2023-04-01-preview",
"$skipToken": "string",
"tags": "string",
"featureName": "string",
"description": "string"
},
"responses": {
"200": {
"headers": {},
"body": {
"value": [
{
"id": "string",
"name": "string",
"type": "string",
"properties": {
"description": "string",
"tags": {
"string": "string"
},
"properties": {
"string": "string"
},
"featureName": "string",
"dataType": "Boolean"
},
"systemData": {
"createdAt": "2020-01-01T12:34:56.999+00:50",
"createdBy": "string",
"createdByType": "Key",
"lastModifiedAt": "2020-01-01T12:34:56.999+00:50",
"lastModifiedBy": "string",
"lastModifiedByType": "ManagedIdentity"
}
}
],
"nextLink": "string"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,154 @@
{
"parameters": {
"subscriptionId": "00000000-1111-2222-3333-444444444444",
"resourceGroupName": "test-rg",
"workspaceName": "my-aml-workspace",
"id": "string",
"api-version": "2023-04-01-preview",
"body": {
"properties": {
"notificationSetting": {
"webhooks": {
"string": {
"eventType": "string",
"webhookType": "AzureDevOps"
}
}
}
}
}
},
"responses": {
"200": {
"headers": {},
"body": {
"id": "string",
"name": "string",
"type": "string",
"properties": {
"description": "string",
"tags": {
"string": "string"
},
"properties": {
"string": "string"
},
"displayName": "string",
"status": "Canceled",
"experimentName": "string",
"services": {
"string": {
"jobServiceType": "string",
"port": 1,
"endpoint": "string",
"status": "string",
"errorMessage": "string",
"properties": {
"string": "string"
},
"nodes": {
"nodesValueType": "All"
}
}
},
"computeId": "string",
"isArchived": false,
"identity": {
"identityType": "AMLToken"
},
"componentId": "string",
"notificationSetting": {
"emails": [
"string"
],
"emailOn": [
"JobCompleted"
],
"webhooks": {
"string": {
"eventType": "string",
"webhookType": "AzureDevOps"
}
}
},
"secretsConfiguration": {
"string": {
"workspaceSecretName": "string",
"uri": null
}
},
"jobType": "Command",
"resources": {
"instanceCount": 1,
"maxInstanceCount": 1,
"instanceType": "string",
"locations": [
"string"
],
"properties": {
"string": {
"00cac5bf-6a80-4db4-9c7f-1feebe8c21c8": null
}
},
"shmSize": "2g",
"dockerArgs": "string"
},
"codeId": "string",
"command": "string",
"environmentId": "string",
"inputs": {
"string": {
"description": "string",
"jobInputType": "literal",
"value": "string"
}
},
"outputs": {
"string": {
"description": "string",
"uri": "string",
"assetName": "string",
"assetVersion": "string",
"mode": "Upload",
"autoDeleteSetting": {
"condition": "CreatedGreaterThan",
"value": "string"
},
"jobOutputType": "uri_file"
}
},
"distribution": {
"distributionType": "TensorFlow",
"workerCount": 1,
"parameterServerCount": 1
},
"autologgerSettings": {
"mlflowAutologger": "Enabled"
},
"limits": {
"timeout": "PT5M",
"jobLimitsType": "Command"
},
"environmentVariables": {
"string": "string"
},
"parameters": {
"6f851dd9-5a2d-4bd7-8a67-3b0e6a075bdb": null
},
"queueSettings": {
"jobTier": "Premium",
"priority": 1
}
},
"systemData": {
"createdAt": "2020-01-01T12:34:56.999+00:44",
"createdBy": "string",
"createdByType": "Key",
"lastModifiedAt": "2020-01-01T12:34:56.999+00:44",
"lastModifiedBy": "string",
"lastModifiedByType": "Key"
}
}
}
}
}
Loading

0 comments on commit b385702

Please sign in to comment.