Skip to content

Commit

Permalink
[Editorial] ResourceName: convert the normative statement into bullet…
Browse files Browse the repository at this point in the history
… points (#628)

This PR is in alignment with Issue #660.
  • Loading branch information
jpradocueva authored Nov 9, 2024
1 parent c7c953d commit 5d85c99
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion specification/columns/resourcename.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@

The Resource Name is a display name assigned to a [*resource*](#glossary:resource). It is commonly used for cost analysis, reporting, and allocation scenarios.

The ResourceName column MUST be present in a [*FOCUS dataset*](#glossary:FOCUS-dataset) when the provider supports billing based on provisioned resources. This column MUST be of type String. The ResourceName value MAY be a nullable column as some cost data [*rows*](#glossary:row) may not be associated with a *resource* or because a display name cannot be assigned to a *resource*. ResourceName MUST NOT be null if a display name can be assigned to a *resource*. *Resources* not provisioned interactively or only have a system-generated [ResourceId](#resourceid) MUST NOT duplicate the same value as the ResourceName.
The ResourceName column adheres to the following requirements:

* The ResourceName column MUST be present in a [*FOCUS dataset*](#glossary:FOCUS-dataset) when the provider supports billing based on provisioned resources.
* This column MUST be of type String.
* The ResourceName value MAY be a nullable column as some cost data [*rows*](#glossary:row) may not be associated with a *resource* or because a display name cannot be assigned to a *resource*.
* ResourceName MUST NOT be null if a display name can be assigned to a *resource*.
* *Resources* not provisioned interactively or only have a system-generated [ResourceId](#resourceid) MUST NOT duplicate the same value as the ResourceName.

## Column ID

Expand Down

0 comments on commit 5d85c99

Please sign in to comment.