We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9581fd6 commit 916e4ebCopy full SHA for 916e4eb
pkg/cli/clients/management.go
@@ -54,6 +54,7 @@ var _ ApplicationsManagementClient = (*UCPApplicationsManagementClient)(nil)
54
55
// ExcludedResourceTypesList is a list of resource types that should be excluded from the list of application resources
56
// to be displayed to the user.
57
+// Lowercase is used to avoid case sensitivity issues.
58
var (
59
ExcludedResourceTypesList = []string{
60
"microsoft.resources/deployments",
0 commit comments