Interface JitNetworkAccessPolicyInitiatePort is missing the property allowedSourceAddressPrefixes #32353
Labels
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
needs-triage
Workflow: This is a new issue that needs to be triaged to the appropriate team.
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Is your feature request related to a problem? Please describe.
The interface
JitNetworkAccessPolicyInitiatePort
is missing the propertyallowedSourceAddressPrefixes
.Currently, it only includes property
allowedSourceAddressPrefix
.Property
allowedSourceAddressPrefixes
definitely exists: Below is the payload when I initiate the JIT policy request from the portal:Describe the solution you'd like
Can you implement the property
allowedSourceAddressPrefixes
in the interfaceJitNetworkAccessPolicyInitiatePort
?Describe alternatives you've considered
Current property
allowedSourceAddressPrefix
does not allow to allow multiple IPs on the same port, while it is perfectly possible from the portal.Additional context
Below is a screenshot when initiating the request from the Azure portal: It will set the property
allowedSourceAddressPrefixes
in the payload.My ask is to allow the same in the SDK
The text was updated successfully, but these errors were encountered: