Dave Deemer
Dave Deemer
Any thoughts about this? Is there additional information that I can provide to help describe what I'm running into?
@Fred-sun Appreciate you taking a look at this, thank you! That is the challenge I've bumped into. The invocation uses the _expected_ subscription id (dde8******) yet the state is actually...
I'll dig around more on my side. Both a co-worker and I have bumped into this but maybe I've got something not quite right with the code, the example or...
@Fred-sun An interesting item that I observed is that setting the subscription_id for the route table dict in the example vNet group vars, then building the subnet yields the expected...
@Fred-sun Understood. The interesting thing is that the subscription_id defined for the subnet isn't being used for the route table reference in this case. Instead, it is using the subscription_id...
Here are a few observations from the code: * [Here is where the route table dict is inspected](https://github.com/ansible-collections/azure/blob/444c1918a0b4ad8c7ce745c82997ab150aff6264/plugins/modules/azure_rm_subnet.py#L461) * [In the code that parses the input](https://github.com/ansible-collections/azure/blob/444c1918a0b4ad8c7ce745c82997ab150aff6264/plugins/module_utils/azure_rm_common.py#L606) is where I believe...
Has anyone found a workaround for this? Open issue for nearly a year, just bumped into it while experimenting with an Event Grid Trigger. Same behavior as initially reported where...
It does not appear that there has been any recent movement on this feature request. Is there an updated planned release date for the PoC? Or, perhaps, an image build...
@simar7 A little of both in our Organization (cloud infra and bare-metal). My team focuses on cloud infra of which we only have a few repos where we use Ansible....