Ron Koppelaar

Results 16 comments of Ron Koppelaar

I just created a brand new W22 machine in Azure but there I have the same issue VERBOSE: Running Invoke-cdsaALAppSign. PSBoundParameters: KeyVaultName:CodeSignERP CertificateName:CodeSignCertificate FilesToSign:C:\temp\Zig_Zig365 Insights Connector_23.23.0.0.app Description:test signing DescriptionUrl:http s:\\www.zig.nl...

Well I did disabled AV, in this case Windows defender by uninstalling the feature. This had no affect, It happens on all my build machines accept for one. It was...

Unfortune sharing repro without sensitive is not possible as the certificate is taken from AZ Key Vault. I could however share the script without any secrets though. Will add repro...

As workaround I did following: - Before backup "Remove user by Invoke-Sql" - Create backup - Recreate user...

Also tried with nowait option then the cmdlet succeeded. resourceType : Submission state : InProgress substate : InDraft targets : {@{type=Scope; value=Preview}} resources : {@{type=Package; value=e4d75488-f9e7-4780-9c0a-ce4cbf3ae52d}, @{type=Property; value=ce8adb7f-9935-6db8-69bd-8f7188c53e96}} publishOption :...

I tried publish and review through UI which succeeded ![image](https://github.com/microsoft/navcontainerhelper/assets/33791875/06bc9110-0d6c-4c3f-80b3-bd16a3079f8c) The app file ending with .1 was published using the API After pressing review and publish button, it started the...

Rebuild the app (Version 23.23.0.2) without signing so it should fail as part of the workflow. But I guess that shouldnt matter for the test case as the problem is...

Rebuild the app to version "23.23.0.3" Scenario 2 - With option doWait ``` New-AppSourceSubmission -authContext $AuthContext -productId $Product.id -appFile "C:\Users\ronkoppe\Downloads\Zig_Zig365 Insights Connector_23.23.0.3.app" -doNotWait -Verbose GET https://api.partner.microsoft.com/v1.0/ingestion/products/07dfa796-4234-4c06-9254-f8286cfb1a69 VERBOSE: GET with 0-byte...

Indeed I mean the -DoNotWait switch in the cmdlet. Correct no customers live yet so it would be an option to delete... As you mentioned both scenario's dont trigger the...

Thx for the investigation. That would explain only one of our buildserver did work. I expect its one of the older servers which in the past was created by automation,...