-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pick up latest version of Azure.Bicep.Types (#2067)
* Pick up latest version of Azure.Bicep.Types * Pick up latest version of Azure.Bicep.Types * Update types from https://github.com/Azure/azure-rest-api-specs/tree/7c1d25a89 * Remove some no-longer-maintained RPs --------- Co-authored-by: anthony-c-martin <anthony-c-martin@users.noreply.github.com>
- Loading branch information
1 parent
3343ec4
commit 6b9843a
Showing
2,177 changed files
with
8,184,881 additions
and
5,134 deletions.
There are no files selected for viewing
Submodule bicep-types
updated
39 files
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 @@ | ||
[{"13":{}},{"6":{"Value":"Essential"}},{"6":{"Value":"Standard"}},{"6":{"Value":"Advanced"}},{"5":{"Elements":[1,2,3,0]}},{"6":{"Value":"Microsoft.Addons/supportProviders/supportPlanTypes"}},{"6":{"Value":"2017-05-15"}},{"2":{"Name":"Microsoft.Addons/supportProviders/supportPlanTypes","Properties":{"id":{"Type":0,"Flags":10,"Description":"The resource id"},"name":{"Type":4,"Flags":9,"Description":"The resource name"},"type":{"Type":5,"Flags":10,"Description":"The resource type"},"apiVersion":{"Type":6,"Flags":10,"Description":"The resource api version"},"properties":{"Type":8,"Flags":2,"Description":"Describes Canonical support plan type and status."}}}},{"2":{"Name":"CanonicalSupportPlanProperties","Properties":{"provisioningState":{"Type":16,"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":[9,10,11,12,13,14,15,0]}},{"4":{"Name":"Microsoft.Addons/supportProviders/supportPlanTypes@2017-05-15","ScopeType":4,"Body":7,"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.