# Functions
KnownResourceIds returns the map of resource IDs that have been registered by each API imported via the RegisterResourceId function.
PotentialScopeValues returns a list of possible ScopeSegment values from all registered ID types This is a best effort process, limited to scope targets that are prefixed with '/subscriptions/' or '/providers/'.
ReCase tries to determine the type of Resource ID defined in `input` to be able to re-case it from.
ReCaseKnownId attempts to correct the casing on the static segments of an Azure resourceId.
RegisterResourceId adds ResourceIds to a list of known ids.
ResourceIdTypeFromResourceId takes a Azure Resource ID as a string and attempts to return the corresponding resourceids.ResourceId type.