Skip to content

1.0.0-rc.8 (TMDL Preview-9)

Latest
Compare
Choose a tag to compare
@mthierba mthierba released this 09 Jan 19:38
1454b5e
  • Upgraded to TOM 19.74.2 (TMDL Preview-9)
  • PbixProj v0.14 Schema
    • settings.model.excludeChildrenMetadata
    • settings.model.includeRestrictedInformation
    • settings.model.formatting.encoding
    • settings.model.formatting.newLineStyle
    • settings.model.formatting.indentationMode
    • settings.model.formatting.indentationSize
  • #296 TMDL Serializer now honors settings.model.annotations in PbixProj
  • Various dependencies updated

Example .pbixproj.json

{
  "version": "0.14",
  "settings": {
    "model": {
      "annotations": {
        "exclude": [
          "*TEdtr"
        ]
      },
      "formatting": {
        "encoding": "utf-8",
        "newLineStyle": "WindowsStyle",
        "indentationMode": "Spaces",
        "indentationSize": 2
      },
      "excludeChildrenMetadata": false,
      "includeRestrictedInformation": true
    }
  }
}