Skip to content

Commit dd499e2

Browse files
Merge pull request #274723 from hahahahahaiyiwen/haiyiwen/AddGoSDKReference
Add reference to Go SDK
2 parents b372c91 + 0ba5507 commit dd499e2

File tree

2 files changed

+35
-13
lines changed

2 files changed

+35
-13
lines changed

articles/azure-app-configuration/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,8 @@
303303
href: https://go.microsoft.com/fwlink/?linkid=2103727
304304
- name: Azure SDK for JavaScript
305305
href: https://go.microsoft.com/fwlink/?linkid=2103664
306+
- name: Azure SDK for Go
307+
href: https://go.microsoft.com/fwlink/?linkid=2270866
306308
- name: Feature management
307309
items:
308310
- name: .NET

articles/azure-app-configuration/index.yml

Lines changed: 33 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -157,24 +157,22 @@ landingContent:
157157
- text: Java Spring Library
158158
url: https://azure.github.io/azure-sdk-for-java/springboot.html
159159

160-
- title: Configuration SDKs and samples
160+
- title: Client libraries and tools
161161
linkLists:
162-
- linkListType: sample
163-
links:
164-
- text: Azure CLI samples
165-
url: cli-samples.md
166162
- linkListType: reference
167163
links:
168-
- text: Azure CLI
169-
url: /cli/azure/appconfig
170-
- text: PowerShell
171-
url: /powershell/module/az.appconfiguration/
172-
- text: Terraform
173-
url: https://www.terraform.io/docs/providers/azurerm/r/app_configuration.html
174164
- text: .NET provider
175165
url: /dotnet/api/Microsoft.Extensions.Configuration.AzureAppConfiguration
176-
- text: Spring Boot provider
177-
url: https://github.com/microsoft/spring-cloud-azure/tree/master/
166+
- text: Java Spring provider
167+
url: https://go.microsoft.com/fwlink/?linkid=2180917
168+
- text: Python provider
169+
url: https://pypi.org/project/azure-appconfiguration-provider/
170+
- text: JavaScript provider
171+
url: https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/appconfiguration/app-configuration
172+
- text: Kubernetes provider
173+
url: reference-kubernetes-provider.md
174+
- linkListType: reference
175+
links:
178176
- text: Azure SDK for .NET
179177
url: https://go.microsoft.com/fwlink/?linkid=2092056
180178
- text: Azure SDK for Java
@@ -183,5 +181,27 @@ landingContent:
183181
url: https://go.microsoft.com/fwlink/?linkid=2103727
184182
- text: Azure SDK for JavaScript
185183
url: https://go.microsoft.com/fwlink/?linkid=2103664
184+
- text: Azure SDK for Go
185+
url: https://go.microsoft.com/fwlink/?linkid=2270866
186+
- linkListType: reference
187+
links:
188+
- text: Control plane REST API
189+
url: /rest/api/appconfiguration/
186190
- text: Data plane REST API
187191
url: rest-api.md
192+
- linkListType: reference
193+
links:
194+
- text: Azure CLI
195+
url: /cli/azure/appconfig
196+
- text: PowerShell
197+
url: /powershell/module/az.appconfiguration/
198+
- text: Terraform
199+
url: https://www.terraform.io/docs/providers/azurerm/r/app_configuration.html
200+
- linkListType: sample
201+
links:
202+
- text: Azure CLI samples
203+
url: cli-samples.md
204+
- text: Azure PowerShell samples
205+
url: powershell-samples.md
206+
- text: Samples on GitHub
207+
url: https://github.com/Azure/AppConfiguration/tree/main/examples

0 commit comments

Comments
 (0)