Skip to content

Commit

Permalink
NFSAAS-2316 Update to R4 RP standard (#49) (#800)
Browse files Browse the repository at this point in the history
* NFSAAS-2316 udpate to R4 RP standard (#49)

And fix merge issues from previous PR

* NFSAAS-2316 Update to R4 RP standard (#50)

* NFSAAS-2316 udpate to R4 RP standard
And fix merge issues from previous PR

* NFSAAS-2316 Update to R4 RP standard
  • Loading branch information
leonardbf authored and tjprescott committed Jun 20, 2019
1 parent 5b7563d commit 8a21d6d
Show file tree
Hide file tree
Showing 22 changed files with 4,557 additions and 3,241 deletions.
56 changes: 56 additions & 0 deletions src/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -1454,6 +1454,62 @@
"sha256Digest": "c5b7ef47d8db578920bcbda371a47edd19f8f681088823c2622dcb9332417587"
}
],
"netappfiles-preview": [
{
"downloadUrl": "https://anfclipython.blob.core.windows.net/cli-extensions/netappfiles_preview-0.3.1-py2.py3-none-any.whl",
"filename": "netappfiles_preview-0.3.1-py2.py3-none-any.whl",
"metadata": {
"azext.isPreview": true,
"azext.maxCliCoreVersion": "2.0.66",
"azext.minCliCoreVersion": "2.0.56",
"classifiers": [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Intended Audience :: System Administrators",
"Programming Language :: Python",
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"License :: OSI Approved :: MIT License"
],
"extensions": {
"python.details": {
"contacts": [
{
"email": "azpycli@microsoft.com",
"name": "Microsoft Corporation",
"role": "author"
}
],
"document_names": {
"description": "DESCRIPTION.rst"
},
"project_urls": {
"Home": "https://github.com/Azure/azure-cli-extensions/tree/master/src/netappfiles-preview"
}
}
},
"extras": [],
"generator": "bdist_wheel (0.30.0)",
"license": "MIT",
"metadata_version": "2.0",
"name": "netappfiles-preview",
"run_requires": [
{
"requires": [
"msrest"
]
}
],
"summary": "Provides a preview for upcoming Azure NetApp Files (ANF) features.",
"version": "0.3.1"
},
"sha256Digest": "db90a0d57629d4b02e936bec227c9098042969b7f6edd5407f6779b01a60412e"
}
],
"privatedns": [
{
"downloadUrl": "https://privatednscliextension.blob.core.windows.net/privatednscliextension/privatedns-0.1.0-py2.py3-none-any.whl",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ def __init__(self, cli_ctx=None):
from azure.cli.core.commands import CliCommandType
netapp_custom = CliCommandType(operations_tmpl='azext_netappfiles_preview.custom#{}')
super(NetAppExtensionCommandsLoader, self).__init__(cli_ctx=cli_ctx,
min_profile='2017-03-10-profile',
custom_command_type=netapp_custom)

def load_command_table(self, args):
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"azext.maxCliCoreVersion": "2.0.66",
"azext.minCliCoreVersion": "2.0.56",
"azext.isPreview": true
}

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
interactions:
- request:
body: !!python/unicode '{"location": "westus", "tags": {"date": "2019-05-27T21:10:54Z",
body: !!python/unicode '{"location": "westus", "tags": {"date": "2019-06-17T09:01:38Z",
"product": "azurecli", "cause": "automation"}}'
headers:
Accept:
Expand All @@ -18,15 +18,15 @@ interactions:
ParameterSetName:
- --location --name --tag
User-Agent:
- python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.6 msrest_azure/0.4.34
resourcemanagementclient/2.1.0 Azure-SDK-For-Python AZURECLI/2.0.56
- python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.7 msrest_azure/0.6.1
resourcemanagementclient/2.1.0 Azure-SDK-For-Python AZURECLI/2.0.66
accept-language:
- en-US
method: PUT
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_tests_rg_000001?api-version=2018-05-01
response:
body:
string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_tests_rg_000001","name":"cli_tests_rg_000001","location":"westus","tags":{"date":"2019-05-27T21:10:54Z","product":"azurecli","cause":"automation"},"properties":{"provisioningState":"Succeeded"}}'
string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_tests_rg_000001","name":"cli_tests_rg_000001","location":"westus","tags":{"date":"2019-06-17T09:01:38Z","product":"azurecli","cause":"automation"},"properties":{"provisioningState":"Succeeded"}}'
headers:
cache-control:
- no-cache
Expand All @@ -35,7 +35,7 @@ interactions:
content-type:
- application/json; charset=utf-8
date:
- Mon, 27 May 2019 21:10:57 GMT
- Mon, 17 Jun 2019 09:01:44 GMT
expires:
- '-1'
pragma:
Expand Down Expand Up @@ -67,30 +67,30 @@ interactions:
ParameterSetName:
- -g -a -l
User-Agent:
- python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.6 msrest_azure/0.4.34
azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python AZURECLI/2.0.56
- python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.7 msrest_azure/0.6.1
azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python AZURECLI/2.0.66
accept-language:
- en-US
method: PUT
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_tests_rg_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002?api-version=2019-05-01
response:
body:
string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_tests_rg_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002","name":"cli000002","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2019-05-27T21%3A11%3A01.3320943Z''\"","location":"westus2","properties":{"provisioningState":"Succeeded","name":"cli000002"}}'
string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_tests_rg_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002","name":"cli000002","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2019-06-17T09%3A01%3A50.7596705Z''\"","location":"westus2","properties":{"provisioningState":"Succeeded","name":"cli000002"}}'
headers:
access-control-expose-headers:
- Request-Context
azure-asyncoperation:
- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7e29013d-5af3-4edd-b2fa-8e8d8787f96b?api-version=2019-05-01
- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bac4ebad-0ca9-45a7-99c7-1b03e9e60e2c?api-version=2019-05-01
cache-control:
- no-cache
content-length:
- '453'
content-type:
- application/json; charset=utf-8
date:
- Mon, 27 May 2019 21:11:01 GMT
- Mon, 17 Jun 2019 09:01:50 GMT
etag:
- W/"datetime'2019-05-27T21%3A11%3A01.3320943Z'"
- W/"datetime'2019-06-17T09%3A01%3A50.7596705Z'"
expires:
- '-1'
pragma:
Expand Down Expand Up @@ -124,24 +124,24 @@ interactions:
ParameterSetName:
- -g -a -l
User-Agent:
- python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.6 msrest_azure/0.4.34
azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python AZURECLI/2.0.56
- python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.7 msrest_azure/0.6.1
azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python AZURECLI/2.0.66
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7e29013d-5af3-4edd-b2fa-8e8d8787f96b?api-version=2019-05-01
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bac4ebad-0ca9-45a7-99c7-1b03e9e60e2c?api-version=2019-05-01
response:
body:
string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/7e29013d-5af3-4edd-b2fa-8e8d8787f96b","name":"7e29013d-5af3-4edd-b2fa-8e8d8787f96b","status":"Succeeded","startTime":"2019-05-27T21:11:01.2787642Z","endTime":"2019-05-27T21:11:01.356893Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_tests_rg_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002"}}'
string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/westus2/operationResults/bac4ebad-0ca9-45a7-99c7-1b03e9e60e2c","name":"bac4ebad-0ca9-45a7-99c7-1b03e9e60e2c","status":"Succeeded","startTime":"2019-06-17T09:01:50.6658852Z","endTime":"2019-06-17T09:01:50.7908491Z","percentComplete":100.0,"properties":{"resourceName":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_tests_rg_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002"}}'
headers:
access-control-expose-headers:
- Request-Context
cache-control:
- no-cache
content-length:
- '575'
- '576'
content-type:
- application/json; charset=utf-8
date:
- Mon, 27 May 2019 21:11:32 GMT
- Mon, 17 Jun 2019 09:02:23 GMT
expires:
- '-1'
pragma:
Expand Down Expand Up @@ -177,13 +177,13 @@ interactions:
ParameterSetName:
- -g -a -l
User-Agent:
- python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.6 msrest_azure/0.4.34
azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python AZURECLI/2.0.56
- python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.7 msrest_azure/0.6.1
azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python AZURECLI/2.0.66
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_tests_rg_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002?api-version=2019-05-01
response:
body:
string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_tests_rg_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002","name":"cli000002","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2019-05-27T21%3A11%3A01.4081475Z''\"","location":"westus2","properties":{"provisioningState":"Succeeded","name":"cli000002"}}'
string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_tests_rg_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002","name":"cli000002","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2019-06-17T09%3A01%3A50.8377264Z''\"","location":"westus2","properties":{"provisioningState":"Succeeded","name":"cli000002"}}'
headers:
access-control-expose-headers:
- Request-Context
Expand All @@ -194,9 +194,9 @@ interactions:
content-type:
- application/json; charset=utf-8
date:
- Mon, 27 May 2019 21:11:34 GMT
- Mon, 17 Jun 2019 09:02:26 GMT
etag:
- W/"datetime'2019-05-27T21%3A11%3A01.4081475Z'"
- W/"datetime'2019-06-17T09%3A01%3A50.8377264Z'"
expires:
- '-1'
pragma:
Expand Down Expand Up @@ -232,15 +232,15 @@ interactions:
ParameterSetName:
- --resource-group -a
User-Agent:
- python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.6 msrest_azure/0.4.34
azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python AZURECLI/2.0.56
- python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.7 msrest_azure/0.6.1
azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python AZURECLI/2.0.66
accept-language:
- en-US
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_tests_rg_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002?api-version=2019-05-01
response:
body:
string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_tests_rg_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002","name":"cli000002","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2019-05-27T21%3A11%3A01.4081475Z''\"","location":"westus2","properties":{"provisioningState":"Succeeded","name":"cli000002"}}'
string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_tests_rg_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002","name":"cli000002","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2019-06-17T09%3A01%3A50.8377264Z''\"","location":"westus2","properties":{"provisioningState":"Succeeded","name":"cli000002"}}'
headers:
access-control-expose-headers:
- Request-Context
Expand All @@ -251,9 +251,9 @@ interactions:
content-type:
- application/json; charset=utf-8
date:
- Mon, 27 May 2019 21:11:35 GMT
- Mon, 17 Jun 2019 09:02:28 GMT
etag:
- W/"datetime'2019-05-27T21%3A11%3A01.4081475Z'"
- W/"datetime'2019-06-17T09%3A01%3A50.8377264Z'"
expires:
- '-1'
pragma:
Expand Down Expand Up @@ -289,15 +289,15 @@ interactions:
ParameterSetName:
- --ids
User-Agent:
- python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.6 msrest_azure/0.4.34
azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python AZURECLI/2.0.56
- python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.7 msrest_azure/0.6.1
azure-mgmt-netapp/0.4.0 Azure-SDK-For-Python AZURECLI/2.0.66
accept-language:
- en-US
method: GET
uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_tests_rg_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002?api-version=2019-05-01
response:
body:
string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_tests_rg_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002","name":"cli000002","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2019-05-27T21%3A11%3A01.4081475Z''\"","location":"westus2","properties":{"provisioningState":"Succeeded","name":"cli000002"}}'
string: !!python/unicode '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_tests_rg_000001/providers/Microsoft.NetApp/netAppAccounts/cli000002","name":"cli000002","type":"Microsoft.NetApp/netAppAccounts","etag":"W/\"datetime''2019-06-17T09%3A01%3A50.8377264Z''\"","location":"westus2","properties":{"provisioningState":"Succeeded","name":"cli000002"}}'
headers:
access-control-expose-headers:
- Request-Context
Expand All @@ -308,9 +308,9 @@ interactions:
content-type:
- application/json; charset=utf-8
date:
- Mon, 27 May 2019 21:11:41 GMT
- Mon, 17 Jun 2019 09:02:30 GMT
etag:
- W/"datetime'2019-05-27T21%3A11%3A01.4081475Z'"
- W/"datetime'2019-06-17T09%3A01%3A50.8377264Z'"
expires:
- '-1'
pragma:
Expand Down Expand Up @@ -348,8 +348,8 @@ interactions:
ParameterSetName:
- --name --yes --no-wait
User-Agent:
- python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.6 msrest_azure/0.4.34
resourcemanagementclient/2.1.0 Azure-SDK-For-Python AZURECLI/2.0.56
- python/2.7.10 (Darwin-16.7.0-x86_64-i386-64bit) msrest/0.6.7 msrest_azure/0.6.1
resourcemanagementclient/2.1.0 Azure-SDK-For-Python AZURECLI/2.0.66
accept-language:
- en-US
method: DELETE
Expand All @@ -363,19 +363,19 @@ interactions:
content-length:
- '0'
date:
- Mon, 27 May 2019 21:11:45 GMT
- Mon, 17 Jun 2019 09:02:35 GMT
expires:
- '-1'
location:
- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTEk6NUZURVNUUzo1RlJHOjVGR0RZRTRBRTZCM0w0QVpRVUxZVUdBTlJGWjVNT3wwRjcyOUIwQjMzN0IxRUZGLVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2018-05-01
- https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1DTEk6NUZURVNUUzo1RlJHOjVGNFlUSFVDRzdXUFlRTDJZSzVORE9UVFE1WEFYUHxEOTQxODU2NTQyQ0ZGNTNELVdFU1RVUyIsImpvYkxvY2F0aW9uIjoid2VzdHVzIn0?api-version=2018-05-01
pragma:
- no-cache
strict-transport-security:
- max-age=31536000; includeSubDomains
x-content-type-options:
- nosniff
x-ms-ratelimit-remaining-subscription-deletes:
- '14999'
- '14998'
status:
code: 202
message: Accepted
Expand Down
Loading

0 comments on commit 8a21d6d

Please sign in to comment.