Skip to content

Commit

Permalink
Update assets.json (Azure#39228)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
mrm9084 and scbedd authored Feb 20, 2025
1 parent 5e64397 commit 74c2b2f
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
3 changes: 2 additions & 1 deletion eng/tox/install_depend_packages.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@
"azure-identity": {"msal": "1.23.0"},
"azure-core-tracing-opentelemetry": {"azure-core": "1.28.0"},
"azure-storage-file-datalake": {"azure-storage-blob": "12.22.0"},
"azure-cosmos": {"azure-core": "1.30.0"}
"azure-cosmos": {"azure-core": "1.30.0"},
"azure-appconfiguration-provider": {"azure-appconfiguration": "1.7.2"},
}

MAXIMUM_VERSION_SPECIFIC_OVERRIDES = {}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@

### Other Changes

* Bumped minimum dependency on `azure-core` to `>=1.30.0`
* Bumped minimum dependency on `azure-appconfiguration` to `>=1.6.1`

## 2.0.0 (2025-01-06)

### Features Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"AssetsRepo": "Azure/azure-sdk-assets",
"AssetsRepoPrefixPath": "python",
"TagPrefix": "python/appconfiguration/azure-appconfiguration-provider",
"Tag": "python/appconfiguration/azure-appconfiguration-provider_c09fc0dba6"
"Tag": "python/appconfiguration/azure-appconfiguration-provider_41f1b04ee9"
}
4 changes: 2 additions & 2 deletions sdk/appconfiguration/azure-appconfiguration-provider/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@
packages=find_packages(exclude=exclude_packages),
python_requires=">=3.6",
install_requires=[
"azure-core>=1.28.0",
"azure-appconfiguration>=1.6.0",
"azure-core>=1.30.0",
"azure-appconfiguration>=1.6.1",
"azure-keyvault-secrets>=4.3.0",
"dnspython>=2.6.1",
],
Expand Down
3 changes: 2 additions & 1 deletion sdk/appconfiguration/test-resources.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@
"name": "[parameters('sku')]"
},
"properties": {
"endpoint": "[variables('endpointValue')]"
"endpoint": "[variables('endpointValue')]",
"disableLocalAuth": true
}
},
{
Expand Down

0 comments on commit 74c2b2f

Please sign in to comment.