BCContainerhelper version
6.1.16
Describe the issue
When you run New-AppSourceSubmission it now fails with the following error:
Set-AzureStorageBlobContent : The remote name could not be resolved: 'workloadfilewus2-bbhbb4h0g2graheq.blob.core.windows.net'
Command or script used to produce the issue
New-AppSourceSubmission -authContext $authcontext -productId $productID -appFile $appFilePath -libraryAppFiles $appFilePaths -autoPromote -doNotCheckVersionNumber
Full output of the command or script
WARNING: Parameter 'doNotCheckVersionNumber' is obsolete. doNotCheckVersionNumber is obsolete, please use
doNotUpdateVersionNumber instead
GET https://api.partner.microsoft.com/v1.0/ingestion/products/26e2fe12-2b1f-4c91-8015-e61bbbcc5b62
GET https://api.partner.microsoft.com/v1.0/ingestion/products/26e2fe12-2b1f-4c91-8015-e61bbbcc5b62/setup
GET https://api.partner.microsoft.com/v1.0/ingestion/products/26e2fe12-2b1f-4c91-8015-e61bbbcc5b62/submissions
GET https://api.partner.microsoft.com/v1.0/ingestion/products/26e2fe12-2b1f-4c91-8015-e61bbbcc5b62/submissions/1152921505701754879
GET https://api.partner.microsoft.com/v1.0/ingestion/products/26e2fe12-2b1f-4c91-8015-e61bbbcc5b62/branches/getByModule(module=Package)
GET https://api.partner.microsoft.com/v1.0/ingestion/products/26e2fe12-2b1f-4c91-8015-e61bbbcc5b62/packageConfigurations/getByInstanceID(instanceID=6f890d75-b348-4e64-84ed-602f210b9aae)
POST https://api.partner.microsoft.com/v1.0/ingestion/products/26e2fe12-2b1f-4c91-8015-e61bbbcc5b62/packages
{
"fileName": "Publisher Name_App Name_1.2.3.4.app",
"resourceType": "Dynamics365BusinessCentralAddOnExtensionPackage"
}
WARNING: Because the Az modules have all the capabilities of AzureRM modules and more, we will retire the AzureRM
modules on 29 February 2024. Learn more about the migration to Az: http://aka.ms/azpsmigrate.
WARNING: Because the Az modules have all the capabilities of AzureRM modules and more, we will retire the AzureRM
modules on 29 February 2024. Learn more about the migration to Az: http://aka.ms/azpsmigrate.
New-AppSourceSubmission Telemetry Correlation Id: 13fbf6fc-368c-45a7-9e9a-9a7ddea67a55
Set-AzureStorageBlobContent : The remote name could not be resolved: 'workloadfilewus2-bbhbb4h0g2graheq.blob.core.windo
ws.net'
At C:\Program Files\WindowsPowerShell\Modules\BcContainerHelper\6.1.16\AppSource\New-AppSourceSubmission.ps1:160 char:1
3
+ Set-AzureStorageBlobContent -File $file -Container $conta ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : CloseError: (:) [Set-AzureStorageBlobContent], StorageException
+ FullyQualifiedErrorId : StorageException,Microsoft.WindowsAzure.Commands.Storage.Blob.SetAzureBlobContentCommand
Additional information
No response
Does this happen every time?
Yes
Did this used to work?
Yes
BCContainerhelper version
6.1.16
Describe the issue
When you run
New-AppSourceSubmissionit now fails with the following error:Set-AzureStorageBlobContent : The remote name could not be resolved: 'workloadfilewus2-bbhbb4h0g2graheq.blob.core.windows.net'
Command or script used to produce the issue
Full output of the command or script
Additional information
No response
Does this happen every time?
Yes
Did this used to work?
Yes