TrackedResource type

Time Series Insights resource that is tracked by Azure Resource Manager.

type TrackedResource = Resource & {
  location: string
  tags?: { [propertyName: string]: string }
}