Add retention days property in create SQL deployment (#17293)

* create deployment sql
* correct line feed
* var name
* pr feedback
This commit is contained in:
Shagun Sharma Tamta
2021-10-08 10:31:44 -07:00
committed by GitHub
parent 39766119d3
commit 2cb8c49208
3 changed files with 38 additions and 3 deletions

View File

@@ -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
}
]
}
]
}