Skip to content

Commit

Permalink
update description for todos for Feb (#19230)
Browse files Browse the repository at this point in the history
Co-authored-by: Kayla Seager <kaseager@microsoft.com>
  • Loading branch information
kseager and Kayla Seager authored May 26, 2022
1 parent ef5e617 commit 7784abe
Showing 1 changed file with 9 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5839,7 +5839,7 @@
"x-nullable": true
},
"fileShareName": {
"description": "[Required] TODO - File share name.",
"description": "[Required] The name of the Azure file share that the datastore points to.",
"pattern": "[a-zA-Z0-9_]",
"type": "string",
"x-ms-mutability": [
Expand Down Expand Up @@ -8307,7 +8307,7 @@
},
{
"value": "TCNForecaster",
"description": "TCNForecaster: Temporal Convolutional Networks Forecaster. //TODO: Ask forecasting team for brief intro."
"description": "TCNForecaster: Temporal Convolutional Networks Forecaster."
},
{
"value": "ElasticNet",
Expand Down Expand Up @@ -12688,7 +12688,7 @@
"additionalProperties": false
},
"SkuScaleType": {
"description": "TODO - SKU scale type",
"description": "Node scaling setting for the compute sku.",
"enum": [
"Automatic",
"Manual",
Expand All @@ -12700,13 +12700,16 @@
"modelAsString": true,
"values": [
{
"value": "Automatic"
"value": "Automatic",
"description": "Automatically scales node count."
},
{
"value": "Manual"
"value": "Manual",
"description": "Node count scaled upon user request."
},
{
"value": "None"
"value": "None",
"description": "Fixed set of nodes."
}
]
},
Expand Down

0 comments on commit 7784abe

Please sign in to comment.