Skip to content

Commit

Permalink
Maulik/mfe preview changes (#20372)
Browse files Browse the repository at this point in the history
* Added mfe.json preview changes

* Added resources to Registries and Workspaces folder

* removed unwanted resources

* removed unwanted resources

* Ran prettier check

* removed unwanted resources

* removed unwanted resources

* Added ManagedOnlineDeployment resource

* Added files to OnlineDeplyment

* Added Model Validation changes

* Added mfe.json changes to handle duplicate operation id changes

* Updated mfe to fix underscore error

* Update title of mfe.json

* Renamed name path parameter

* Updated examples

* Fixed Semantic validations and examples

* Fixed Semantic validations and examples

* Fixed Semantic validations and examples

* Removed name changes from workspaces

* Changes related to Model Validation

* Changes related to Model validation

* Added consumes amd produces in registries.json

* Removed changes from registries

* Updated parameter mlFlowAutologger to mlflowAutologger in mfe.json

* Changed property name to mlflowAutologger

Co-authored-by: maulikjoshi <[email protected]>
  • Loading branch information
Maulik003 and maulikjoshi committed Oct 4, 2022
1 parent 2bd49be commit 26390bf
Show file tree
Hide file tree
Showing 94 changed files with 4,891 additions and 154 deletions.
3 changes: 3 additions & 0 deletions custom-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ autogenerate
autogenerated
Autogrow
autokey
Autologger
autologger
Automanage
automations
Expand Down Expand Up @@ -822,6 +823,7 @@ functionappsettings
galician
galleryimages
Garda
gbdt
Gbps
gcch
GC'd
Expand Down Expand Up @@ -1604,6 +1606,7 @@ policysets
Polybase
polyfill
polyline
polynomially
poolusagemetrics
popreceipt
portalsettings
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
{
"parameters": {
"subscriptionId": "00000000-1111-2222-3333-444444444444",
"resourceGroupName": "testrg123",
"registryName": "testregistry",
"api-version": "2022-10-01-preview",
"codeName": "testContainer",
"body": {
"properties": {
"description": "string",
"tags": {
"tag1": "value1",
"tag2": "value2"
}
}
}
},
"responses": {
"200": {
"body": {
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/registries/testregistry/codes/testContainer",
"name": "testContainer",
"type": "Microsoft.MachineLearningServices/registries/codes",
"properties": {
"description": "string",
"tags": {
"property1": "string",
"property2": "string"
}
},
"systemData": {
"createdAt": "2020-12-01T12:00:00.000Z",
"createdBy": "John Smith",
"createdByType": "User",
"lastModifiedAt": "2020-12-01T12:00:00.000Z",
"lastModifiedBy": "John Smith",
"lastModifiedByType": "User"
}
}
},
"201": {
"body": {
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/registries/testregistry/codes/testContainer",
"name": "testContainer",
"type": "Microsoft.MachineLearningServices/registries/codes",
"properties": {
"description": "string",
"tags": {
"property1": "string",
"property2": "string"
}
},
"systemData": {
"createdAt": "2020-12-01T12:00:00.000Z",
"createdBy": "John Smith",
"createdByType": "User",
"lastModifiedAt": "2020-12-01T12:00:00.000Z",
"lastModifiedBy": "John Smith",
"lastModifiedByType": "User"
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"parameters": {
"subscriptionId": "00000000-1111-2222-3333-444444444444",
"resourceGroupName": "testrg123",
"registryName": "testregistry",
"api-version": "2022-10-01-preview",
"codeName": "testContainer"
},
"responses": {
"200": {},
"202": {},
"204": {}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"parameters": {
"subscriptionId": "00000000-1111-2222-3333-444444444444",
"resourceGroupName": "testrg123",
"registryName": "testregistry",
"api-version": "2022-10-01-preview",
"codeName": "testContainer"
},
"responses": {
"200": {
"body": {
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/registries/testworkspace/codes/testContainer",
"name": "testContainer",
"type": "Microsoft.MachineLearningServices/registries/codes",
"properties": {
"description": "string",
"tags": {
"property1": "string",
"property2": "string"
}
},
"systemData": {
"createdAt": "2020-12-01T12:00:00.000Z",
"createdBy": "John Smith",
"createdByType": "User",
"lastModifiedAt": "2020-08-01T12:00:00.000Z",
"lastModifiedBy": "John Smith",
"lastModifiedByType": "User"
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
{
"parameters": {
"subscriptionId": "00000000-1111-2222-3333-444444444444",
"resourceGroupName": "testrg123",
"registryName": "testregistry",
"api-version": "2022-10-01-preview",
"$skipToken": "skiptoken"
},
"responses": {
"200": {
"body": {
"value": [
{
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/registries/testregistry/codes/testContainer",
"name": "testContainer",
"type": "Microsoft.MachineLearningServices/registries/codes",
"properties": {
"description": "string",
"tags": {
"property1": "string",
"property2": "string"
}
},
"systemData": {
"createdAt": "2020-08-01T12:00:00.000Z",
"createdBy": "John Smith",
"createdByType": "User",
"lastModifiedAt": "2020-08-01T12:00:00.000Z",
"lastModifiedBy": "John Smith",
"lastModifiedByType": "User"
}
},
{
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/registries/testregistry/codes/testContainer2",
"name": "testContainer2",
"type": "Microsoft.MachineLearningServices/registries/codes",
"properties": {
"description": "string",
"tags": {
"property1": "string",
"property2": "string"
}
},
"systemData": {
"createdAt": "2020-08-01T12:00:00.000Z",
"createdBy": "John Smith",
"createdByType": "User",
"lastModifiedAt": "2020-08-01T12:00:00.000Z",
"lastModifiedBy": "John Smith",
"lastModifiedByType": "User"
}
}
],
"nextLink": "string"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
{
"parameters": {
"subscriptionId": "00000000-1111-2222-3333-444444444444",
"resourceGroupName": "test-rg",
"registryName": "my-aml-registry",
"codeName": "string",
"version": "string",
"api-version": "2022-10-01-preview",
"body": {
"properties": {
"description": "string",
"tags": {
"string": "string"
},
"properties": {
"string": "string"
},
"isAnonymous": false,
"codeUri": "https://blobStorage/folderName"
}
}
},
"responses": {
"200": {
"headers": {},
"body": {
"id": "string",
"name": "string",
"type": "string",
"properties": {
"description": "string",
"tags": {
"string": "string"
},
"properties": {
"string": "string"
},
"isAnonymous": false,
"codeUri": "https://blobStorage/folderName"
},
"systemData": {
"createdAt": "2020-01-01T12:34:56.999Z",
"createdBy": "string",
"createdByType": "User",
"lastModifiedAt": "2020-01-01T12:34:56.999Z",
"lastModifiedBy": "string",
"lastModifiedByType": "User"
}
}
},
"201": {
"headers": {},
"body": {
"id": "string",
"name": "string",
"type": "string",
"properties": {
"description": "string",
"tags": {
"string": "string"
},
"properties": {
"string": "string"
},
"isAnonymous": false,
"codeUri": "https://blobStorage/folderName"
},
"systemData": {
"createdAt": "2020-01-01T12:34:56.999Z",
"createdBy": "string",
"createdByType": "User",
"lastModifiedAt": "2020-01-01T12:34:56.999Z",
"lastModifiedBy": "string",
"lastModifiedByType": "User"
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"parameters": {
"subscriptionId": "00000000-1111-2222-3333-444444444444",
"resourceGroupName": "test-rg",
"registryName": "my-aml-registry",
"codeName": "string",
"version": "string",
"api-version": "2022-10-01-preview"
},
"responses": {
"200": {},
"202": {},
"204": {}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"parameters": {
"subscriptionId": "00000000-1111-2222-3333-444444444444",
"resourceGroupName": "test-rg",
"registryName": "my-aml-registry",
"codeName": "string",
"version": "string",
"api-version": "2022-10-01-preview"
},
"responses": {
"200": {
"headers": {},
"body": {
"id": "string",
"name": "string",
"type": "string",
"properties": {
"description": "string",
"tags": {
"string": "string"
},
"properties": {
"string": "string"
},
"isAnonymous": false,
"codeUri": "https://blobStorage/folderName"
},
"systemData": {
"createdAt": "2020-01-01T12:34:56.999Z",
"createdBy": "string",
"createdByType": "User",
"lastModifiedAt": "2020-01-01T12:34:56.999Z",
"lastModifiedBy": "string",
"lastModifiedByType": "User"
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{
"parameters": {
"subscriptionId": "00000000-1111-2222-3333-444444444444",
"resourceGroupName": "test-rg",
"registryName": "my-aml-registry",
"codeName": "string",
"api-version": "2022-10-01-preview",
"$orderBy": "string",
"$top": 1,
"$skipToken": "string"
},
"responses": {
"200": {
"headers": {},
"body": {
"value": [
{
"id": "string",
"name": "string",
"type": "string",
"properties": {
"description": "string",
"tags": {
"string": "string"
},
"properties": {
"string": "string"
},
"isAnonymous": false,
"codeUri": "https://blobStorage/folderName"
},
"systemData": {
"createdAt": "2020-01-01T12:34:56.999Z",
"createdBy": "string",
"createdByType": "User",
"lastModifiedAt": "2020-01-01T12:34:56.999Z",
"lastModifiedBy": "string",
"lastModifiedByType": "User"
}
}
],
"nextLink": "string"
}
}
}
}
Loading

0 comments on commit 26390bf

Please sign in to comment.