Zhenlan Wang
f9d7201b36
Add an example of Azure Function ( #187 )
...
* Add an example of Azure Function
2019-11-14 09:16:13 -08:00
Ernest Tong
87c6544d54
Add testing docs for Fiddler and Postman ( #172 )
...
Add fiddler/postman testing docs
2019-11-07 10:58:34 -08:00
Ernest Tong
b92449b913
Add Bash authentication sample ( #159 )
...
Add Bash authentication sample
2019-11-07 10:48:15 -08:00
Abhilash Arora
295f545b16
Update MicrosoftAzureAppConfigurationAspNetCore.md ( #182 )
2019-11-05 11:32:40 -08:00
Abhilash Arora
42fad009c1
Update MicrosoftExtensionsConfigurationAzureAppConfiguration.md ( #183 )
2019-11-05 11:32:22 -08:00
Jimmy Campbell
468696d5f2
Added versioning doc. ( #168 )
...
* Added versioning doc.
* Made example hostname consistent in authentication.md. Added versioning link to readme.
* Updated readme to include versioning link.
2019-10-28 18:58:56 -04:00
Zhenlan Wang
0f767b8fbb
Fix the link to the authentication doc ( #166 )
2019-10-25 12:08:59 -04:00
Abhilash Arora
ebf9622516
Revert "Fix authentication issue in Golang sample code ( #161 )" ( #164 )
...
This reverts commit 2234055909
.
2019-10-23 14:41:29 -07:00
Abhilash Arora
2234055909
Fix authentication issue in Golang sample code ( #161 )
...
The HMAC is calculated based on RawPath and RawQuery, which results in 401 Unauthorized error for API calls to key or label containing special characters. This change escapes the URL path and query to fix this issue.
Issue reported by user : https://github.com/Azure/AppConfiguration/issues/160
2019-10-16 10:51:52 -07:00
Vijay SG
335279575f
Added more examples -- ConsoleApp, and Azure WebJobs ( #120 )
...
* Added more examples -- ConsoleApp, and Azure WebJobs
2019-10-14 19:11:29 -07:00
Abhilash Arora
c3daeda89c
Update release notes for new release of provider packages ( #157 )
2019-10-08 11:16:52 -07:00
Ernest Tong
0b9e2b2ace
Add PowerShell authentication sample ( #155 )
...
Add PowerShell authentication sample
2019-10-03 10:27:37 -07:00
ragilr
c7d0bd49c7
Fix for broken link to Authentication page ( #149 )
2019-10-01 19:49:54 -07:00
Avani Gupta
a047ff5deb
Merge pull request #151 from Azure/avgupta/AuthCodeSnippetPython
...
Add authentication code snippet for Python
2019-09-27 16:05:19 -07:00
Avani Gupta
30a8905931
fix syntax
2019-09-27 14:24:57 -07:00
Avani Gupta
eadb20b56c
Remove connection string parsing
2019-09-27 10:19:27 -07:00
Avani Gupta
d0192b256e
Add authentication code snippet for Python
2019-09-26 15:09:34 -07:00
Zhenlan Wang
73fadc2257
Update README.md ( #141 )
...
Add Announcements section.
2019-09-16 12:26:12 -07:00
ragilr
c2e2f08bb2
Correcting typo in md file ( #138 )
2019-09-10 19:52:44 -07:00
yijia
ea129042eb
Update release notes for VstsTask with latest version ( #134 )
...
* Update release notes for VstsTask with latest version
* comments
2019-09-05 13:17:45 -07:00
Matt Metcalf
37d67216ce
Added Document with link to Spring Feature Management ( #132 )
...
* Added Document with link to Spring Feature Management
* Updated to remove Azure from name
2019-09-05 11:21:20 -07:00
Zhenlan Wang
39126feb9b
Update headers.md ( #131 )
...
Use the ampersand (&) as the separator
2019-08-28 11:40:15 -07:00
Jimmy Campbell
5dde73073a
Merge pull request #121 from jimmyca15/update/AuthDocs
...
Updated authentication docs to use new token separator.
2019-08-20 13:14:42 -07:00
Jimmy Campbell
019abf0dce
Merge pull request #127 from jimmyca15/user/jimmyca/releaseNotes
...
Updated release notes.
2019-08-15 13:11:07 -07:00
Jimmy Campbell
067acb79a5
Updated release notes.
2019-08-15 15:48:35 -04:00
Jimmy Campbell
acc5c569a8
Merge pull request #108 from Azure/abarora/rn-config-provider
...
Update MicrosoftExtensionsConfigurationAzureAppConfiguration.md
2019-08-15 12:42:59 -07:00
Abhilash Arora
72c0bce825
Update MicrosoftExtensionsConfigurationAzureAppConfiguration.md
2019-08-05 15:19:30 -07:00
Jimmy Campbell
50193d8675
Updated authentication docs to use new token separator.
2019-07-30 11:57:35 -04:00
Abhilash Arora
0f3616d5da
Update MicrosoftExtensionsConfigurationAzureAppConfiguration.md
2019-07-18 12:41:58 -07:00
Abhilash Arora
3221a188e9
Create MicrosoftAzureAppConfigurationAspNetCore.md ( #109 )
...
Add release notes for Microsoft.Azure.AppConfiguration.AspNetCore v2.0.0-preview-009200001-7
2019-07-17 16:46:53 -07:00
Vijay SG
ce20839c3b
Merge pull request #107 from Azure/u/visanka/AddExamples
...
Added example app with Provider 2.x for .net core
2019-07-17 13:49:39 -07:00
Vijay Sankar Ganesh
81d86589d1
Fixed variable names, and indentation
2019-07-17 13:30:38 -07:00
Vijay Sankar Ganesh
345abd8a4e
Added null check for connection endpoint
2019-07-16 09:28:47 -07:00
Vijay Sankar Ganesh
0bf19afa24
Added settings for offline use
2019-07-15 15:20:11 -07:00
Abhilash Arora
881c31fc5c
Update MicrosoftExtensionsConfigurationAzureAppConfiguration.md
...
Add release notes for v2.0.0-preview-009200001-1437
2019-07-11 12:02:28 -07:00
Vijay Sankar Ganesh
070d7b4f9b
Added example app with Provider 2.x for .net core
2019-07-11 10:52:05 -07:00
Gary Wang
ce7a758f11
Merge pull request #103 from Azure/garywang/goloang
...
Add golang sample code
2019-07-09 12:34:59 -07:00
Jimmy Campbell
3b296e15eb
Merge pull request #106 from jimmyca15/docs/featuremanagement
...
Update feature management docs to point to new open source repository.
2019-07-09 09:50:50 -07:00
Gary Wang
591d2dd088
Update method to use request content
2019-07-08 12:31:49 -07:00
Jimmy Campbell
702cfbee7a
Update feature management docs to point to new open source repository.
2019-07-08 09:45:54 -07:00
Gary Wang
4124ad50b7
Add golang sample code
2019-07-03 00:19:40 -07:00
Matt Metcalf
184ec00b5d
Merge pull request #93 from Azure/mametcal/JavaAuthenticationCodeSnippet
...
Added REST API documentation for Java Authentication
2019-07-01 10:41:49 -07:00
mrm9084
141383a9fa
changing sign to generateHeader
2019-06-26 09:59:17 -07:00
Vijay SG
d380fac78d
Merge pull request #97 from Azure/u/visanka/UpdateDocs
...
Added release date, and replaced 'telemetry' with 'request-tracing'
2019-06-24 15:24:10 -07:00
Vijay Sankar Ganesh
bcd40579fa
Removed 'Observe' from docs
2019-06-24 13:51:16 -07:00
yijia
d86d7d75bc
Update Task release note to have v1.6.4 ( #95 )
...
* Update Task release note to have 1.6.4
* Fix grammar
* Fix minor
* Fix doc
* Update to v1.6.6
2019-06-24 13:50:19 -07:00
Vijay Sankar Ganesh
7ea900200c
Added release date, and replaced 'telemetry' with 'request-tracing'
2019-06-24 11:31:36 -07:00
Jimmy Campbell
e188fa644b
Merge pull request #96 from Azure/release/FeatureManagement
...
Added release notes for Microsoft.FeatureManagement.
2019-06-24 14:05:16 -04:00
Jimmy Campbell
e6e65a2a97
Added explanation for AddSessionManager.
2019-06-24 14:00:55 -04:00
Jimmy Campbell
8e60b75ddc
Added release notes for Microsoft.FeatureManagement.
2019-06-24 13:45:14 -04:00