Skip to content

Commit c40ab7c

Browse files
authored
Fix the UXMetadata manually (#26622)
* Fix the wrong UXmetadata * Add exceptions
1 parent d38ddec commit c40ab7c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/Resources/DataBoundary.Autorest/UX/Microsoft.Resources/dataBoundaries.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@
4343
},
4444
"parameterSets": [
4545
{
46-
"parameters": null
46+
"parameters": []
4747
}
4848
]
4949
},
5050
"examples": [
5151
{
5252
"description": "Get data boundary of tenant.",
53-
"parameters": null
53+
"parameters": []
5454
}
5555
]
5656
}

tools/StaticAnalysis/Exceptions/Az.Resources/Az.Resources/UXMetadataIssues.csv

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
"Module","Severity","ResourceType","SubResourceType","Command","Description"
2+
"Az.Resources","1","Microsoft.Resources","dataBoundaries","Get-AzDataBoundaryTenant","default is defined in path but cannot find in example"
3+
"Az.Resources","1","Microsoft.Resources","dataBoundaries","Get-AzDataBoundaryScope","default is defined in path but cannot find in example"

0 commit comments

Comments
 (0)