Skip to content

Commit

Permalink
data: regenerating based on the latest Swagger
Browse files Browse the repository at this point in the history
  • Loading branch information
hc-github-team-tf-azure committed Nov 26, 2024
1 parent 6e79729 commit ba6c050
Show file tree
Hide file tree
Showing 9 changed files with 116 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,21 @@
"required": false,
"sensitive": false
},
{
"containsDiscriminatedTypeValue": false,
"jsonName": "effectiveDefinitionVersion",
"name": "EffectiveDefinitionVersion",
"objectDefinition": {
"type": "String",
"nullable": false,
"referenceName": null,
"referenceNameIsCommonType": null
},
"optional": true,
"readOnly": false,
"required": false,
"sensitive": false
},
{
"containsDiscriminatedTypeValue": false,
"jsonName": "enforcementMode",
Expand All @@ -76,6 +91,21 @@
"required": false,
"sensitive": false
},
{
"containsDiscriminatedTypeValue": false,
"jsonName": "latestDefinitionVersion",
"name": "LatestDefinitionVersion",
"objectDefinition": {
"type": "String",
"nullable": false,
"referenceName": null,
"referenceNameIsCommonType": null
},
"optional": true,
"readOnly": false,
"required": false,
"sensitive": false
},
{
"containsDiscriminatedTypeValue": false,
"jsonName": "metadata",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,19 @@
],
"longRunning": false,
"httpMethod": "GET",
"options": [
{
"type": "Data",
"optional": true,
"queryString": "$expand",
"required": false,
"field": "Expand",
"optionsObjectDefinition": {
"type": "String",
"referenceName": null
}
}
],
"resourceIdName": "ScopedPolicyAssignmentId",
"responseObject": {
"type": "Reference",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,19 @@
],
"longRunning": false,
"httpMethod": "GET",
"options": [
{
"type": "Data",
"optional": true,
"queryString": "$expand",
"required": false,
"field": "Expand",
"optionsObjectDefinition": {
"type": "String",
"referenceName": null
}
}
],
"resourceIdName": "PolicyAssignmentIdId",
"responseObject": {
"type": "Reference",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,17 @@
"longRunning": false,
"httpMethod": "GET",
"options": [
{
"type": "Data",
"optional": true,
"queryString": "$expand",
"required": false,
"field": "Expand",
"optionsObjectDefinition": {
"type": "String",
"referenceName": null
}
},
{
"type": "Data",
"optional": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,17 @@
"longRunning": false,
"httpMethod": "GET",
"options": [
{
"type": "Data",
"optional": true,
"queryString": "$expand",
"required": false,
"field": "Expand",
"optionsObjectDefinition": {
"type": "String",
"referenceName": null
}
},
{
"type": "Data",
"optional": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,17 @@
"longRunning": false,
"httpMethod": "GET",
"options": [
{
"type": "Data",
"optional": true,
"queryString": "$expand",
"required": false,
"field": "Expand",
"optionsObjectDefinition": {
"type": "String",
"referenceName": null
}
},
{
"type": "Data",
"optional": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,17 @@
"longRunning": false,
"httpMethod": "GET",
"options": [
{
"type": "Data",
"optional": true,
"queryString": "$expand",
"required": false,
"field": "Expand",
"optionsObjectDefinition": {
"type": "String",
"referenceName": null
}
},
{
"type": "Data",
"optional": true,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "RegisteredServerUpdateProperties",
"fields": [
{
"containsDiscriminatedTypeValue": false,
"jsonName": "applicationId",
"name": "ApplicationId",
"objectDefinition": {
"type": "String",
"nullable": false,
"referenceName": null,
"referenceNameIsCommonType": null
},
"optional": true,
"readOnly": false,
"required": false,
"sensitive": false
},
{
"containsDiscriminatedTypeValue": false,
"jsonName": "identity",
Expand Down
2 changes: 1 addition & 1 deletion api-definitions/resource-manager/metadata.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"dataSource": "AzureResourceManager",
"sourceInformation": "Azure/azure-rest-api-specs",
"gitRevision": "297c3a012316e290e6a6ab737ec8944611554542"
"gitRevision": "836e5f8f4b344700f1b6d35c3ec50ce2c2b176bf"
}

0 comments on commit ba6c050

Please sign in to comment.