Skip to content

Commit 74c2b2f

Browse files
mrm9084scbedd
andauthored
Update assets.json (Azure#39228)
* Update assets.json * merge main, update assets.json, update test-resources.json to remove local auth * Update recordings * Update assets.json * Update install_depend_packages.py * bump version of azure-core --------- Co-authored-by: Scott Beddall <[email protected]>
1 parent 5e64397 commit 74c2b2f

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed

eng/tox/install_depend_packages.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@
6060
"azure-identity": {"msal": "1.23.0"},
6161
"azure-core-tracing-opentelemetry": {"azure-core": "1.28.0"},
6262
"azure-storage-file-datalake": {"azure-storage-blob": "12.22.0"},
63-
"azure-cosmos": {"azure-core": "1.30.0"}
63+
"azure-cosmos": {"azure-core": "1.30.0"},
64+
"azure-appconfiguration-provider": {"azure-appconfiguration": "1.7.2"},
6465
}
6566

6667
MAXIMUM_VERSION_SPECIFIC_OVERRIDES = {}

sdk/appconfiguration/azure-appconfiguration-provider/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010

1111
### Other Changes
1212

13+
* Bumped minimum dependency on `azure-core` to `>=1.30.0`
14+
* Bumped minimum dependency on `azure-appconfiguration` to `>=1.6.1`
15+
1316
## 2.0.0 (2025-01-06)
1417

1518
### Features Added

sdk/appconfiguration/azure-appconfiguration-provider/assets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"AssetsRepo": "Azure/azure-sdk-assets",
33
"AssetsRepoPrefixPath": "python",
44
"TagPrefix": "python/appconfiguration/azure-appconfiguration-provider",
5-
"Tag": "python/appconfiguration/azure-appconfiguration-provider_c09fc0dba6"
5+
"Tag": "python/appconfiguration/azure-appconfiguration-provider_41f1b04ee9"
66
}

sdk/appconfiguration/azure-appconfiguration-provider/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@
7272
packages=find_packages(exclude=exclude_packages),
7373
python_requires=">=3.6",
7474
install_requires=[
75-
"azure-core>=1.28.0",
76-
"azure-appconfiguration>=1.6.0",
75+
"azure-core>=1.30.0",
76+
"azure-appconfiguration>=1.6.1",
7777
"azure-keyvault-secrets>=4.3.0",
7878
"dnspython>=2.6.1",
7979
],

sdk/appconfiguration/test-resources.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@
7272
"name": "[parameters('sku')]"
7373
},
7474
"properties": {
75-
"endpoint": "[variables('endpointValue')]"
75+
"endpoint": "[variables('endpointValue')]",
76+
"disableLocalAuth": true
7677
}
7778
},
7879
{

0 commit comments

Comments
 (0)