MicrosoftDocs / azure-docs

Open source documentation of Microsoft Azure
https://docs.microsoft.com/azure
Creative Commons Attribution 4.0 International
10.31k stars 21.5k forks source link

Step 2 of "Add Azure Notification Hubs libraries" needs revision #113558

Closed nolanshirley closed 7 months ago

nolanshirley commented 1 year ago

Step 2 of "Add Azure Notification Hubs libraries" needs revision, based on this stack overflow post. https://stackoverflow.com/questions/69163511/build-was-configured-to-prefer-settings-repositories-over-project-repositories-b this is the new way to add repositories to a settings.gradle file. dependencyResolutionManagement { repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS) repositories { google() mavenCentral() maven { url 'https://example.io' } } }


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

RyanHill-MSFT commented 1 year ago

Thanks for the feedback! I have assigned the issue to the content author to investigate further and update the document as appropriate.

sethmanheim commented 7 months ago

@nolanshirley Very sorry for the slow response here. The article has been updated with these changes and should be live very soon. Many thanks for reaching out! #please-close