Skip to content

Commit d400c82

Browse files
committed
Finishing touches and related content.
1 parent 597caa0 commit d400c82

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

api-reference/beta/resources/print-overview.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ ms.subservice: "universal-print"
99

1010
# Use the Microsoft Graph Universal Print API
1111

12+
[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)]
13+
1214
Microsoft Universal Print is a modern print solution that organizations can use to manage their print infrastructure through cloud services from Microsoft. Organizations use Universal Print to move key Windows Server print functionality to the Microsoft 365 cloud, simplifying and securing their print infrastructure, streamlining printer management, enabling users to discover printers by location, and more. For more information, see [Universal Print cloud printing API overview](/graph/universal-print-concept-overview). The cloud printing API provides access to Universal Print. Use the cloud printing API to:
1315

1416
- Manage printers and shares.
@@ -23,7 +25,7 @@ The cloud printing API provides key features that are described in the following
2325

2426
The [printerShare](./printershare.md) and [printer](./printer.md) resources define the public view and the actual printer, respectively, for a physical printer that is discoverable by users and applications. The printer share is a logical view to a printer resource that represents a physical printer. The underlying physical printer can be changed without changing the printer share, enabling organizations to maintain high printer availability. The printer share contains properties and methods that let you manage which users and groups can perform operations on this printer, such as creating or deleting print jobs. You can use the **printer** property of the printer share to access information about the physical printer, see its status, list and reset its settings, and more.
2527

26-
Cloud-enabled printers can connect directly to Universal print, but legacy printers require a [print connector](./printconnector.md) to connect and enable discovery. See [What is the Universal Print connector?](/universal-print/fundamentals/universal-print-connector-overview) for more information on print connectors for legacy print devices.
28+
Cloud-enabled printers can connect directly to Universal print, but legacy printers require a [print connector](./printconnector.md) to connect and enable discovery. For more information about print connectors for legacy print devices, see [The Universal Print connector](/universal-print/fundamentals/universal-print-connector-overview).
2729

2830
### Printing user and group permissions
2931

@@ -44,7 +46,6 @@ In pull printing, the user swipes their badge at a physical printer, which notif
4446

4547
Use the [printUsageByUser](./printusagebyuser.md) and [printUsageByPrinter](./printusagebyprinter.md) resources report information about the daily or monthly number and type of print jobs for a user or printer. These reports are valuable for understanding your organization's usage of print resources and where there might be problems with your print infrastructure. The APIs that return[archivedPrintJob](./archivedprintjob.md) resources contain detailed information about the historical jobs from a printer, user, or group.
4648

47-
## Common use cases
48-
49-
|Use case|Rest APIs|
50-
|:-------|:--------|
49+
## Related content
50+
- [Universal Print cloud printing API overview](/graph/universal-print-concept-overview)
51+
- [Install Universal Print connector on Windows](/universal-print/fundamentals/universal-print-connector-installation)

api-reference/beta/resources/printershare.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Represents a printer that is intended to be discoverable by users and printing a
3636
## Properties
3737
| Property | Type | Description |
3838
|:-------------|:------------|:------------|
39-
|allowAllUsers|Boolean|If true, all users and groups can access this printer share. This supersedes the allow lists defined by the **allowedUsers** and **allowedGroups** navigation properties.|
39+
|allowAllUsers|Boolean|If true, all users and groups can access this printer share. This property supersedes the lists of allowed users and groups defined by the **allowedUsers** and **allowedGroups** navigation properties.|
4040
|capabilities|[printerCapabilities](printercapabilities.md)|The capabilities of the printer associated with this printer share.|
4141
|createdDateTime|DateTimeOffset|The DateTimeOffset when the printer share was created. Read-only.|
4242
|defaults|[printerDefaults](printerdefaults.md)|The default print settings of the printer associated with this printer share.|
@@ -47,7 +47,7 @@ Represents a printer that is intended to be discoverable by users and printing a
4747
|manufacturer|String|The manufacturer reported by the printer associated with this printer share. Read-only.|
4848
|model|String|The model name reported by the printer associated with this printer share. Read-only.|
4949
|status|[printerStatus](printerstatus.md)|The processing status, including any errors, of the printer associated with this printer share. Read-only.|
50-
|viewPoint|[printerShareViewpoint](../resources/printershareviewpoint.md)|Additional data for a printer share as viewed by the signed-in user.|
50+
|viewPoint|[printerShareViewpoint](../resources/printershareviewpoint.md)|More data for a printer share as viewed by the signed-in user.|
5151

5252
## Relationships
5353
| Relationship | Type | Description |

0 commit comments

Comments
 (0)