Skip to content

Commit

Permalink
Merge pull request #16 from RichardZhaoW/newVersion20210701
Browse files Browse the repository at this point in the history
Fix LintDiff errors.
  • Loading branch information
RichardZhaoW authored Jul 2, 2021
2 parents e480326 + 01cf234 commit 3299042
Showing 1 changed file with 35 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1913,6 +1913,7 @@
"type": "string"
},
"display": {
"type": "object",
"description": "Display name of operation",
"properties": {
"provider": {
Expand All @@ -1936,6 +1937,7 @@
}
},
"OperationListResult": {
"type": "object",
"description": "An array of operations supported by the resource provider.",
"properties": {
"value": {
Expand Down Expand Up @@ -2117,6 +2119,7 @@
}
},
"WorkspaceUpdateParameters": {
"type": "object",
"description": "The parameters for updating a machine learning workspace.",
"properties": {
"tags": {
Expand All @@ -2142,6 +2145,7 @@
}
},
"WorkspacePropertiesUpdateParameters": {
"type": "object",
"description": "The parameters for updating the properties of a machine learning workspace.",
"properties": {
"description": {
Expand All @@ -2167,6 +2171,7 @@
}
},
"UsageName": {
"type": "object",
"properties": {
"value": {
"readOnly": true,
Expand Down Expand Up @@ -2232,6 +2237,7 @@
"description": "Describes AML Resource Usage."
},
"ListUsagesResult": {
"type": "object",
"properties": {
"value": {
"readOnly": true,
Expand All @@ -2250,6 +2256,7 @@
"description": "The List Usages operation response."
},
"VirtualMachineSize": {
"type": "object",
"properties": {
"name": {
"type": "string",
Expand Down Expand Up @@ -2319,6 +2326,7 @@
"description": "Describes the properties of a VM size."
},
"EstimatedVMPrices": {
"type": "object",
"properties": {
"billingCurrency": {
"type": "string",
Expand Down Expand Up @@ -2361,6 +2369,7 @@
"description": "The estimated price info for using a VM."
},
"EstimatedVMPrice": {
"type": "object",
"properties": {
"retailPrice": {
"type": "number",
Expand Down Expand Up @@ -2404,6 +2413,7 @@
"description": "The estimated price info for using a VM of a particular OS type, tier, etc."
},
"VirtualMachineSizeListResult": {
"type": "object",
"properties": {
"value": {
"type": "array",
Expand All @@ -2416,6 +2426,7 @@
"description": "The List Virtual Machine size operation response."
},
"WorkspaceListResult": {
"type": "object",
"description": "The result of a request to list machine learning workspaces.",
"properties": {
"value": {
Expand All @@ -2432,6 +2443,7 @@
}
},
"QuotaBaseProperties": {
"type": "object",
"properties": {
"id": {
"type": "string",
Expand Down Expand Up @@ -2462,6 +2474,7 @@
"description": "The properties for Quota update or retrieval."
},
"QuotaUpdateParameters": {
"type": "object",
"properties": {
"value": {
"description": "The list for update quota.",
Expand Down Expand Up @@ -2520,6 +2533,7 @@
"description": "Parameters to diagnose a workspace",
"properties": {
"value": {
"description": "Value of Parameters",
"$ref": "#/definitions/DiagnoseRequestProperties"
}
}
Expand Down Expand Up @@ -2622,6 +2636,7 @@
}
},
"UpdateWorkspaceQuotasResult": {
"type": "object",
"properties": {
"value": {
"description": "The list of workspace quota update result.",
Expand All @@ -2640,6 +2655,7 @@
"description": "The result of update workspace quota."
},
"UpdateWorkspaceQuotas": {
"type": "object",
"properties": {
"id": {
"readOnly": true,
Expand Down Expand Up @@ -2693,6 +2709,7 @@
"description": "The properties for update Quota response."
},
"ResourceName": {
"type": "object",
"properties": {
"value": {
"readOnly": true,
Expand All @@ -2708,6 +2725,7 @@
"description": "The Resource Name."
},
"ResourceQuota": {
"type": "object",
"properties": {
"id": {
"readOnly": true,
Expand Down Expand Up @@ -2752,6 +2770,7 @@
"description": "The quota assigned to a resource."
},
"ListWorkspaceQuotas": {
"type": "object",
"properties": {
"value": {
"description": "The list of Workspace Quotas by VM Family",
Expand All @@ -2770,6 +2789,7 @@
"description": "The List WorkspaceQuotasByVMFamily operation response."
},
"Identity": {
"type": "object",
"properties": {
"principalId": {
"readOnly": true,
Expand Down Expand Up @@ -2810,6 +2830,7 @@
}
},
"UserAssignedIdentity": {
"type": "object",
"description": "User Assigned Identity",
"properties": {
"principalId": {
Expand All @@ -2830,6 +2851,7 @@
}
},
"ResourceId": {
"type": "object",
"properties": {
"id": {
"type": "string",
Expand Down Expand Up @@ -3172,6 +3194,7 @@
"description": "Kubernetes Compute Schema",
"properties": {
"properties": {
"description": "Properties of Kubernetes",
"$ref": "#/definitions/KubernetesProperties"
}
}
Expand Down Expand Up @@ -3354,9 +3377,10 @@
},
{
"type": "object",
"description": "Properties of AmlCompute",
"description": "Properties(top level) of AmlCompute",
"properties": {
"properties": {
"description": "Properties of AmlCompute",
"$ref": "#/definitions/AmlComputeProperties"
}
}
Expand Down Expand Up @@ -3467,6 +3491,7 @@
"description": "Properties(top level) of ComputeInstance",
"properties": {
"properties": {
"description": "Properties of ComputeInstance",
"$ref": "#/definitions/ComputeInstanceProperties"
}
}
Expand Down Expand Up @@ -3561,7 +3586,7 @@
},
"DatabricksProperties": {
"type": "object",
"description": "Propertiey of Databricks",
"description": "Properties of Databricks",
"properties": {
"databricksAccessToken": {
"description": "Databricks access token",
Expand Down Expand Up @@ -3725,6 +3750,7 @@
}
},
"UserAccountCredentials": {
"type": "object",
"properties": {
"adminUserName": {
"type": "string",
Expand Down Expand Up @@ -3786,6 +3812,7 @@
]
},
"NodeStateCounts": {
"type": "object",
"properties": {
"idleNodeCount": {
"readOnly": true,
Expand Down Expand Up @@ -3843,14 +3870,17 @@
"description": "Desired scale settings for the amlCompute."
},
"ClusterUpdateProperties": {
"type": "object",
"properties": {
"properties": {
"description": "Properties of ClusterUpdate",
"$ref": "#/definitions/ScaleSettingsInformation"
}
},
"description": "The properties of a amlCompute that need to be updated."
},
"ClusterUpdateParameters": {
"type": "object",
"properties": {
"properties": {
"x-ms-client-flatten": true,
Expand Down Expand Up @@ -3906,6 +3936,7 @@
}
},
"AmlComputeNodeInformation": {
"type": "object",
"description": "Compute node information related to a AmlCompute.",
"properties": {
"nodeId": {
Expand Down Expand Up @@ -4113,6 +4144,7 @@
"description": "List of private endpoint connection associated with the specified workspace"
},
"PrivateEndpointConnection": {
"type": "object",
"properties": {
"properties": {
"$ref": "#/definitions/PrivateEndpointConnectionProperties",
Expand Down Expand Up @@ -4952,6 +4984,7 @@
"description": "Properties specific to Synapse Spark pools.",
"properties": {
"properties": {
"description": "AKS Properties",
"$ref": "#/definitions/SynapseAKSProperties"
}
}
Expand Down

0 comments on commit 3299042

Please sign in to comment.