[PR #130] Azure #617

Open
opened 2025-11-20 04:25:28 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/qdm12/ddns-updater/pull/130
Author: @qdm12
Created: 12/12/2020
Status: 🔄 Open

Base: masterHead: azure


📝 Commits (1)

📊 Changes

8 files changed (+343 additions, -1 deletions)

View changed files

📝 README.md (+2 -0)
docs/azure.md (+64 -0)
📝 go.mod (+11 -0)
📝 go.sum (+29 -1)
📝 internal/provider/constants/providers.go (+2 -0)
📝 internal/provider/provider.go (+3 -0)
internal/provider/providers/azure/api.go (+77 -0)
internal/provider/providers/azure/provider.go (+155 -0)

📄 Description

Fix #109

See https://mauridb.medium.com/calling-azure-rest-api-via-curl-eb10a06127 to use a token for authentication? 🤔


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/qdm12/ddns-updater/pull/130 **Author:** [@qdm12](https://github.com/qdm12) **Created:** 12/12/2020 **Status:** 🔄 Open **Base:** `master` ← **Head:** `azure` --- ### 📝 Commits (1) - [`9ea949c`](https://github.com/qdm12/ddns-updater/commit/9ea949c34a616dcab2d41c8c9df57e2818f632e1) Azure SDK ### 📊 Changes **8 files changed** (+343 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+2 -0) ➕ `docs/azure.md` (+64 -0) 📝 `go.mod` (+11 -0) 📝 `go.sum` (+29 -1) 📝 `internal/provider/constants/providers.go` (+2 -0) 📝 `internal/provider/provider.go` (+3 -0) ➕ `internal/provider/providers/azure/api.go` (+77 -0) ➕ `internal/provider/providers/azure/provider.go` (+155 -0) </details> ### 📄 Description Fix #109 See https://mauridb.medium.com/calling-azure-rest-api-via-curl-eb10a06127 to use a token for authentication? 🤔 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2025-11-20 04:25:28 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ddns-updater#617