@autorest/openapi-to-typespec
Version:
Autorest plugin to scaffold a Typespec definition from an OpenAPI document
10 lines • 751 B
TypeScript
export declare const ProvidersSegment = "/providers/";
export declare const ManagementGroupPath = "/providers/Microsoft.Management/managementGroups/{managementGroupId}";
export declare const ManagementGroupScopePrefix = "/providers/Microsoft.Management/managementGroups";
export declare const ResourceGroupPath = "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}";
export declare const ResourceGroupScopePrefix = "/subscriptions/{subscriptionId}/resourceGroups";
export declare const SubscriptionPath = "/subscriptions/{subscriptionId}";
export declare const SubscriptionScopePrefix = "/subscriptions";
export declare const TenantPath = "";
export declare const TenantScopePrefix = "/tenants";
//# sourceMappingURL=constants.d.ts.map