Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
| `@autorest/core` | `3.8.1` |
| `@autorest/modelerfour` | `4.23.5` |
| `azure-core` dep of generated code | `1.24.0` |
| `msrest` dep of generated code | `0.7.1` |
| `azure-mgmt-core` dep of generated code (If generating mgmt plane code) | `1.3.0` |

**Breaking Changes**
Expand Down
2 changes: 1 addition & 1 deletion autorest/codegen/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def _build_package_dependency() -> Dict[str, str]:
return {
"dependency_azure_mgmt_core": "azure-mgmt-core<2.0.0,>=1.3.0",
"dependency_azure_core": "azure-core<2.0.0,>=1.24.0",
"dependency_msrest": "msrest>=0.7.0",
"dependency_msrest": "msrest>=0.7.1",
}

def _create_code_model(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
packages=find_packages(),
include_package_data=True,
install_requires=[
"msrest>=0.7.0",
"msrest>=0.7.1",
"azure-core<2.0.0,>=1.24.0",
],
long_description="""\
Expand Down
2 changes: 1 addition & 1 deletion docs/samples/specification/basic/generated/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
packages=find_packages(),
include_package_data=True,
install_requires=[
"msrest>=0.7.0",
"msrest>=0.7.1",
"azure-core<2.0.0,>=1.24.0",
],
long_description="""\
Expand Down
2 changes: 1 addition & 1 deletion docs/samples/specification/directives/generated/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
packages=find_packages(),
include_package_data=True,
install_requires=[
"msrest>=0.7.0",
"msrest>=0.7.1",
"azure-core<2.0.0,>=1.24.0",
],
long_description="""\
Expand Down
2 changes: 1 addition & 1 deletion docs/samples/specification/management/generated/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
packages=find_packages(),
include_package_data=True,
install_requires=[
"msrest>=0.7.0",
"msrest>=0.7.1",
"azure-mgmt-core<2.0.0,>=1.3.0",
],
long_description="""\
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
packages=find_packages(),
include_package_data=True,
install_requires=[
"msrest>=0.7.0",
"msrest>=0.7.1",
"azure-core<2.0.0,>=1.24.0",
],
long_description="""\
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
packages=find_packages(),
include_package_data=True,
install_requires=[
"msrest>=0.7.0",
"msrest>=0.7.1",
"azure-core<2.0.0,>=1.24.0",
],
long_description="""\
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
packages=find_packages(),
include_package_data=True,
install_requires=[
"msrest>=0.7.0",
"msrest>=0.7.1",
"azure-core<2.0.0,>=1.24.0",
],
long_description="""\
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
packages=find_packages(),
include_package_data=True,
install_requires=[
"msrest>=0.7.0",
"msrest>=0.7.1",
"azure-mgmt-core<2.0.0,>=1.3.0",
],
long_description="""\
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
packages=find_packages(),
include_package_data=True,
install_requires=[
"msrest>=0.7.0",
"msrest>=0.7.1",
"azure-core<2.0.0,>=1.24.0",
],
long_description="""\
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
packages=find_packages(),
include_package_data=True,
install_requires=[
"msrest>=0.7.0",
"msrest>=0.7.1",
"azure-mgmt-core<2.0.0,>=1.3.0",
],
long_description="""\
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
packages=find_packages(),
include_package_data=True,
install_requires=[
"msrest>=0.7.0",
"msrest>=0.7.1",
"azure-core<2.0.0,>=1.24.0",
],
long_description="""\
Expand Down
2 changes: 1 addition & 1 deletion test/azure/legacy/Expected/AcceptanceTests/Head/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
packages=find_packages(),
include_package_data=True,
install_requires=[
"msrest>=0.7.0",
"msrest>=0.7.1",
"azure-mgmt-core<2.0.0,>=1.3.0",
],
long_description="""\
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
packages=find_packages(),
include_package_data=True,
install_requires=[
"msrest>=0.7.0",
"msrest>=0.7.1",
"azure-mgmt-core<2.0.0,>=1.3.0",
],
long_description="""\
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
packages=find_packages(),
include_package_data=True,
install_requires=[
"msrest>=0.7.0",
"msrest>=0.7.1",
"azure-mgmt-core<2.0.0,>=1.3.0",
],
long_description="""\
Expand Down
2 changes: 1 addition & 1 deletion test/azure/legacy/Expected/AcceptanceTests/Lro/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
packages=find_packages(),
include_package_data=True,
install_requires=[
"msrest>=0.7.0",
"msrest>=0.7.1",
"azure-mgmt-core<2.0.0,>=1.3.0",
],
long_description="""\
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
packages=find_packages(),
include_package_data=True,
install_requires=[
"msrest>=0.7.0",
"msrest>=0.7.1",
"azure-core<2.0.0,>=1.24.0",
],
long_description="""\
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"pytyped": ["py.typed"],
},
install_requires=[
"msrest>=0.7.0",
"msrest>=0.7.1",
"azure-mgmt-core<2.0.0,>=1.3.0",
],
python_requires=">=3.6",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"pytyped": ["py.typed"],
},
install_requires=[
"msrest>=0.7.0",
"msrest>=0.7.1",
"azure-mgmt-core<2.0.0,>=1.3.0",
],
python_requires=">=3.6",
Expand Down
2 changes: 1 addition & 1 deletion test/azure/legacy/Expected/AcceptanceTests/Paging/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
packages=find_packages(),
include_package_data=True,
install_requires=[
"msrest>=0.7.0",
"msrest>=0.7.1",
"azure-core<2.0.0,>=1.24.0",
],
long_description="""\
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
packages=find_packages(),
include_package_data=True,
install_requires=[
"msrest>=0.7.0",
"msrest>=0.7.1",
"azure-mgmt-core<2.0.0,>=1.3.0",
],
long_description="""\
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
packages=find_packages(),
include_package_data=True,
install_requires=[
"msrest>=0.7.0",
"msrest>=0.7.1",
"azure-mgmt-core<2.0.0,>=1.3.0",
],
long_description="""\
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
packages=find_packages(),
include_package_data=True,
install_requires=[
"msrest>=0.7.0",
"msrest>=0.7.1",
"azure-mgmt-core<2.0.0,>=1.3.0",
],
long_description="""\
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
packages=find_packages(),
include_package_data=True,
install_requires=[
"msrest>=0.7.0",
"msrest>=0.7.1",
"azure-mgmt-core<2.0.0,>=1.3.0",
],
long_description="""\
Expand Down
2 changes: 1 addition & 1 deletion test/azure/legacy/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pytest-asyncio==0.14.0;python_full_version>="3.5.2"
async_generator;python_full_version>="3.5.2"
azure-core==1.24.0
azure-mgmt-core==1.3.0
msrest==0.7.0
msrest==0.7.1
-e ./Expected/AcceptanceTests/AzureBodyDuration
-e ./Expected/AcceptanceTests/AzureParameterGrouping
-e ./Expected/AcceptanceTests/AzureReport
Expand Down
2 changes: 1 addition & 1 deletion test/azure/low-level/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pytest-asyncio==0.14.0;python_full_version>="3.5.2"
async_generator;python_full_version>="3.5.2"
azure-core==1.24.0
azure-mgmt-core==1.3.0
msrest==0.7.0
msrest==0.7.1
-e ./Expected/AcceptanceTests/AzureBodyDurationLowLevel
-e ./Expected/AcceptanceTests/AzureParameterGroupingLowLevel
-e ./Expected/AcceptanceTests/AzureReportLowLevel
Expand Down
2 changes: 1 addition & 1 deletion test/multiapi/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
aiohttp; python_full_version >= '3.5.2'
azure-common
msrest==0.7.0
msrest==0.7.1
azure-core==1.24.0
azure-mgmt-core==1.3.0
pytest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
packages=find_packages(),
include_package_data=True,
install_requires=[
"msrest>=0.7.0",
"msrest>=0.7.1",
"azure-core<2.0.0,>=1.24.0",
],
long_description="""\
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
packages=find_packages(),
include_package_data=True,
install_requires=[
"msrest>=0.7.0",
"msrest>=0.7.1",
"azure-core<2.0.0,>=1.24.0",
],
long_description="""\
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
packages=find_packages(),
include_package_data=True,
install_requires=[
"msrest>=0.7.0",
"msrest>=0.7.1",
"azure-core<2.0.0,>=1.24.0",
],
long_description="""\
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
packages=find_packages(),
include_package_data=True,
install_requires=[
"msrest>=0.7.0",
"msrest>=0.7.1",
"azure-core<2.0.0,>=1.24.0",
],
long_description="""\
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
packages=find_packages(),
include_package_data=True,
install_requires=[
"msrest>=0.7.0",
"msrest>=0.7.1",
"azure-core<2.0.0,>=1.24.0",
],
long_description="""\
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
packages=find_packages(),
include_package_data=True,
install_requires=[
"msrest>=0.7.0",
"msrest>=0.7.1",
"azure-core<2.0.0,>=1.24.0",
],
long_description="""\
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
packages=find_packages(),
include_package_data=True,
install_requires=[
"msrest>=0.7.0",
"msrest>=0.7.1",
"azure-core<2.0.0,>=1.24.0",
],
long_description="""\
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
packages=find_packages(),
include_package_data=True,
install_requires=[
"msrest>=0.7.0",
"msrest>=0.7.1",
"azure-core<2.0.0,>=1.24.0",
],
long_description="""\
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
packages=find_packages(),
include_package_data=True,
install_requires=[
"msrest>=0.7.0",
"msrest>=0.7.1",
"azure-core<2.0.0,>=1.24.0",
],
long_description="""\
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
packages=find_packages(),
include_package_data=True,
install_requires=[
"msrest>=0.7.0",
"msrest>=0.7.1",
"azure-core<2.0.0,>=1.24.0",
],
long_description="""\
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
packages=find_packages(),
include_package_data=True,
install_requires=[
"msrest>=0.7.0",
"msrest>=0.7.1",
"azure-core<2.0.0,>=1.24.0",
],
long_description="""\
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
packages=find_packages(),
include_package_data=True,
install_requires=[
"msrest>=0.7.0",
"msrest>=0.7.1",
"azure-core<2.0.0,>=1.24.0",
],
long_description="""\
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
packages=find_packages(),
include_package_data=True,
install_requires=[
"msrest>=0.7.0",
"msrest>=0.7.1",
"azure-core<2.0.0,>=1.24.0",
],
long_description="""\
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
packages=find_packages(),
include_package_data=True,
install_requires=[
"msrest>=0.7.0",
"msrest>=0.7.1",
"azure-core<2.0.0,>=1.24.0",
],
long_description="""\
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
packages=find_packages(),
include_package_data=True,
install_requires=[
"msrest>=0.7.0",
"msrest>=0.7.1",
"azure-core<2.0.0,>=1.24.0",
],
long_description="""\
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
packages=find_packages(),
include_package_data=True,
install_requires=[
"msrest>=0.7.0",
"msrest>=0.7.1",
"azure-core<2.0.0,>=1.24.0",
],
long_description="""\
Expand Down
Loading