You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@alexc-MSFT, the DeployAutomationAssets function adds the SharePoint Pnp Module for version 3.12.1908.1. If i wanted to use the latest version 3.24.2008.1 how can i get the link from the devopsgallerystore? I am able to go into the module gallery for the deployed automation account and install the latest version that way but wanted to know if it could be done via the deployment script
@SPB21 just change the file to "sharepointpnppowershellonline.3.24.2008.1.nupkg"
@alexc-MSFT - I have submitted a new sample to the PnP PowerShell repo for setting up Azure Automation with the modules, runbooks, Azure AD app - pnp/PnP-PowerShell#2835 - this uses the latest app-only certificate method
Prior to July 2020 releases do not work because of a fault in the MSAL libraries crashing azure automation, this was fixed in latest versions.
@alexc-MSFT, the DeployAutomationAssets function adds the SharePoint Pnp Module for version 3.12.1908.1. If i wanted to use the latest version 3.24.2008.1 how can i get the link from the devopsgallerystore? I am able to go into the module gallery for the deployed automation account and install the latest version that way but wanted to know if it could be done via the deployment script
New-AzAutomationModule -AutomationAccountName $automationAccountName -Name "SharePointPnPPowerShellOnline" -ContentLink "https://devopsgallerystorage.blob.core.windows.net/packages/sharepointpnppowershellonline.3.12.1908.1.nupkg" -ResourceGroupName $ResourceGroupName
The text was updated successfully, but these errors were encountered: