Hong Li
6217f12393
Enable more SDL tools for this repo ( #252 )
2024-11-05 16:02:11 -08:00
Steve Molloy
4e7dbeb552
Update sample web job template and dependencies ( #251 )
...
* Update SampleWebJob to use more recent template/dependencies.
* Update SampleWebJob nuget references to avoid vulnerable libraries.
2024-10-25 11:56:57 -07:00
Steve Molloy
fdc5f40e46
Forgot to bump AppConfig nuget dependency when adding Snapshots.
2024-10-11 11:50:24 -07:00
Steve Molloy
aca6c53bab
Add ability to use AppConfig snapshots. ( #249 )
2024-10-11 11:14:56 -07:00
Steve Molloy
58e788a30b
Rooted paths should not go through Server.MapPath ( #248 )
2024-10-09 10:38:33 -07:00
Steve Molloy
baf4aa0192
Use second capture from tokenPattern to supply potential default values in Token mode. ( #247 )
2024-10-08 20:49:27 -07:00
Steve Molloy
c301f46784
Update binding redirects for sample web app.
2024-10-08 01:08:19 -07:00
Steve Molloy
5d6ac9109a
Add slight doc clarification on 'prefix'
2024-10-07 17:48:27 -07:00
Steve Molloy
0925f744d9
Fix bug where AppConfig doesn't work in Strict mode with a KeyFilter.
2024-10-07 17:29:41 -07:00
Steve Molloy
1937252e46
More Test Fixes and Updates.
2024-10-07 14:53:10 -07:00
Steve Molloy
921e5f47e5
Let auth and connection failures to Azure service be considered as 'optional' ( #246 )
2024-10-04 11:31:14 -07:00
Juraj Petras
4c048ca1bc
Fix for Key Vault reading in AzureAppConfigurationBuilder ( #230 ) ( #232 )
...
* Use GetCredential() for Key Vault readings and Add overload for SecretClientOptions in AzureAppConfigurationBuilder (#230 )
- Fix for AzureAppConfigurationBuilder to read App Configuration Key-value references to Key Vault in the same way as AzureKeyVaultConfigBuilder
Addresses #230
* Clean up spacing (#230 )
To spacing what was prior #230
* Fixing comments in AzureKeyVaultConfigBuilder and AzureAppConfigurationBuilder (#230 )
---------
Co-authored-by: Juraj Petras <juraj.petras@universalplant.com>
2024-10-03 10:56:02 -07:00
Steve Molloy
1011230a40
Escape xml markup characters in markdown. :)
2024-10-03 10:44:01 -07:00
Steve Molloy
3f1064f645
Update FAQ with more Q's
2024-10-03 10:41:31 -07:00
Steve Molloy
2563c0e096
Upgrade some dependencies showing up in CompGov. ( #245 )
2024-10-02 23:18:35 -07:00
Steve Molloy
2c6b8cae3b
Correctly include Git commit in versioning; Lift pipeline build options to queue-time settable parameters; Fiddle with SBOM options ( #244 )
2024-10-02 23:16:29 -07:00
Steve Molloy
ca2b3b74b0
Log warning when skipping tests; Log failures when static init fails; General Cleanup and reorganizing ( #243 )
2024-10-02 23:15:27 -07:00
Immo Landwerth
6514fea05b
Merge pull request #242 from terrajobst/add-security-md
...
Add SECURITY.md
2024-09-13 00:31:41 -07:00
Immo Landwerth
a01939e3bc
Add SECURITY.md
2024-09-10 16:52:55 -07:00
Zhaodong
7e36989fd0
update pipeline ( #236 )
2024-04-02 20:50:00 -07:00
Hong Li
1b7014e395
Update azure-pipeline.yml for Azure Pipelines
...
switch back to VS2019 pool
2024-03-08 14:28:50 -08:00
Hong Li
e219a2e547
Update azure-pipeline.yml for Azure Pipelines
...
add comments for debugging
add signType
2024-03-08 14:26:14 -08:00
Hong Li
225e05975e
add yml based pipeline file (1ES move) ( #235 )
2024-03-04 22:50:50 -08:00
Steve Molloy
ea50da297c
Stop subtracting one from the major version number of AzureAppConfig. ( #221 )
2023-03-21 13:59:57 -07:00
Steve Molloy
aa0618ade4
Update README.md
...
Fix broken doc link
2023-03-05 16:13:00 -08:00
Steve Molloy
fe6f4e1dc9
Rev to 3.0.0-rtm
...
Rev to 3.0.0-rtm
2023-01-20 10:54:27 -08:00
Steve Molloy
61028812a1
Update KeyValueConfigBuilders.md
...
Switch to new github markdown 'Note' quote style.
2023-01-20 10:45:55 -08:00
Steve Molloy
1cd156af35
Update markdown formatting. ( #220 )
2023-01-19 10:09:33 -08:00
Steve Molloy
9036ac021c
Update FAQ and rev to preview2. ( #219 )
2023-01-18 13:01:12 -08:00
Steve Molloy
404b530f13
Updated previous fix to be a little less cast-heavy. Also added basic tests. ( #217 )
2023-01-17 17:36:26 -08:00
Steve Molloy
69103ab186
Use CurrentConfiguration before ConfigurationManager when reading parameter values from AppSettings. ( #216 )
2023-01-17 15:12:15 -08:00
Steve Molloy
c438383248
Update nuget.exe to modernize package structure. ( #215 )
2023-01-17 12:46:06 -08:00
Steve Molloy
0d3af82743
Disable AzConfig tests by default.
2023-01-12 17:27:05 -08:00
Steve Molloy
b25df0a2fd
Adjust test verification to account for old config stores where 'history' has been cleaned up. ( #213 )
2023-01-12 16:25:04 -08:00
Steve Molloy
4eb50edfdc
Updating xml doc comments. Also updating MD docs with permalinks when needed. ( #212 )
2023-01-11 23:39:58 -08:00
Steve Molloy
1bdc2388f1
Add ConnectionStringSectionHandler2 ( #211 )
2023-01-11 23:19:30 -08:00
Steve Molloy
e72f1ea1ad
Try using the current configuration before falling back to ConfigManager when looking for section handler definitions. ( #210 )
2023-01-11 23:16:51 -08:00
Steve Molloy
01ddfc1367
Use default options for Azure clients. ConfigurationClient doesn't accept null. ( #209 )
2023-01-11 23:10:44 -08:00
Steve Molloy
4f96d9e017
Update docs with new 'Get*ClientOptions()' overloads for Azure builders. ( #208 )
2023-01-09 14:18:23 -08:00
Steve Molloy
0309df8f61
Add overload for SecretClientOptions and ConfigurationClientOptions. ( #201 ) ( #207 )
...
Co-authored-by: Benjamin Vanderlinde <benjamin.vanderlinde@unisa.edu.au>
2023-01-09 14:15:11 -08:00
Steve Molloy
7e6c9312d7
Update JSON.Net redirects in SampleWebJob after recent dependabot update ( #203 ).
2023-01-06 16:13:50 -08:00
Steve Molloy
33bb69c649
Fixing tests after renaming KVCB Exception types.
2023-01-06 16:11:53 -08:00
Steve Molloy
bf19d08cda
Add ExpandWrapper sample. ( #206 )
2023-01-06 16:08:05 -08:00
Steve Molloy
89d0e64c8f
Fix retrieval of current value in sample ClientSettingsSectionHandler. ( #205 )
2023-01-05 18:16:43 -08:00
Steve Molloy
a80fdf8341
Cleanup exception type names and visibility. ( #204 )
2023-01-05 17:33:43 -08:00
dependabot[bot]
6ae4682930
Bump Newtonsoft.Json from 12.0.2 to 13.0.2 in /samples/SampleWebJob ( #203 )
...
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json ) from 12.0.2 to 13.0.2.
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases )
- [Commits](https://github.com/JamesNK/Newtonsoft.Json/compare/12.0.2...13.0.2 )
---
updated-dependencies:
- dependency-name: Newtonsoft.Json
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-05 16:22:39 -08:00
Carlos
86f20349e7
Fix link to Intro.md ( #198 )
2023-01-05 15:24:26 -08:00
Steve Molloy
95b93178fd
Fixing link to comment in FAQ
2022-04-01 13:49:44 -07:00
Steve Molloy
93a718d4cf
Fix FAQ formatting
2022-04-01 13:39:43 -07:00
Steve Molloy
a2e73507be
Refresh docs for V3 update. ( #192 )
2022-04-01 13:22:12 -07:00