From 49e3bec7a88c326c2a08284a0bf5e4409c4cabd2 Mon Sep 17 00:00:00 2001 From: avamitay <51705454+avamitay@users.noreply.github.com> Date: Mon, 24 Jun 2019 10:38:45 +0300 Subject: [PATCH 1/3] Changes to the JIT API for Firewall Support --- .../2015-06-01-preview/jitNetworkAccessPolicies.json | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/specification/security/resource-manager/Microsoft.Security/preview/2015-06-01-preview/jitNetworkAccessPolicies.json b/specification/security/resource-manager/Microsoft.Security/preview/2015-06-01-preview/jitNetworkAccessPolicies.json index 914dafb9208a..0b83a0830dc1 100644 --- a/specification/security/resource-manager/Microsoft.Security/preview/2015-06-01-preview/jitNetworkAccessPolicies.json +++ b/specification/security/resource-manager/Microsoft.Security/preview/2015-06-01-preview/jitNetworkAccessPolicies.json @@ -474,7 +474,11 @@ "items": { "$ref": "#/definitions/JitNetworkAccessPortRule" } - } + }, + "publicIpAddress": { + "type": "string", + "description": "Public IP address of the Azure Firewall that is linked to this policy, if applicable" + }, } }, "JitNetworkAccessPortRule": { @@ -641,7 +645,10 @@ } ] } - } + }, + "mappedPort": { + "description": "The port which is mapped to this port's `number` in the Azure Firewall, if applicable" + }, }, "required": [ "endTimeUtc", From 0a90b13aa3eeec05f438be7bbe0eb444a084e789 Mon Sep 17 00:00:00 2001 From: avamitay <51705454+avamitay@users.noreply.github.com> Date: Mon, 24 Jun 2019 11:55:15 +0300 Subject: [PATCH 2/3] Update jitNetworkAccessPolicies.json --- .../2015-06-01-preview/jitNetworkAccessPolicies.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/specification/security/resource-manager/Microsoft.Security/preview/2015-06-01-preview/jitNetworkAccessPolicies.json b/specification/security/resource-manager/Microsoft.Security/preview/2015-06-01-preview/jitNetworkAccessPolicies.json index 0b83a0830dc1..64218cde9197 100644 --- a/specification/security/resource-manager/Microsoft.Security/preview/2015-06-01-preview/jitNetworkAccessPolicies.json +++ b/specification/security/resource-manager/Microsoft.Security/preview/2015-06-01-preview/jitNetworkAccessPolicies.json @@ -478,7 +478,7 @@ "publicIpAddress": { "type": "string", "description": "Public IP address of the Azure Firewall that is linked to this policy, if applicable" - }, + } } }, "JitNetworkAccessPortRule": { @@ -646,9 +646,9 @@ ] } }, - "mappedPort": { + "mappedPort": { "description": "The port which is mapped to this port's `number` in the Azure Firewall, if applicable" - }, + } }, "required": [ "endTimeUtc", From 77db60c613fff13703dc99ca4aaa81bfbd4900ef Mon Sep 17 00:00:00 2001 From: avamitay <51705454+avamitay@users.noreply.github.com> Date: Tue, 25 Jun 2019 15:08:01 +0300 Subject: [PATCH 3/3] Update jitNetworkAccessPolicies.json --- .../preview/2015-06-01-preview/jitNetworkAccessPolicies.json | 1 + 1 file changed, 1 insertion(+) diff --git a/specification/security/resource-manager/Microsoft.Security/preview/2015-06-01-preview/jitNetworkAccessPolicies.json b/specification/security/resource-manager/Microsoft.Security/preview/2015-06-01-preview/jitNetworkAccessPolicies.json index 64218cde9197..a5a4de6c2b4c 100644 --- a/specification/security/resource-manager/Microsoft.Security/preview/2015-06-01-preview/jitNetworkAccessPolicies.json +++ b/specification/security/resource-manager/Microsoft.Security/preview/2015-06-01-preview/jitNetworkAccessPolicies.json @@ -647,6 +647,7 @@ } }, "mappedPort": { + "type": "integer", "description": "The port which is mapped to this port's `number` in the Azure Firewall, if applicable" } },