David Rodríguez
David Rodríguez
I'm seeing the property on 3.0.1 package, but not being populated, seems there is an issue while deserializing the object. Anyone else can confirm? Is the nuget package source code...
BTW, the "License info" link on the NuGet gallery is broken (see https://www.nuget.org/packages/Microsoft.Store.PartnerCenter). Is targeting https://partnercenter.microsoft.com/en-us/partner/EULA_Partner_Center_SDK that ends in a 404
Lovely. As a workaround, I'm using the API directly for that specific call and deserializing the result with my own class. Hopefully everything is fixed on the next release. It's...
By this documentation https://docs.microsoft.com/en-us/azure/devops/organizations/security/allow-list-ip-url?view=azure-devops#ip-addresses-and-range-restrictions, current IP Address ranges for outbound connections coming from Azure Pipelines hosted agents in CIDR notation are: 13.107.6.0/24 13.107.9.0/24 13.107.42.0/24 13.107.43.0/24
Looks like a client side JavaScript error not allowing to load the page. Which version of DNN are you running? Can you open the Dev tools on the browser and...
Ah, interesting, I haven't tried the module on a DNN site not installed on the root. I'll try to fix this in the next release.
Is this now supported by using the SpeechActivityTemplate property? Sharing the link for the .net SDK. https://docs.microsoft.com/en-us/dotnet/api/microsoft.cognitiveservices.speech.dialog.dialogserviceconnector.speechactivitytemplate?view=azure-dotnet This was introduced on Feb 2020. https://github.com/MicrosoftDocs/azure-docs/blob/master/articles/cognitive-services/Speech-Service/releasenotes.md#speech-sdk-1100-2020-february-release
I've seen this behavior and on other apps they just put "Unknown" as the name. I believe that's better than throwing an exception. Sounds like another advanced setting.
This is interesting, in most of scenarios I've seen this error, is because what's not filled is the DisplayName. Thing to note when developing this enhancement. Thanks for for your...
[maduranga001](https://github.com/maduranga001) about the initial error related to the "upn" not being found in the token, the reason could be that the user being logged is a B2B user (this is...