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
54 changes: 54 additions & 0 deletions src/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -41961,6 +41961,60 @@
"version": "0.1.2"
},
"sha256Digest": "a2e4ef513b74c138c3c445c6c494eb9e4677338f53e1b5a634a280b57bd70fc5"
},
{
"downloadUrl": "https://github.com/Azure/partnercenter-cli-extension/releases/download/v0.2.3-alpha/partnercenter-0.2.3-py3-none-any.whl",
"filename": "partnercenter-0.2.3-py3-none-any.whl",
"metadata": {
"azext.isPreview": true,
"azext.minCliCoreVersion": "2.0.67",
"classifiers": [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Intended Audience :: System Administrators",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"License :: OSI Approved :: MIT License"
],
"extensions": {
"python.details": {
"contacts": [
{
"email": "[email protected]",
"name": "Microsoft Corporation",
"role": "author"
}
],
"document_names": {
"description": "DESCRIPTION.rst"
},
"project_urls": {
"Home": "https://github.com/Azure/partnercenter-cli-extension/tree/main/partnercenter"
}
}
},
"extras": [],
"generator": "bdist_wheel (0.30.0)",
"license": "MIT",
"metadata_version": "2.0",
"name": "partnercenter",
"run_requires": [
{
"requires": [
"azure-storage-blob",
"docker",
"pydantic",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @kevinhillinger, please ping the version of "pydantic", it has issues in the recent versions. pydantic/pydantic#6361 (comment)

"requests"
]
}
],
"summary": "Microsoft Azure CLI Extension for Partner Center",
"version": "0.2.3"
},
"sha256Digest": "5e364c5f375e9cdbbd7117c571d45ef434648c0f68b894fd1ebcf6cec26e4798"
}
],
"peering": [
Expand Down
4 changes: 2 additions & 2 deletions src/service_name.json
Original file line number Diff line number Diff line change
Expand Up @@ -706,8 +706,8 @@
},
{
"Command": "az partnercenter",
"AzureServiceName": "Partner Center (Azure Marketplace)",
"URL": "https://github.com/Azure/partnercenter-cli-extension/blob/main/README.md"
"AzureServiceName": "Microsoft Partner Center",
"URL": "https://learn.microsoft.com/en-us/partner-center/"
},
{
"Command": "az billing-benefits",
Expand Down