Add lightbox for readability via new-style image refs

This commit is contained in:
Gary Moore 2021-11-04 14:54:18 -07:00
parent 229dd2cc91
commit 1b6a2fc4b3

View File

@ -61,7 +61,7 @@ This section describes this setup. The following diagram shows the server-server
MSDN provides much information about the Server-Server sync protocol. In particular:
- It's a SOAP-based protocol, and you can get the WSDL in [Server Sync Web Service](/openspecs/windows_protocols/ms-wsusss/8a3b2470-928a-4bd1-bdcc-8c2bf6b8e863). The WSDL can be used to generate calling proxies for many programming environments, which will simplify your development.
- You can find code samples in [Protocol Examples](/openspecs/windows_protocols/ms-wsusss/2dedbd00-fbb7-46ee-8ee0-aec9bd1ecd2a). The sample code shows raw SOAP commands, which can be used. Although its even simpler to make the call from a programming language like .NET (calling the WSDL-generated proxies). The stub generated by the Server Sync WSDL from the MSDN link above generates an incorrect binding URL. The binding URL should be set to https://fe2.update.microsoft.com/v6/ServerSyncWebService/serversyncwebservice.asmx.
- You can find code samples in [Protocol Examples](/openspecs/windows_protocols/ms-wsusss/2dedbd00-fbb7-46ee-8ee0-aec9bd1ecd2a). The sample code shows raw SOAP commands, which can be used. Although its even simpler to make the call from a programming language like .NET (calling the WSDL-generated proxies). The stub generated by the Server Sync WSDL from the MSDN link above generates an incorrect binding URL. The binding URL should be set to `https://fe2.update.microsoft.com/v6/ServerSyncWebService/serversyncwebservice.asmx`.
Some important highlights:
@ -955,9 +955,9 @@ Here's the list of older policies that are still supported for backward compatib
The following screenshots of the administrator console show the list of update titles, approval status, and additional metadata fields.
![mdm update management screenshot.](images/deviceupdatescreenshot1.png)
:::image type="content" alt-text="mdm update management screenshot." source="images/deviceupdatescreenshot1.png" lightbox="images/deviceupdatescreenshot1.png":::
![mdm update management metadata screenshot.](images/deviceupdatescreenshot2.png)
:::image type="content" alt-text="mdm update management metadata screenshot." source="images/deviceupdatescreenshot2.png" lightbox="images/deviceupdatescreenshot2.png":::
## <a href="" id="syncmlexample"></a>SyncML example