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 Aug 19, 2024
1 parent d9bc3a7 commit e6e485b
Show file tree
Hide file tree
Showing 12 changed files with 30 additions and 109 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@
},
{
"containsDiscriminatedTypeValue": false,
"jsonName": "type",
"name": "Type",
"jsonName": "paymentMethodType",
"name": "PaymentMethodType",
"objectDefinition": {
"type": "Reference",
"referenceName": "PaymentMethodFamily"
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -311,8 +311,8 @@
"type": "List",
"referenceName": null,
"nestedItem": {
"type": "Reference",
"referenceName": "TargetCloud"
"type": "String",
"referenceName": null
}
},
"optional": true,
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@
"jsonName": "targetCloud",
"name": "TargetCloud",
"objectDefinition": {
"type": "Reference",
"referenceName": "TargetCloud"
"type": "String",
"referenceName": null
},
"optional": true,
"readOnly": false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,19 +121,6 @@
"readOnly": false,
"required": false,
"sensitive": false
},
{
"containsDiscriminatedTypeValue": false,
"jsonName": "type",
"name": "Type",
"objectDefinition": {
"type": "String",
"referenceName": null
},
"optional": true,
"readOnly": false,
"required": false,
"sensitive": false
}
]
}

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -159,19 +159,6 @@
"required": false,
"sensitive": false
},
{
"containsDiscriminatedTypeValue": false,
"jsonName": "expiryDate",
"name": "ExpiryDate",
"objectDefinition": {
"type": "String",
"referenceName": null
},
"optional": true,
"readOnly": false,
"required": false,
"sensitive": false
},
{
"containsDiscriminatedTypeValue": false,
"dateFormat": "RFC3339",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,19 +93,6 @@
"required": false,
"sensitive": false
},
{
"containsDiscriminatedTypeValue": false,
"jsonName": "expiryDate",
"name": "ExpiryDate",
"objectDefinition": {
"type": "String",
"referenceName": null
},
"optional": true,
"readOnly": false,
"required": false,
"sensitive": false
},
{
"containsDiscriminatedTypeValue": false,
"dateFormat": "RFC3339",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "NetworkSecurityPerimeterConfigurationReconcileResult",
"fields": [
{
"containsDiscriminatedTypeValue": false,
"jsonName": "location",
"name": "Location",
"objectDefinition": {
"type": "Location",
"referenceName": null
},
"optional": true,
"readOnly": false,
"required": false,
"sensitive": false
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,15 @@
"name": "ReconcileForPrivateLinkScope",
"contentType": "application/json; charset=utf-8",
"expectedStatusCodes": [
200,
202
],
"longRunning": true,
"httpMethod": "POST",
"resourceIdName": "NetworkSecurityPerimeterConfigurationId",
"responseObject": {
"type": "Reference",
"referenceName": "NetworkSecurityPerimeterConfigurationReconcileResult"
},
"uriSuffix": "/reconcile"
}
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": "c9b146c38df5f76e2d34a3ef771979805ff4ff73"
"gitRevision": "4ce13e8353a25125a41bc01705c0a7794dac32a7"
}

0 comments on commit e6e485b

Please sign in to comment.