{"note":"OpenAPI conversion -- returning structured metadata","name":"azure-com-blueprint-blueprintassignment","description":"BlueprintClient","version":"2018-11-01-preview","base_url":"https://management.azure.com","endpoints":5,"raw":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api BlueprintClient\n@base https://management.azure.com\n@version 2018-11-01-preview\n@auth OAuth2\n@endpoints 5\n@toc {resourceScope}(5)\n\n@endpoint PUT /{resourceScope}/providers/Microsoft.Blueprint/blueprintAssignments/{assignmentName}\n@desc Create or update a blueprint assignment.\n@required {api-version: any # Client API Version., resourceScope: any # The scope of the resource. Valid scopes are: management group (format: '/providers/Microsoft.Management/managementGroups/{managementGroup}'), subscription (format: '/subscriptions/{subscriptionId}')., assignmentName: any # Name of the blueprint assignment., assignment: map # Blueprint assignment object to save.}\n@returns(201) Created -- blueprint assignment saved.\n\n@endpoint GET /{resourceScope}/providers/Microsoft.Blueprint/blueprintAssignments/{assignmentName}\n@desc Get a blueprint assignment.\n@required {api-version: any # Client API Version., resourceScope: any # The scope of the resource. Valid scopes are: management group (format: '/providers/Microsoft.Management/managementGroups/{managementGroup}'), subscription (format: '/subscriptions/{subscriptionId}')., assignmentName: any # Name of the blueprint assignment.}\n@returns(200) OK -- blueprint assignment retrieved.\n\n@endpoint DELETE /{resourceScope}/providers/Microsoft.Blueprint/blueprintAssignments/{assignmentName}\n@desc Delete a blueprint assignment.\n@required {api-version: any # Client API Version., resourceScope: any # The scope of the resource. Valid scopes are: management group (format: '/providers/Microsoft.Management/managementGroups/{managementGroup}'), subscription (format: '/subscriptions/{subscriptionId}')., assignmentName: any # Name of the blueprint assignment.}\n@optional {deleteBehavior: any # When deleteBehavior=all, the resources that were created by the blueprint assignment will be deleted.}\n@returns(202) OK -- blueprint assignment deleted.\n@returns(204) No Content\n\n@endpoint POST /{resourceScope}/providers/Microsoft.Blueprint/blueprintAssignments/{assignmentName}/whoIsBlueprint\n@desc Get Blueprints service SPN objectId\n@required {api-version: any # Client API Version., resourceScope: any # The scope of the resource. Valid scopes are: management group (format: '/providers/Microsoft.Management/managementGroups/{managementGroup}'), subscription (format: '/subscriptions/{subscriptionId}')., assignmentName: any # Name of the blueprint assignment.}\n@returns(200) Blueprints service SPN objectId\n\n@endpoint GET /{resourceScope}/providers/Microsoft.Blueprint/blueprintAssignments\n@desc List blueprint assignments within a subscription or a management group.\n@required {api-version: any # Client API Version., resourceScope: any # The scope of the resource. Valid scopes are: management group (format: '/providers/Microsoft.Management/managementGroups/{managementGroup}'), subscription (format: '/subscriptions/{subscriptionId}').}\n@returns(200) OK -- all blueprint assignments retrieved.\n\n@end\n"}