Skip to content

Commit ecc8630

Browse files
forteddytharneetvirkTeddy Todorovzhaomuzhij-so
authored
[Hub Generated] Review request for Microsoft.MachineLearningServices to add version preview/2021-03-01-preview (Azure#12554)
* Enabling java client (#1) * Revert "Enabling java client (#1)" (#2) This reverts commit 26873d3. * Adds base for updating Microsoft.MachineLearningServices from version preview/2020-09-01-preview to version 2021-03-01-preview * Updates readme * Updates API version in new specs and examples * migrate java to own md * add mfe.json * prettier * fix example declarations in spec * add preliminary examples * update example api-version to 2021-03-01-preview * fix example validation errors * add mfe.json to 2021-03 readme * add to custom-words * Dictonary -> Dictionary * merge muzhi newVersion20210101 8ef3c1a * add java to swagger-to-sdk * update mfe.json & examples to latest * flatten nested properties * wrap ref with AllOf * prettier * [TEMP] Isolate client gen bug for easier reporting * Revert "[TEMP] Isolate client gen bug for easier reporting" This reverts commit 4f67cdf. * remove allOf wrapper for LongRunningNullResponseLongRunningOperationResponse * add some descriptions * OnlineDeploymentScaleSettings * ExportSummary no longer a resource * remove non PuP resources + add add async headers * removed unused examples * add format to integer type * add x-ms extensions to async operations * Add back LabelingJob for PuP, Add Docker discriminator definitions * add back LabelingJob examples * prettier * update modelContainer examples * added LabelingJobs_ListExportSummary * add listExportSummaries example * add missing discriminators * update to stand alone ExportSummary Resource * removed ExportSummary functionality, added remainder of missing discriminator definitions * remove ExportSummary examples * update pattern to [a-zA-Z0-9_] * proper async marking for LabelingJobs_Resume * prettier * all in:body parameters are now required * Revert "update pattern to [a-zA-Z0-9_]" This reverts commit 3e07c4a. * Revert "proper async marking for LabelingJobs_Resume" This reverts commit b111203. * change to 2020-09 to see if gate passes * Revert "change to 2020-09 to see if gate passes" This reverts commit a27c0e0. * Revert "Revert "proper async marking for LabelingJobs_Resume"" This reverts commit a0e0cf0. * Revert "Revert "update pattern to [a-zA-Z0-9_]"" This reverts commit 5e86dd0. * add orderby and top to appropriate List APIs * add LabelingJobs_ExportLabels to spec * add exportLabels example * update resume example * update with latest changes + readOnly fix * encompass non-discriminator schemas in AllOf * prettier * fix missing references + spelling error * update spec to latest contracts + address AllOf issues * reference common type api version, sub id, and rg name params * reference common type Resource definition * update mls spec to latest stable version * reference common types.json sub id, rg name, api version definitions in mls.json * reference common type systemData in mls.json * reference common type resource in mls.json * update examples to stable 2021 spec's examples * remove dangling Resource definition in mls * add pattern requirements for some parameters * move identityConfiguration out of TrialComponent and into SweepJob * remove default values from Retry-After definition * remove unused RootError and InnerErrorResponse * start deprecation of AssetPath -> Path * AssetGenerator no longer readOnly * add DockerImagePlatform usage * add InferenceContainerProperties * JobProvisioningState is ReadOnly * add environmentVariables * mark ServicePrincipalConfiguration.Properties.Secret as x-ms-secret * add various missing 'x-ms-mutability' properties * add AutoMLJob to spec * add PipelineJob * add ComponentContainer * add ComponentVersion * add datamodel, datapath, Explainability to custom-words.txt * remove incorrect x-ms-mutability props * move example to example prop * add x-ms-mutability ['read'] when readOnly: true is present * type -> dataType, enableDNNTraining -> enableDnnTraining * description updates * update examples * remove AutoMLJob, PipelineJob, Component from spec * remove Component examples * fix incorrect host * add OnlineEndpoint API + examples * update EnvironmentSpecificationVersion examples * add OnlineDeployment API + examples * update OnlineEndpoint/Deployment example version to 2021-03-01-preview * update LabelingJob example version to 2021-03-01-preview * add BatchEndpoint API + examples * decouple TrackedResource from OnlineEndpoint/OnlineDeployment * add BatchDeployment API + examples * update BatchEndpoint example api-version to 2021-03-01-preview * prettier * reference enum definitions instead of inlining them * add skipValidation query param to Datastores_CreateOrUpdate * Aks -> K8s * remove AssetPath in favor of Path * various contract updates * update examples * prettier * ServicePrincipalCredentialsTEMP probe * add PATCH Update to BatchEndpoint/Deployment * description update * label EndpointAuthKeys.PrimaryKey/SecondaryKey as secret * label EndpointAuthToken.AccessToken as secret * prettier * remove clientSecretUrl from UserAssignedIdentityMeta * add more descriptive descriptions to responses * rename most 'type' properties to something more descriptive * rename IdAssetReference's id -> assetId * rename ResourceIdentityInArm's type -> identityType * reorder responses in descending order * add x-ms-async-operation-timeout where appropriate * remove unreachable properties in Partial definitions * have 'Partial' preceed definitions, where applicable * add descriptions to various definitions/properties * misc enum reorderings * remove unusable JobType Enums (for polymorphic types) * rename all *Credentials definitions to end with 'DatastoreCredentials' * move Job definitions closer to their Polymorphic definitions * add PartialBatchEndpoint.Traffic as updatable prop * EndpointAuthKeys refactor for proper x-ms-secret usage * BatchEndpoints_ListKeys should respond with just EndpointAuthKeys * removed x-ms-secret prop from EndpointAuthToken.accessToken because EndpointAuthToken is only given directly in a post * spelling fix * redefine flavors prop to avoid anonymous type * add PE connections * add default response error * add count query param to BatchEndpoints_List * Move ComputeJobBase output to common ExperimentJobBase * redefine ResourceIdentityInArm -> ResourceIdentity * identityType -> type in examples * update example to follow new Identity definition * add missing comma to SystemAssignedUserAssigned * ResourceIdentityType -> ResourceIdentityAssignment * redefine to use FlavorData * proper secrets definition for datastores * add additional descriptions * use machineLearningServices.json version 2021-01-01 * use machineLearningServices.json 2021-04-01 * Revert "use machineLearningServices.json 2021-04-01" This reverts commit 2e7b88e. * Revert "use machineLearningServices.json version 2021-01-01" This reverts commit 8ff82a1. * use 2020-09-01-preview machineLearningServices.json spec * use common type definitions of sub id, rg name, and api version parameters * migrate mls to common-type Resource * remove unused example files * description updates * remove 'model' as a required property for online deployments * update datastore secrets, again * Update specification/machinelearningservices/resource-manager/readme.md to point to proper .md Co-authored-by: Jenny So <j-so@users.noreply.github.com> * add PrivateEndpointConnections_List * use 2021-04-01's machineLearningServices.json * use common-types where applicable * IdentityType -> IdentityConfigurationType * add PrivateEndpointConnections_List * prettier * update description * remove x-ms-client-flatten * flatten polymorphic types for better docs * update readme.java with changes * remove unused IdentityType in mls.json * Update with better examples (#8) * adding descriptions * descriptions * examples * more descriptions * Fixing more descriptions * fix sweep * interactionEndpoints type -> jobEndpointType * remove extra properties wrapper from sweep get/list examples * prettier * fix flavorData representation * add id name type to examples Co-authored-by: Teddy <thtodoro@microsoft.com> * fix credscan issues * improve definition descriptions * fix typo * add unknown jobstatus enum * fix more typos * add examples and reorganize examples * fix example folder name casing * update descriptions * improve examples * prettier * migrate mfe to common-types ErrorResponse * migrate mls to common-types ErrorResponse * split select operations to separate files * fix model valiation * operation ID changes * correct readme Getting Started text * move workspace skus list to separate file * reorganize machineLearningServices.json examples * reorganize services.json examples * reorganize workspaceFeatures.json examples * reorganize workspaceSkus.json examples * bundle examples of same operation * mls.json opId Compute_ -> Computes_ * services.json opId MachineLearningService_ -> MachineLearningServices_ * Revert "mls.json opId Compute_ -> Computes_" This reverts commit 12dc59a. * revert package-lock changes * add 2021-03-01-preview tag in readme.go.md * add 2021-03-01-preview tag in readme.java.md * tag proper yaml in md * preview package must be under 'preview' subdirectory * change default tag back to package-2021-04-01 * change package-preview-2021-03 to package-2021-03-01-preview * add 'tags' as an optional query parameter to Dataversions_List * add asynchronous verbage to applicable descriptions * description grammar fix * add description to Datastores_ListSecrets response * fix flipped descriptions * use v2 common-types, not v1 for PrivateEndpointConnections_List Co-authored-by: Harneet Virk <harnvir@microsoft.com> Co-authored-by: Teddy Todorov <Teddy.Todorov@microsoft.com> Co-authored-by: zhaomuzhi <zhaoweixiong521@gmail.com> Co-authored-by: Jenny So <j-so@users.noreply.github.com> Co-authored-by: Jenny So <jenns@microsoft.com>
1 parent b2bacb5 commit ecc8630

File tree

143 files changed

+26046
-231
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

143 files changed

+26046
-231
lines changed

custom-words.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -415,6 +415,7 @@ CRDs
415415
creatable
416416
createbsl
417417
createconsumergroup
418+
createdtime
418419
createorupdate
419420
createpreview
420421
credativ
@@ -468,7 +469,10 @@ datalakeanalytics
468469
datalakestore
469470
Datamasking
470471
datamigration
472+
datamodel
473+
datapath
471474
datapoint
475+
datapoints
472476
dataschema
473477
Dataset
474478
datasetid
@@ -643,6 +647,7 @@ exceptiontype
643647
exfiltrate
644648
Exfiltration
645649
experimentids
650+
Explainability
646651
explicitlist
647652
exportconfiguration
648653
exportdevices
@@ -764,6 +769,7 @@ GOARCH
764769
GPUMIG
765770
GPUP
766771
GPUs
772+
Grafana
767773
Grammarly
768774
GRANTACE
769775
granularities
@@ -1122,6 +1128,7 @@ ML's
11221128
mlapi
11231129
mnist
11241130
modelmanagement
1131+
modifiedtime
11251132
MODIFYACLENTRIES
11261133
monitoringconfiguration
11271134
monitoringconfigurations
@@ -1874,6 +1881,7 @@ templated
18741881
templatelink
18751882
templeton
18761883
temporarydisk
1884+
Tensorboard
18771885
tensorflow
18781886
TEPCO's
18791887
teradata
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,234 @@
1+
{
2+
"parameters": {
3+
"subscriptionId": "00000000-1111-2222-3333-444444444444",
4+
"resourceGroupName": "resourceGroup-1234",
5+
"workspaceName": "testworkspace",
6+
"api-version": "2021-03-01-preview",
7+
"endpointName": "testBatchEndpoint",
8+
"deploymentName": "testBatchDeployment",
9+
"body": {
10+
"tags": {
11+
"additionalProp1": "string",
12+
"additionalProp2": "string",
13+
"additionalProp3": "string"
14+
},
15+
"location": "string",
16+
"kind": "string",
17+
"identity": {
18+
"type": "UserAssigned",
19+
"userAssignedIdentities": {
20+
"/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/resourceGroup-1234/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myuseridentity": {
21+
"principalId": "string",
22+
"clientId": "string"
23+
}
24+
}
25+
},
26+
"properties": {
27+
"compute": {
28+
"target": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/resourceGroup-1234/providers/Microsoft.MachineLearningServices/workspaces/testworkspace/computes/testcompute",
29+
"instanceCount": 0,
30+
"isLocal": false,
31+
"location": "string",
32+
"instanceType": "string",
33+
"properties": {
34+
"additionalProp1": "string",
35+
"additionalProp2": "string",
36+
"additionalProp3": "string"
37+
}
38+
},
39+
"errorThreshold": 0,
40+
"retrySettings": {
41+
"maxRetries": 0,
42+
"timeout": "string"
43+
},
44+
"partitionKeys": [
45+
"string"
46+
],
47+
"miniBatchSize": 0,
48+
"loggingLevel": "Info",
49+
"outputConfiguration": {
50+
"outputAction": "SummaryOnly",
51+
"appendRowFileName": "string"
52+
},
53+
"description": "string",
54+
"properties": {
55+
"additionalProp1": "string",
56+
"additionalProp2": "string",
57+
"additionalProp3": "string"
58+
},
59+
"model": {
60+
"referenceType": "Id",
61+
"assetId": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/resourceGroup-1234/providers/Microsoft.MachineLearningServices/workspaces/testworkspace/models/testmodel/versions/1"
62+
},
63+
"codeConfiguration": {
64+
"codeId": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/resourceGroup-1234/providers/Microsoft.MachineLearningServices/workspaces/testworkspace/codes/testcode/versions/1",
65+
"scoringScript": "score.py"
66+
},
67+
"environmentId": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/resourceGroup-1234/providers/Microsoft.MachineLearningServices/workspaces/testworkspace/environments/myenv",
68+
"environmentVariables": {
69+
"additionalProp1": "string",
70+
"additionalProp2": "string",
71+
"additionalProp3": "string"
72+
}
73+
}
74+
}
75+
},
76+
"responses": {
77+
"200": {
78+
"body": {
79+
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/testworkspace/batchEndpoints/testBatchEndpoint/deployments/testBatchDeployment",
80+
"name": "testBatchDeployment",
81+
"type": "Microsoft.MachineLearningServices/workspaces/batchEndpoints/deployments",
82+
"tags": {
83+
"additionalProp1": "string",
84+
"additionalProp2": "string",
85+
"additionalProp3": "string"
86+
},
87+
"location": "string",
88+
"kind": "string",
89+
"identity": {
90+
"type": "UserAssigned",
91+
"userAssignedIdentities": {
92+
"/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/resourceGroup-1234/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myuseridentity": {
93+
"clientId": "string"
94+
}
95+
}
96+
},
97+
"properties": {
98+
"compute": {
99+
"target": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/resourceGroup-1234/providers/Microsoft.MachineLearningServices/workspaces/testworkspace/computes/testcompute",
100+
"instanceCount": 0,
101+
"isLocal": false,
102+
"location": "string",
103+
"instanceType": "string",
104+
"properties": {
105+
"additionalProp1": "string",
106+
"additionalProp2": "string",
107+
"additionalProp3": "string"
108+
}
109+
},
110+
"errorThreshold": 0,
111+
"retrySettings": {
112+
"maxRetries": 0,
113+
"timeout": "string"
114+
},
115+
"partitionKeys": [
116+
"string"
117+
],
118+
"miniBatchSize": 0,
119+
"loggingLevel": "Info",
120+
"outputConfiguration": {
121+
"outputAction": "SummaryOnly",
122+
"appendRowFileName": "string"
123+
},
124+
"description": "string",
125+
"properties": {
126+
"additionalProp1": "string",
127+
"additionalProp2": "string",
128+
"additionalProp3": "string"
129+
},
130+
"model": {
131+
"referenceType": "Id",
132+
"assetId": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/resourceGroup-1234/providers/Microsoft.MachineLearningServices/workspaces/testworkspace/models/testmodel/versions/1"
133+
},
134+
"codeConfiguration": {
135+
"codeId": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/resourceGroup-1234/providers/Microsoft.MachineLearningServices/workspaces/testworkspace/codes/testcode/versions/1",
136+
"scoringScript": "score.py"
137+
},
138+
"environmentId": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/resourceGroup-1234/providers/Microsoft.MachineLearningServices/workspaces/testworkspace/environments/myenv",
139+
"environmentVariables": {
140+
"additionalProp1": "string",
141+
"additionalProp2": "string",
142+
"additionalProp3": "string"
143+
}
144+
},
145+
"systemData": {
146+
"createdAt": "2021-03-25T20:46:47.062Z",
147+
"createdBy": "string",
148+
"createdByType": "User",
149+
"lastModifiedAt": "2021-03-25T20:46:47.062Z",
150+
"lastModifiedBy": "string",
151+
"lastModifiedByType": "User"
152+
}
153+
}
154+
},
155+
"201": {
156+
"body": {
157+
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/testworkspace/batchEndpoints/testBatchEndpoint/deployments/testBatchDeployment",
158+
"name": "testBatchDeployment",
159+
"type": "Microsoft.MachineLearningServices/workspaces/batchEndpoints/deployments",
160+
"tags": {
161+
"additionalProp1": "string",
162+
"additionalProp2": "string",
163+
"additionalProp3": "string"
164+
},
165+
"location": "string",
166+
"kind": "string",
167+
"identity": {
168+
"type": "UserAssigned",
169+
"userAssignedIdentities": {
170+
"/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/resourceGroup-1234/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myuseridentity": {
171+
"clientId": "string"
172+
}
173+
}
174+
},
175+
"properties": {
176+
"compute": {
177+
"target": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/resourceGroup-1234/providers/Microsoft.MachineLearningServices/workspaces/testworkspace/computes/testcompute",
178+
"instanceCount": 0,
179+
"isLocal": false,
180+
"location": "string",
181+
"instanceType": "string",
182+
"properties": {
183+
"additionalProp1": "string",
184+
"additionalProp2": "string",
185+
"additionalProp3": "string"
186+
}
187+
},
188+
"errorThreshold": 0,
189+
"retrySettings": {
190+
"maxRetries": 0,
191+
"timeout": "string"
192+
},
193+
"partitionKeys": [
194+
"string"
195+
],
196+
"miniBatchSize": 0,
197+
"loggingLevel": "Info",
198+
"outputConfiguration": {
199+
"outputAction": "SummaryOnly",
200+
"appendRowFileName": "string"
201+
},
202+
"description": "string",
203+
"properties": {
204+
"additionalProp1": "string",
205+
"additionalProp2": "string",
206+
"additionalProp3": "string"
207+
},
208+
"model": {
209+
"referenceType": "Id",
210+
"assetId": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/resourceGroup-1234/providers/Microsoft.MachineLearningServices/workspaces/testworkspace/models/testmodel/versions/1"
211+
},
212+
"codeConfiguration": {
213+
"codeId": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/resourceGroup-1234/providers/Microsoft.MachineLearningServices/workspaces/testworkspace/codes/testcode/versions/1",
214+
"scoringScript": "score.py"
215+
},
216+
"environmentId": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/resourceGroup-1234/providers/Microsoft.MachineLearningServices/workspaces/testworkspace/environments/myenv",
217+
"environmentVariables": {
218+
"additionalProp1": "string",
219+
"additionalProp2": "string",
220+
"additionalProp3": "string"
221+
}
222+
},
223+
"systemData": {
224+
"createdAt": "2021-03-25T20:46:47.062Z",
225+
"createdBy": "string",
226+
"createdByType": "User",
227+
"lastModifiedAt": "2021-03-25T20:46:47.062Z",
228+
"lastModifiedBy": "string",
229+
"lastModifiedByType": "User"
230+
}
231+
}
232+
}
233+
}
234+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"parameters": {
3+
"subscriptionId": "00000000-1111-2222-3333-444444444444",
4+
"resourceGroupName": "resourceGroup-1234",
5+
"workspaceName": "testworkspace",
6+
"endpointName": "testBatchEndpoint",
7+
"deploymentName": "testBatchDeployment",
8+
"api-version": "2021-03-01-preview"
9+
},
10+
"responses": {
11+
"200": {},
12+
"204": {}
13+
}
14+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
1+
{
2+
"parameters": {
3+
"subscriptionId": "00000000-1111-2222-3333-444444444444",
4+
"resourceGroupName": "resourceGroup-1234",
5+
"workspaceName": "testworkspace",
6+
"endpointName": "testBatchEndpoint",
7+
"deploymentName": "testBatchDeployment",
8+
"api-version": "2021-03-01-preview"
9+
},
10+
"responses": {
11+
"200": {
12+
"body": {
13+
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/testrg123/providers/Microsoft.MachineLearningServices/workspaces/testworkspace/batchEndpoints/testBatchEndpoint/deployments/testBatchDeployment",
14+
"name": "testBatchDeployment",
15+
"type": "Microsoft.MachineLearningServices/workspaces/batchEndpoints/deployments",
16+
"tags": {
17+
"additionalProp1": "string",
18+
"additionalProp2": "string",
19+
"additionalProp3": "string"
20+
},
21+
"location": "string",
22+
"kind": "string",
23+
"identity": {
24+
"type": "UserAssigned",
25+
"userAssignedIdentities": {
26+
"/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/resourceGroup-1234/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myuseridentity": {
27+
"clientId": "string"
28+
}
29+
}
30+
},
31+
"properties": {
32+
"compute": {
33+
"target": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/resourceGroup-1234/providers/Microsoft.MachineLearningServices/workspaces/testworkspace/computes/testcompute",
34+
"instanceCount": 0,
35+
"isLocal": false,
36+
"location": "string",
37+
"instanceType": "string",
38+
"properties": {
39+
"additionalProp1": "string",
40+
"additionalProp2": "string",
41+
"additionalProp3": "string"
42+
}
43+
},
44+
"errorThreshold": 0,
45+
"retrySettings": {
46+
"maxRetries": 0,
47+
"timeout": "string"
48+
},
49+
"partitionKeys": [
50+
"string"
51+
],
52+
"miniBatchSize": 0,
53+
"loggingLevel": "Info",
54+
"outputConfiguration": {
55+
"outputAction": "SummaryOnly",
56+
"appendRowFileName": "string"
57+
},
58+
"description": "string",
59+
"properties": {
60+
"additionalProp1": "string",
61+
"additionalProp2": "string",
62+
"additionalProp3": "string"
63+
},
64+
"model": {
65+
"referenceType": "Id",
66+
"assetId": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/resourceGroup-1234/providers/Microsoft.MachineLearningServices/workspaces/testworkspace/models/testmodel/versions/1"
67+
},
68+
"codeConfiguration": {
69+
"codeId": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/resourceGroup-1234/providers/Microsoft.MachineLearningServices/workspaces/testworkspace/codes/testcode/versions/1",
70+
"scoringScript": "score.py"
71+
},
72+
"environmentId": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/resourceGroup-1234/providers/Microsoft.MachineLearningServices/workspaces/testworkspace/environments/myenv",
73+
"environmentVariables": {
74+
"additionalProp1": "string",
75+
"additionalProp2": "string",
76+
"additionalProp3": "string"
77+
}
78+
},
79+
"systemData": {
80+
"createdAt": "2021-03-25T20:46:47.062Z",
81+
"createdBy": "string",
82+
"createdByType": "User",
83+
"lastModifiedAt": "2021-03-25T20:46:47.062Z",
84+
"lastModifiedBy": "string",
85+
"lastModifiedByType": "User"
86+
}
87+
}
88+
}
89+
}
90+
}

0 commit comments

Comments
 (0)