This commit is contained in:
Daniel Scholl 2022-06-29 18:20:15 +00:00
Родитель c3b0221d49
Коммит a381632c8a
1 изменённых файлов: 0 добавлений и 4 удалений

Просмотреть файл

@ -228,28 +228,24 @@ resource createTemplateSpecVersion 'Microsoft.Resources/templateSpecs/versions@2
'metadata': {
'description': 'Data Partition name ie: mypartition'
}
'default': 'opendes'
}
'viewerGroup': {
'type': 'string'
'metadata': {
'description': 'Reader Group ie: data.default.viewers@contoso.com'
}
'default': 'data.default.viewers@contoso.com'
}
'ownerGroup': {
'type': 'string'
'metadata': {
'description': 'Owner Group ie: data.default.owners@contoso.com'
}
'default': 'data.default.owners@contoso.com'
}
'legalTag': {
'type': 'string'
'metadata': {
'description': 'Legal Tag Name ie: legal-tag-load'
}
'default': 'legal-tag-load'
}
'clientId': {
'type': 'string'