pankajastro commented on issue #34820:
URL: https://github.com/apache/airflow/issues/34820#issuecomment-1755764641
> > > @pankajastro I assume this issue is fixed in #34738 ?
> >
> >
> > I removed network_profile in #34738 but just created a separate PR
#34850 to add subnet_ids
>
> Do we also need to add in a virtual network param?
the subnet is something like and can't see specific param for vnet in SDK
```
"subnetIds": [{
"id": "[resourceId('Microsoft.Network/virtualNetworks/subnets',
parameters('vnetName'), parameters('subnetName'))]"
}],
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]