Commit e856faa
Jessli/convert Fix bug (#43557)
* add eval result converter
* Add result converter
* update converter params to optional
* add eval meta data
* fix type
* remove useless file
* get eval meta data as input
* fix build errors
* remove useless import
* resolve comments
* update
* update comments
* fix checker failure
* add error msg and error code
* Surface evaluator error msg
* update UT
* fix usage
* make eval_meta_data optional
* remove useless lines
* update param name to add underscore
* parse updated annotation results
* update trace_id
* expose sample data for sdk evaluators
* update
* Fix column mapping bug for AOAI evaluators with custom data mapping (#43429)
* fix nesting bug for custom data mapping
* address comments
* remove extra code and fix test case
* run formatter
* use dumps
* Modify logic for message body on Microsoft.ApplicationInsights.MessageData to include default message for messages with empty body and export logs (#43091)
* Modify logic in PR (#43060) to include default message for messages with empty body and export logs
* Update CHANGELOG
* Update logic as per updated spec
* Addressed comments
* Set-VcpkgWriteModeCache -- add token timeout param for cmake generate's that exceed 1 hour (this can happen in C++ API View) (#43470)
Co-authored-by: Daniel Jurek <djurek@microsoft.com>
* update
* fix UT
* fix tests
* Added Tests and Samples for Paginated Queries (#43472)
* added tests and samples for paginated queries
* Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* added single partition pagination sample
---------
Co-authored-by: Andrew Mathew <andrewmathew@microsoft.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* [Test Proxy] Support AARCH64 platform (#43428)
* Delete doc/dev/how_to_request_a_feature_in_sdk.md (#43415)
this doc is outdated
* fix test
* [AutoRelease] t2-iothub-2025-10-03-03336(can only be merged by SDK owner) (#43230)
* code and test
* update pyproject.toml
---------
Co-authored-by: azure-sdk <PythonSdkPipelines>
Co-authored-by: ChenxiJiang333 <v-chenjiang@microsoft.com>
* [AutoRelease] t2-redisenterprise-2025-10-17-18412(can only be merged by SDK owner) (#43476)
* code and test
* update changelog
* update changelog
* Update CHANGELOG.md
---------
Co-authored-by: azure-sdk <PythonSdkPipelines>
Co-authored-by: ChenxiJiang333 <v-chenjiang@microsoft.com>
Co-authored-by: ChenxiJiang333 <119990644+ChenxiJiang333@users.noreply.github.com>
* Extend basic test for "project_client.agents" to do more operations (#43516)
* Sync eng/common directory with azure-sdk-tools for PR 12478 (#43457)
* Updated validate pkg template to use packageInfo
* Fixed typo
* Fixed the right variable to use
* output debug log
* Fixed errors in expression evaluation
* removed debug code
* Fixed an issue in pipeline
* Updated condition for variable setting step
* Join paths of the script path
* Use join-path
* return from the function rather than exit
---------
Co-authored-by: ray chen <raychen@microsoft.com>
* Reorder error and warning log line processing (#43456)
Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>
* [App Configuration] - Release 1.7.2 (#43520)
* release 1.7.2
* update change log
* Modify CODEOWNERS for Azure SDK ownership changes (#43524)
Updated CODEOWNERS to reflect new ownership for Azure SDK components.
* Migrate Confidential Ledger library from swagger to typespec codegen (#42664)
* regen
* add default cert endpoint with tsp
* remove refs to old namespace
* update async operation patch
* fix operations patch
* fix header impl
* more header fixes
* revert receipt directory removal
* cspell
* regen certificates under correct namespace
* regen ledger client
* update namespace name
* revert certificate change
* update shared files after regen
* updates
* delete extra files
* cspell
* match return type to current behavior
* cspell
* mypy
* pylint
* update docs
* regen
* regen
* fix patch
* Revert "mypy"
This reverts commit 6351ead.
* add info in tsp_location.yaml
* regen
* update patch files
* update patch files
* fix patch
* update patch files
* regen
* update tsp-location.yaml
* generate certificate client
* update patch files
* fixes
* regen clients
* update pyproject.toml deps
* update assets
* regen
* revert test change
* nit
* fix test input
* regen with new model
* update tests
* update tests
* apiview props
* regen
* update tests
* update assets
* apiview props
* temp relative package updates
* fix name
* fix ledger ci (#43181)
* remove swagger
* remove extra configs
* wip revert package dep temporarily
* update readme
* fix config files
* Revert "wip revert package dep temporarily"
This reverts commit db553c4.
* move tests
* add identity samples
---------
Co-authored-by: catalinaperalta <caperal@microsoft.com>
* rm certificate files
* update changelog
* misc fixes
* update shared reqs
* test
* pylint
---------
Co-authored-by: catalinaperalta <caperal@microsoft.com>
* update scripts (#43527)
Co-authored-by: helen229 <gaoh@microsoft.com>
* [AutoPR azure-mgmt-mongocluster]-generated-from-SDK Generation - Python-5459673 (#43448)
* Configurations: 'specification/mongocluster/resource-manager/Microsoft.DocumentDB/MongoCluster/tspconfig.yaml', API Version: 2025-09-01, SDK Release Type: stable, and CommitSHA: 'c5601446fc65494f18157aecbcc79cebcfbab1fb' in SpecRepo: 'https://github.com/Azure/azure-rest-api-specs' Pipeline run: https://dev.azure.com/azure-sdk/internal/_build/results?buildId=5459673 Refer to https://eng.ms/docs/products/azure-developer-experience/develop/sdk-release/sdk-release-prerequisites to prepare for SDK release.
* update changelog
---------
Co-authored-by: ChenxiJiang333 <v-chenjiang@microsoft.com>
* App Configuration Provider - Key Vault Refresh (#41882)
* Sync refresh changes
* Key Vault Refresh
* adding tests and fixing sync refresh
* Updating Async
* Fixed Async Tests
* Updated tests and change log
* Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Fixing merge issue
* Updating comments
* Updating secret refresh
* Update _azureappconfigurationproviderasync.py
* Fixing Optional Endpoint
* fix mypy issue
* fixing async test
* mixing merge
* fixing test after merge
* Update testcase.py
* Secret Provider Base
* removing unused imports
* updating exception
* updating resolve key vault references
* Review comments
* fixing tests
* tox updates
* Updating Tests
* Updating Async to be the same as sync
* Fixing formatting
* fixing tox and unneeded ""
* fixing tox items
* fix cspell + tests recording
* Update test_async_secret_provider.py
* Post Merge updates
* Move cache to shared code
* removed unneeded disabled
* Update Secret Provider
* Updating usage
* Update assets.json
* Updated to make secret refresh update dictionary
* removing _secret_version_cache
* Update assets.json
* Update _secret_provider_base.py
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Increment package version after release of azure-appconfiguration (#43531)
* Patch `azure-template` back to `green` (#43533)
* Update sdk/template/azure-template/pyproject.toml to use `repository` instead of `source`
* added brackets for sql query keyword value (#43525)
Co-authored-by: Andrew Mathew <andrewmathew@microsoft.com>
* update changelog (#43532)
Co-authored-by: catalinaperalta <caperal@microsoft.com>
* App Config Provider - Provider Refactor (#43196)
* Code Cleanup
* Move validation to shared file
* Updating Header Check
* Update test_azureappconfigurationproviderbase.py
* moved async tests to aio folder
* post merge updates
---------
Co-authored-by: Ethan Winters <etwinter@microsoft.com>
Co-authored-by: rads-1996 <guptaradhika@microsoft.com>
Co-authored-by: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com>
Co-authored-by: Daniel Jurek <djurek@microsoft.com>
Co-authored-by: Andrew Mathew <80082032+andrewmathew1@users.noreply.github.com>
Co-authored-by: Andrew Mathew <andrewmathew@microsoft.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: McCoy Patiño <39780829+mccoyp@users.noreply.github.com>
Co-authored-by: Yuchao Yan <yuchaoyan@microsoft.com>
Co-authored-by: ChenxiJiang333 <v-chenjiang@microsoft.com>
Co-authored-by: ChenxiJiang333 <119990644+ChenxiJiang333@users.noreply.github.com>
Co-authored-by: Darren Cohen <39422044+dargilco@users.noreply.github.com>
Co-authored-by: ray chen <raychen@microsoft.com>
Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>
Co-authored-by: Zhiyuan Liang <141655842+zhiyuanliang-ms@users.noreply.github.com>
Co-authored-by: Matthew Metcalf <mrm9084@gmail.com>
Co-authored-by: catalinaperalta <9859037+catalinaperalta@users.noreply.github.com>
Co-authored-by: catalinaperalta <caperal@microsoft.com>
Co-authored-by: helen229 <gaoh@microsoft.com>
Co-authored-by: Scott Beddall <45376673+scbedd@users.noreply.github.com>1 parent 76b1951 commit e856faa
1 file changed
Lines changed: 126 additions & 1 deletion
Lines changed: 126 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1736 | 1736 | | |
1737 | 1737 | | |
1738 | 1738 | | |
| 1739 | + | |
| 1740 | + | |
1739 | 1741 | | |
1740 | 1742 | | |
1741 | 1743 | | |
| |||
1798 | 1800 | | |
1799 | 1801 | | |
1800 | 1802 | | |
| 1803 | + | |
| 1804 | + | |
| 1805 | + | |
1801 | 1806 | | |
1802 | 1807 | | |
1803 | 1808 | | |
| |||
1809 | 1814 | | |
1810 | 1815 | | |
1811 | 1816 | | |
| 1817 | + | |
| 1818 | + | |
| 1819 | + | |
| 1820 | + | |
| 1821 | + | |
| 1822 | + | |
1812 | 1823 | | |
1813 | 1824 | | |
1814 | 1825 | | |
| |||
1817 | 1828 | | |
1818 | 1829 | | |
1819 | 1830 | | |
| 1831 | + | |
| 1832 | + | |
| 1833 | + | |
1820 | 1834 | | |
1821 | 1835 | | |
1822 | 1836 | | |
1823 | 1837 | | |
1824 | 1838 | | |
1825 | 1839 | | |
| 1840 | + | |
| 1841 | + | |
| 1842 | + | |
1826 | 1843 | | |
1827 | 1844 | | |
1828 | 1845 | | |
1829 | 1846 | | |
1830 | 1847 | | |
1831 | 1848 | | |
| 1849 | + | |
| 1850 | + | |
| 1851 | + | |
1832 | 1852 | | |
1833 | 1853 | | |
1834 | 1854 | | |
| |||
1841 | 1861 | | |
1842 | 1862 | | |
1843 | 1863 | | |
| 1864 | + | |
| 1865 | + | |
| 1866 | + | |
1844 | 1867 | | |
1845 | 1868 | | |
1846 | 1869 | | |
| |||
1853 | 1876 | | |
1854 | 1877 | | |
1855 | 1878 | | |
| 1879 | + | |
| 1880 | + | |
| 1881 | + | |
1856 | 1882 | | |
1857 | 1883 | | |
1858 | 1884 | | |
| |||
1870 | 1896 | | |
1871 | 1897 | | |
1872 | 1898 | | |
| 1899 | + | |
| 1900 | + | |
| 1901 | + | |
1873 | 1902 | | |
1874 | 1903 | | |
1875 | 1904 | | |
| |||
1887 | 1916 | | |
1888 | 1917 | | |
1889 | 1918 | | |
| 1919 | + | |
| 1920 | + | |
| 1921 | + | |
1890 | 1922 | | |
1891 | 1923 | | |
1892 | 1924 | | |
| |||
1901 | 1933 | | |
1902 | 1934 | | |
1903 | 1935 | | |
| 1936 | + | |
| 1937 | + | |
| 1938 | + | |
1904 | 1939 | | |
1905 | 1940 | | |
1906 | 1941 | | |
| |||
1915 | 1950 | | |
1916 | 1951 | | |
1917 | 1952 | | |
| 1953 | + | |
| 1954 | + | |
| 1955 | + | |
1918 | 1956 | | |
1919 | 1957 | | |
1920 | 1958 | | |
| |||
1929 | 1967 | | |
1930 | 1968 | | |
1931 | 1969 | | |
| 1970 | + | |
| 1971 | + | |
| 1972 | + | |
1932 | 1973 | | |
1933 | 1974 | | |
1934 | 1975 | | |
| |||
1970 | 2011 | | |
1971 | 2012 | | |
1972 | 2013 | | |
| 2014 | + | |
| 2015 | + | |
| 2016 | + | |
| 2017 | + | |
| 2018 | + | |
| 2019 | + | |
| 2020 | + | |
| 2021 | + | |
| 2022 | + | |
| 2023 | + | |
| 2024 | + | |
| 2025 | + | |
1973 | 2026 | | |
1974 | 2027 | | |
1975 | 2028 | | |
| |||
2043 | 2096 | | |
2044 | 2097 | | |
2045 | 2098 | | |
| 2099 | + | |
| 2100 | + | |
| 2101 | + | |
| 2102 | + | |
| 2103 | + | |
| 2104 | + | |
| 2105 | + | |
| 2106 | + | |
| 2107 | + | |
| 2108 | + | |
| 2109 | + | |
| 2110 | + | |
| 2111 | + | |
| 2112 | + | |
| 2113 | + | |
| 2114 | + | |
| 2115 | + | |
| 2116 | + | |
| 2117 | + | |
| 2118 | + | |
| 2119 | + | |
| 2120 | + | |
| 2121 | + | |
| 2122 | + | |
| 2123 | + | |
| 2124 | + | |
| 2125 | + | |
| 2126 | + | |
| 2127 | + | |
| 2128 | + | |
| 2129 | + | |
| 2130 | + | |
| 2131 | + | |
| 2132 | + | |
| 2133 | + | |
| 2134 | + | |
| 2135 | + | |
| 2136 | + | |
| 2137 | + | |
| 2138 | + | |
| 2139 | + | |
| 2140 | + | |
| 2141 | + | |
| 2142 | + | |
| 2143 | + | |
| 2144 | + | |
| 2145 | + | |
| 2146 | + | |
| 2147 | + | |
| 2148 | + | |
| 2149 | + | |
| 2150 | + | |
| 2151 | + | |
| 2152 | + | |
| 2153 | + | |
| 2154 | + | |
| 2155 | + | |
| 2156 | + | |
| 2157 | + | |
2046 | 2158 | | |
2047 | 2159 | | |
2048 | 2160 | | |
| |||
2058 | 2170 | | |
2059 | 2171 | | |
2060 | 2172 | | |
| 2173 | + | |
| 2174 | + | |
| 2175 | + | |
| 2176 | + | |
| 2177 | + | |
| 2178 | + | |
| 2179 | + | |
| 2180 | + | |
| 2181 | + | |
| 2182 | + | |
2061 | 2183 | | |
2062 | 2184 | | |
2063 | 2185 | | |
| |||
2124 | 2246 | | |
2125 | 2247 | | |
2126 | 2248 | | |
| 2249 | + | |
| 2250 | + | |
2127 | 2251 | | |
2128 | 2252 | | |
2129 | | - | |
| 2253 | + | |
| 2254 | + | |
2130 | 2255 | | |
2131 | 2256 | | |
2132 | 2257 | | |
| |||
0 commit comments