mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Add retention days property in create SQL deployment (#17293)
* create deployment sql * correct line feed * var name * pr feedback
This commit is contained in:
committed by
GitHub
parent
39766119d3
commit
2cb8c49208
@@ -1157,6 +1157,33 @@
|
||||
"required": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "%arc.sql.instance.retention.policy.title%",
|
||||
"fields": [
|
||||
{
|
||||
"type": "readonly_text",
|
||||
"label": "%arc.sql.pitr.retention.description%",
|
||||
"labelWidth": "600px",
|
||||
"enabled": true,
|
||||
"fieldHeight": "10px",
|
||||
"links": [
|
||||
{
|
||||
"text": "%arc.agreement.sql.help.text.learn.more%",
|
||||
"url": "https://docs.microsoft.com/azure/azure-arc/data/point-in-time-restore"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "%arc.sql.retention.days.label%",
|
||||
"description": "%arc.sql.retention.days.description%",
|
||||
"variableName": "AZDATA_NB_VAR_SQL_RETENTION_DAYS",
|
||||
"type": "number",
|
||||
"min": 1,
|
||||
"max": 35,
|
||||
"required": false
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user