From 9f1717ae36a955db4c292f0ddebe1422036ae4ea Mon Sep 17 00:00:00 2001 From: Sean Wells Date: Thu, 29 Jul 2021 15:17:15 -0700 Subject: [PATCH 1/2] chore(arcdata): version bump to 1.0.0 (GA) --- src/index.json | 57 +++++++++++++++++++++++++++++++++++++++++++ src/service_name.json | 2 +- 2 files changed, 58 insertions(+), 1 deletion(-) diff --git a/src/index.json b/src/index.json index 3cb4ac12b64..b501977e836 100644 --- a/src/index.json +++ b/src/index.json @@ -4181,6 +4181,63 @@ } ], "arcdata": [ + { + "downloadUrl": "https://azurearcdatacli.blob.core.windows.net/cli-extensions/arcdata-1.0.0-py2.py3-none-any.whl", + "filename": "arcdata-1.0.0-py2.py3-none-any.whl", + "metadata": { + "azext.isExperimental": false, + "azext.minCliCoreVersion": "2.3.1", + "classifiers": [ + "Development Status :: 1 - Beta", + "Intended Audience :: Developers", + "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": "dpgswdist@microsoft.com", + "name": "Microsoft Corporation", + "role": "author" + } + ], + "document_names": { + "description": "DESCRIPTION.rst" + }, + "project_urls": { + "Home": "https://docs.microsoft.com/en-us/azure/azure-arc/data/" + } + } + }, + "extras": [], + "generator": "bdist_wheel (0.30.0)", + "license": "MIT", + "license_file": "LICENSE", + "metadata_version": "2.0", + "name": "arcdata", + "run_requires": [ + { + "requires": [ + "jinja2 (==2.10.3)", + "jsonpatch (==1.24)", + "jsonpath-ng (==1.4.3)", + "jsonschema (==3.2.0)", + "kubernetes (==12.0.1)", + "ndjson (==0.3.1)", + "pydash (==4.8.0)" + ] + } + ], + "summary": "Tools for managing ArcData.", + "version": "1.0.0" + }, + "sha256Digest": "4045fabe61c0287003a4626d0f8d27c2839b3575a63ce2bdfe57ed214171acf8" + }, { "downloadUrl": "https://azurearcdatacli.blob.core.windows.net/cli-extensions/arcdata-0.0.2-py2.py3-none-any.whl", "filename": "arcdata-0.0.2-py2.py3-none-any.whl", diff --git a/src/service_name.json b/src/service_name.json index dbf56710844..fd10f935ad6 100644 --- a/src/service_name.json +++ b/src/service_name.json @@ -437,7 +437,7 @@ { "Command": "az arcdata", "AzureServiceName": "Azure Data Services", - "URL": "https://docs.microsoft.com/en-us/sql/sql-server/azure-arc/overview?view=sql-server-ver15" + "URL": "https://docs.microsoft.com/en-us/azure/azure-arc/data/" }, { "Command": "az vm-repair", From dd7399d9c9951143d1f387a7d40b6e8e55f94aeb Mon Sep 17 00:00:00 2001 From: Sean Wells Date: Thu, 29 Jul 2021 20:06:45 -0700 Subject: [PATCH 2/2] chore(arcdata): version bump to 1.0.0 (GA) --- src/index.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.json b/src/index.json index b501977e836..e70ec813320 100644 --- a/src/index.json +++ b/src/index.json @@ -4229,6 +4229,7 @@ "jsonschema (==3.2.0)", "kubernetes (==12.0.1)", "ndjson (==0.3.1)", + "pem (==21.2.0)", "pydash (==4.8.0)" ] }