You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- !ruby/object:Api::Type::Array
name: 'publicIpAddresses'
description: 'An array of public ip addresses associated with the nat gateway resource.'
required: false
azure_sdk_references: ['/publicIpAddresses', '/properties/publicIpAddresses']
item_type: !ruby/object:Api::Type::NestedObject
properties:
- !ruby/object:Api::Azure::Type::ResourceReference
name: 'id'
description: 'Resource ID.'
required: false
sample_value: /subscriptions/{{ subscription_id }}/resourceGroups/{{ resource_group }}/providers/Microsoft.Network/publicIPAddresses/{{ name }}
resource_type_name: TBD
azure_sdk_references: ['/publicIpAddresses/id', '/properties/publicIpAddresses/id']
This is an array whose item contains only on property of id. What I need is to transform it into an array of id, instead of an array of object who contains only one property of id.
The text was updated successfully, but these errors were encountered:
ArcturusZhang
changed the title
MM should flatten the property in array whose item contains only one property of id
[Feature request] MM should flatten the property in array whose item contains only one property of id
Sep 20, 2019
There is an array has the following schema:
This is an array whose item contains only on property of id. What I need is to transform it into an array of id, instead of an array of object who contains only one property of id.
The text was updated successfully, but these errors were encountered: