From 53199d17defa8f2908fcf15fc549b573e0059fb1 Mon Sep 17 00:00:00 2001 From: Sheri Gilley Date: Tue, 16 Oct 2018 16:54:08 -0500 Subject: [PATCH] add delete --- docs/how-to-deploy-to-aci/how-to-deploy-to-aci.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/how-to-deploy-to-aci/how-to-deploy-to-aci.py b/docs/how-to-deploy-to-aci/how-to-deploy-to-aci.py index bd57a98e..0ff289d2 100644 --- a/docs/how-to-deploy-to-aci/how-to-deploy-to-aci.py +++ b/docs/how-to-deploy-to-aci/how-to-deploy-to-aci.py @@ -164,8 +164,9 @@ prediction = service.run(input_data = test_samples) print(prediction) # +# service.delete() - +#