-
Notifications
You must be signed in to change notification settings - Fork 4.1k
[GuestConfiguration] Supports Audit policies, fixed online doc link for help files #8387
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[GuestConfiguration] Supports Audit policies, fixed online doc link for help files #8387
Conversation
|
@MiYanni I'm facing two issues below:
|
Register-PSRepository -Name GuestConfigurationPreview -SourceLocation {{path to the folder where the nupkg is}} -PackageManagementProvider NuGet -InstallationPolicy Trusted
Install-Module -Name Az.GuestConfiguration -Repository GuestConfigurationPreviewAdditionally, are they running Windows PowerShell or PowerShell Core? They'll need .NET Framework 4.7.2 installed if they are using Windows PowerShell. PowerShell Core does not have this dependency. |
|
@MiYanni ,
|
|
also help is missing with nupkg. I'm able to access local content in local dev env |
|
build is also failing due to below error. KustoClusterNotExist wasn't added as part of PR Properties\Resources.resx : warning MSB3568: Duplicate resource name "KustoClusterNotExist" is not allowed, ignored. [c:\workspace\powershell\src\Kusto\Kusto\Kusto.csproj] [c:\workspace\powershell\build.proj] |
|
FYI. checked with my manager and team. we can go ahead and publish this module as is. |

Description
Checklist
CONTRIBUTING.mdplatyPSmodule