-
Notifications
You must be signed in to change notification settings - Fork 5.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MFE April 2023 staging #23164
MFE April 2023 staging #23164
Changes from all commits
808bde7
c97db4b
cbfb8ea
962d904
852bee3
f41c755
f19ad6f
68feb3d
5af869f
cc4d1e2
b7eeae3
c699c97
d1b3030
2832e41
cd9f683
dff97b7
28f655c
1500e78
ff83bc7
4ada9dd
37b77be
668499f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2752,4 +2752,3 @@ remediatable | |
Overprovisioning | ||
Unprepares | ||
Unpreparing | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -102,6 +102,10 @@ | |
} | ||
} | ||
}, | ||
"202": {} | ||
"202": { | ||
"headers": { | ||
"Location": "example_location" | ||
} | ||
} | ||
} | ||
} |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -97,6 +97,10 @@ | |
} | ||
} | ||
}, | ||
"202": {} | ||
"202": { | ||
"headers": { | ||
"Location": "example_location" | ||
} | ||
} | ||
} | ||
} |
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": "2023-04-01", | ||
"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,18 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "00000000-1111-2222-3333-444444444444", | ||
"resourceGroupName": "testrg123", | ||
"registryName": "testregistry", | ||
"api-version": "2023-04-01", | ||
"codeName": "testContainer" | ||
}, | ||
"responses": { | ||
"200": {}, | ||
"202": { | ||
"headers": { | ||
"Location": "example_location" | ||
} | ||
}, | ||
"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": "2023-04-01", | ||
"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": { | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ok to answer this question and the question above, we have a legacy exception to use tags at the property level. But it's only for our "assets"-code/model/etc and job types There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ARm will not be able to use these tags I dont think policy etc will work with this scheme There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please address the latest response. |
||
"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" | ||
} | ||
} | ||
} | ||
} | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why is tags inside of properties? This isn't normal
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please address this?