internal/docstrings/id.go (7 lines of code) (raw):

package docstrings const ( idStr = `The ID of the Azure resource.` ) // ID returns the docstring for the id schema attribute. func ID() string { return idStr }