Commit d96f897
Merge App Config Provider Beta to Main (#38579)
* Revert "Remove Telemetry from main (#37783)" (#37812)
This reverts commit a65dfb2.
* Allocation Id (#37840)
* Adding Telemetry
* Telemetry Support
* fixing formatting
* Update _azureappconfigurationprovider.py
* Update _azureappconfigurationproviderasync.py
* formatting
* changing doc style due to pylint-next
* fixing kwargs docs
* Formatting
* Review comments
* Changed label checking.
* black format changes
* pylint
* Update sdk/appconfiguration/azure-appconfiguration-provider/azure/appconfiguration/provider/_azureappconfigurationprovider.py
Co-authored-by: Avani Gupta <[email protected]>
* added space checks
* Update conftest.py
* moved telemetry to client wrapper
* fixing format
* updating after merge
* fixing black issue
* removing unused imports
* AllocationId
* Update CODEOWNERS
* Update CODEOWNERS
* fixing issues
* Update _client_manager_base.py
* Fixing configuration value empty in calc
* fixing pylint
* Update _constants.py
* review comments
* fixing allocation check
* format fix
---------
Co-authored-by: Avani Gupta <[email protected]>
* Python Provider 2.0.0b2 Changelog update (#37860)
* Update CHANGELOG.md
* Update CHANGELOG.md
* Increment package version after release of azure-appconfiguration-provider (#37877)
* Update _client_manager_base.py (#38019)
* App Config Allocation Id Update (#38065)
* updated calc to sort keys
* Update CHANGELOG.md
* Allocation id update (#38242)
* updated calc to sort keys
* Update CHANGELOG.md
* Update _client_manager_base.py
* Update CHANGELOG.md (#38521)
* Increment package version after release of azure-appconfiguration-provider (#38553)
* Removing Allocation ID (#38555)
* Removing Allocation ID
* Remove constants
* Update _client_manager_base.py
---------
Co-authored-by: Avani Gupta <[email protected]>
Co-authored-by: Azure SDK Bot <[email protected]>1 parent 89a86d7 commit d96f897
File tree
7 files changed
+61
-8
lines changed- .github
- sdk/appconfiguration/azure-appconfiguration-provider
- azure/appconfiguration/provider
- aio
7 files changed
+61
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| |||
Lines changed: 25 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
4 | 24 | | |
5 | 25 | | |
6 | 26 | | |
7 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
8 | 31 | | |
9 | 32 | | |
10 | 33 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
| 166 | + | |
166 | 167 | | |
167 | 168 | | |
168 | 169 | | |
| |||
176 | 177 | | |
177 | 178 | | |
178 | 179 | | |
| 180 | + | |
179 | 181 | | |
180 | 182 | | |
181 | 183 | | |
| |||
Lines changed: 28 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
23 | 28 | | |
24 | 29 | | |
25 | 30 | | |
26 | 31 | | |
27 | 32 | | |
| 33 | + | |
| 34 | + | |
28 | 35 | | |
29 | 36 | | |
30 | 37 | | |
| |||
36 | 43 | | |
37 | 44 | | |
38 | 45 | | |
39 | | - | |
40 | | - | |
| 46 | + | |
41 | 47 | | |
42 | 48 | | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
43 | 68 | | |
44 | 69 | | |
45 | 70 | | |
| |||
sdk/appconfiguration/azure-appconfiguration-provider/azure/appconfiguration/provider/_constants.py
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | 22 | | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
| 168 | + | |
168 | 169 | | |
169 | 170 | | |
170 | 171 | | |
| |||
178 | 179 | | |
179 | 180 | | |
180 | 181 | | |
| 182 | + | |
181 | 183 | | |
182 | 184 | | |
183 | 185 | | |
| |||
0 commit comments