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

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