Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3694,6 +3694,14 @@
"displayName": {
"description": "Localized friendly display name of the dimension",
"type": "string"
},
"internalName": {
"description": "Name of the dimension as it appears in MDM",
"type": "string"
},
"toBeExportedForShoebox": {
"description": "A boolean flag indicating whether this dimension should be included for the shoebox export scenario",
"type": "boolean"
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1501,6 +1501,14 @@
"displayName": {
"description": "Localized friendly display name of the dimension",
"type": "string"
},
"internalName": {
"description": "Name of the dimension as it appears in MDM",
"type": "string"
},
"toBeExportedForShoebox": {
"description": "A boolean flag indicating whether this dimension should be included for the shoebox export scenario",
"type": "boolean"
}
}
},
Expand Down
8 changes: 8 additions & 0 deletions specification/vmware/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ directive:
- suppress: R4009
from: Microsoft.AVS/preview/2020-07-17-preview/vmware.json
reason: systemData will be in the next API version
- suppress: R3018
from: Microsoft.AVS/preview/2020-07-17-preview/vmware.json
where: $.definitions.MetricDimension.properties.toBeExportedForShoebox
reason: standard property defined by Geneva Metrics
```

### Tag: package-2020-03-20
Expand Down Expand Up @@ -87,6 +91,10 @@ directive:
from: Microsoft.AVS/stable/2020-03-20/vmware.json
where: $.definitions.Operation.properties.properties
reason: x-ms-client-flatten not needed for Operation
- suppress: R3018
from: Microsoft.AVS/stable/2020-03-20/vmware.json
where: $.definitions.MetricDimension.properties.toBeExportedForShoebox
reason: standard property defined by Geneva Metrics
```

---
Expand Down