-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
support new bicep types format (#93)
* support new bicep types * support new bicep types format
- Loading branch information
Showing
2,150 changed files
with
9,503,920 additions
and
2,578 deletions.
There are no files selected for viewing
163 changes: 162 additions & 1 deletion
163
internal/azure/generated/addons/microsoft.addons/2017-05-15/types.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,162 @@ | ||
[{"1":{"Kind":1}},{"1":{"Kind":2}},{"1":{"Kind":3}},{"1":{"Kind":4}},{"1":{"Kind":5}},{"1":{"Kind":6}},{"1":{"Kind":7}},{"1":{"Kind":8}},{"6":{"Value":"Essential"}},{"6":{"Value":"Standard"}},{"6":{"Value":"Advanced"}},{"5":{"Elements":[8,9,10,4]}},{"6":{"Value":"Microsoft.Addons/supportProviders/supportPlanTypes"}},{"6":{"Value":"2017-05-15"}},{"2":{"Name":"Microsoft.Addons/supportProviders/supportPlanTypes","Properties":{"id":{"Type":4,"Flags":10,"Description":"The resource id"},"name":{"Type":11,"Flags":9,"Description":"The resource name"},"type":{"Type":12,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":13,"Flags":10,"Description":"The resource api version"},"properties":{"Type":15,"Flags":2,"Description":"Describes Canonical support plan type and status."}}}},{"2":{"Name":"CanonicalSupportPlanProperties","Properties":{"provisioningState":{"Type":23,"Flags":0,"Description":"The provisioning state of the resource."}}}},{"6":{"Value":"Succeeded"}},{"6":{"Value":"Failed"}},{"6":{"Value":"Cancelled"}},{"6":{"Value":"Purchasing"}},{"6":{"Value":"Downgrading"}},{"6":{"Value":"Cancelling"}},{"6":{"Value":"Upgrading"}},{"5":{"Elements":[16,17,18,19,20,21,22,4]}},{"4":{"Name":"Microsoft.Addons/supportProviders/supportPlanTypes@2017-05-15","ScopeType":4,"Body":14,"Flags":0}}] | ||
[ | ||
{ | ||
"$type": "StringType" | ||
}, | ||
{ | ||
"$type": "StringLiteralType", | ||
"value": "Essential" | ||
}, | ||
{ | ||
"$type": "StringLiteralType", | ||
"value": "Standard" | ||
}, | ||
{ | ||
"$type": "StringLiteralType", | ||
"value": "Advanced" | ||
}, | ||
{ | ||
"$type": "UnionType", | ||
"elements": [ | ||
{ | ||
"$ref": "#/1" | ||
}, | ||
{ | ||
"$ref": "#/2" | ||
}, | ||
{ | ||
"$ref": "#/3" | ||
}, | ||
{ | ||
"$ref": "#/0" | ||
} | ||
] | ||
}, | ||
{ | ||
"$type": "StringLiteralType", | ||
"value": "Microsoft.Addons/supportProviders/supportPlanTypes" | ||
}, | ||
{ | ||
"$type": "StringLiteralType", | ||
"value": "2017-05-15" | ||
}, | ||
{ | ||
"$type": "ObjectType", | ||
"name": "Microsoft.Addons/supportProviders/supportPlanTypes", | ||
"properties": { | ||
"id": { | ||
"type": { | ||
"$ref": "#/0" | ||
}, | ||
"flags": 10, | ||
"description": "The resource id" | ||
}, | ||
"name": { | ||
"type": { | ||
"$ref": "#/4" | ||
}, | ||
"flags": 9, | ||
"description": "The resource name" | ||
}, | ||
"type": { | ||
"type": { | ||
"$ref": "#/5" | ||
}, | ||
"flags": 10, | ||
"description": "The resource type" | ||
}, | ||
"apiVersion": { | ||
"type": { | ||
"$ref": "#/6" | ||
}, | ||
"flags": 10, | ||
"description": "The resource api version" | ||
}, | ||
"properties": { | ||
"type": { | ||
"$ref": "#/8" | ||
}, | ||
"flags": 2, | ||
"description": "Describes Canonical support plan type and status." | ||
} | ||
} | ||
}, | ||
{ | ||
"$type": "ObjectType", | ||
"name": "CanonicalSupportPlanProperties", | ||
"properties": { | ||
"provisioningState": { | ||
"type": { | ||
"$ref": "#/16" | ||
}, | ||
"flags": 0, | ||
"description": "The provisioning state of the resource." | ||
} | ||
} | ||
}, | ||
{ | ||
"$type": "StringLiteralType", | ||
"value": "Succeeded" | ||
}, | ||
{ | ||
"$type": "StringLiteralType", | ||
"value": "Failed" | ||
}, | ||
{ | ||
"$type": "StringLiteralType", | ||
"value": "Cancelled" | ||
}, | ||
{ | ||
"$type": "StringLiteralType", | ||
"value": "Purchasing" | ||
}, | ||
{ | ||
"$type": "StringLiteralType", | ||
"value": "Downgrading" | ||
}, | ||
{ | ||
"$type": "StringLiteralType", | ||
"value": "Cancelling" | ||
}, | ||
{ | ||
"$type": "StringLiteralType", | ||
"value": "Upgrading" | ||
}, | ||
{ | ||
"$type": "UnionType", | ||
"elements": [ | ||
{ | ||
"$ref": "#/9" | ||
}, | ||
{ | ||
"$ref": "#/10" | ||
}, | ||
{ | ||
"$ref": "#/11" | ||
}, | ||
{ | ||
"$ref": "#/12" | ||
}, | ||
{ | ||
"$ref": "#/13" | ||
}, | ||
{ | ||
"$ref": "#/14" | ||
}, | ||
{ | ||
"$ref": "#/15" | ||
}, | ||
{ | ||
"$ref": "#/0" | ||
} | ||
] | ||
}, | ||
{ | ||
"$type": "ResourceType", | ||
"name": "Microsoft.Addons/supportProviders/supportPlanTypes@2017-05-15", | ||
"scopeType": 4, | ||
"body": { | ||
"$ref": "#/7" | ||
}, | ||
"flags": 0 | ||
} | ||
] |
Oops, something went wrong.