Skip to content

Commit

Permalink
flatten nested properties
Browse files Browse the repository at this point in the history
  • Loading branch information
forteddyt committed Jan 22, 2021
1 parent 805ab77 commit b5b7671
Showing 1 changed file with 32 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5393,7 +5393,8 @@
"type": "object",
"additionalProperties": {
"type": "string"
}
},
"x-ms-client-flatten": true
},
"modelReference": {
"$ref": "#/definitions/AssetReferenceBase"
Expand Down Expand Up @@ -5538,7 +5539,8 @@
"type": "object",
"additionalProperties": {
"type": "string"
}
},
"x-ms-client-flatten": true
},
"trafficRules": {
"description": "Traffic rules on how the traffic will be routed across deployments.",
Expand Down Expand Up @@ -5870,7 +5872,8 @@
"x-ms-mutability": [
"create",
"read"
]
],
"x-ms-client-flatten": true
}
},
"additionalProperties": false
Expand Down Expand Up @@ -5931,7 +5934,8 @@
"type": "object",
"additionalProperties": {
"type": "string"
}
},
"x-ms-client-flatten": true
},
"tags": {
"type": "object",
Expand Down Expand Up @@ -6021,7 +6025,8 @@
"type": "object",
"additionalProperties": {
"type": "string"
}
},
"x-ms-client-flatten": true
}
},
"additionalProperties": false
Expand Down Expand Up @@ -6082,7 +6087,8 @@
"type": "object",
"additionalProperties": {
"type": "string"
}
},
"x-ms-client-flatten": true
},
"tags": {
"type": "object",
Expand Down Expand Up @@ -6689,7 +6695,8 @@
"type": "object",
"additionalProperties": {
"type": "string"
}
},
"x-ms-client-flatten": true
},
"description": {
"description": "The asset description text.",
Expand Down Expand Up @@ -6793,7 +6800,8 @@
"type": "object",
"additionalProperties": {
"type": "string"
}
},
"x-ms-client-flatten": true
}
},
"additionalProperties": false
Expand Down Expand Up @@ -6874,7 +6882,8 @@
"readOnly": true
},
"properties": {
"description": "Additional attributes of the entity."
"description": "Additional attributes of the entity.",
"x-ms-client-flatten": true
},
"systemData": {
"$ref": "../../../../../common-types/resource-management/v2/types.json#/definitions/systemData"
Expand Down Expand Up @@ -6927,7 +6936,8 @@
"type": "object",
"additionalProperties": {
"type": "string"
}
},
"x-ms-client-flatten": true
},
"tags": {
"type": "object",
Expand Down Expand Up @@ -7064,7 +7074,8 @@
"type": "object",
"additionalProperties": {
"type": "string"
}
},
"x-ms-client-flatten": true
}
},
"additionalProperties": false
Expand Down Expand Up @@ -7287,7 +7298,8 @@
"type": "object",
"additionalProperties": {
"type": "string"
}
},
"x-ms-client-flatten": true
}
},
"discriminator": "jobType",
Expand Down Expand Up @@ -8181,7 +8193,8 @@
"type": "object",
"additionalProperties": {
"type": "string"
}
},
"x-ms-client-flatten": true
}
},
"additionalProperties": false
Expand Down Expand Up @@ -8244,7 +8257,8 @@
"type": "object",
"additionalProperties": {
"type": "string"
}
},
"x-ms-client-flatten": true
}
},
"additionalProperties": false
Expand Down Expand Up @@ -8395,7 +8409,8 @@
"type": "object",
"additionalProperties": {
"type": "string"
}
},
"x-ms-client-flatten": true
},
"modelReference": {
"$ref": "#/definitions/AssetReferenceBase"
Expand Down Expand Up @@ -8571,7 +8586,8 @@
"type": "object",
"additionalProperties": {
"type": "string"
}
},
"x-ms-client-flatten": true
},
"trafficRules": {
"description": "Traffic rules on how the traffic will be routed across deployments.",
Expand Down

0 comments on commit b5b7671

Please sign in to comment.