From 51af06aaa7d2b74308870fe01a6bdd8d48805b56 Mon Sep 17 00:00:00 2001 From: Hong Ooi Date: Fri, 15 May 2020 09:03:20 +1000 Subject: [PATCH] bump ver no for release --- DESCRIPTION | 2 +- NEWS.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 365dd5e..45cf174 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: AzureRMR Title: Interface to 'Azure Resource Manager' -Version: 2.3.2.9000 +Version: 2.3.3 Authors@R: c( person("Hong", "Ooi", , "hongooi@microsoft.com", role = c("aut", "cre")), person("Microsoft", role="cph") diff --git a/NEWS.md b/NEWS.md index 15779b2..a0e57ca 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# AzureRMR 2.3.2.9000 +# AzureRMR 2.3.3 - Allow for extra resource type-specific fields beyond those mentioned in the Resource Manager documentation. In particular, virtual machines and managed disks may have a `zones` field containing the availability zones.