Commit 4f2c6cb
authored
[App Config] FeatureFlag (and SecretReference) redesign - version 8.1 (Azure#15193)
Based on option 8 at https://gist.github.com/HarshaNalluru/d4d9aa16c89eaceb50a005df800bf4ea
Sample https://github.com/Azure/azure-sdk-for-js/blob/6723c01b83a888b02c4f6743c33d0d43dc26558e/sdk/appconfiguration/app-configuration/samples-dev/featureFlag.ts
### TODO
- [x] New design for
- [x] feature flag
- [x] secret reference
- [x] Api Report
- [x] update tests for both, and fix playback
- [x] samples for both
- [x] samples-dev
- [x] regenerate docs.microsoft.com samples
- [x] update readmes accordingly
- [x] update react sample
- [x] changelog1 parent 25386e9 commit 4f2c6cb
File tree
32 files changed
+1023
-1262
lines changed- common/config/rush
- sdk/appconfiguration/app-configuration
- recordings/node
- appconfigurationclient__featureflag_featureflag_configuration_setting
- appconfigurationclient__secretreference_secretreference_configuration_setting
- review
- sample-react/src
- components
- utils
- samples-dev
- samples/v1
- javascript
- typescript
- src
- src
- internal
- test
- internal
- public
32 files changed
+1023
-1262
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| 73 | + | |
| 74 | + | |
73 | 75 | | |
74 | 76 | | |
75 | 77 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
6 | 10 | | |
7 | 11 | | |
8 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
| 99 | + | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| |||
Lines changed: 25 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments