-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
data: regenerating based on the latest Swagger
- Loading branch information
hc-github-team-tf-azure
committed
Nov 26, 2024
1 parent
2d2d68d
commit 5cfff85
Showing
5,706 changed files
with
354,995 additions
and
0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
30 changes: 30 additions & 0 deletions
30
.../resource-manager/Network/2024-05-01/AdminRuleCollections/Constant-ProvisioningState.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 |
---|---|---|
@@ -0,0 +1,30 @@ | ||
{ | ||
"name": "ProvisioningState", | ||
"type": "String", | ||
"values": [ | ||
{ | ||
"key": "Canceled", | ||
"value": "Canceled" | ||
}, | ||
{ | ||
"key": "Creating", | ||
"value": "Creating" | ||
}, | ||
{ | ||
"key": "Deleting", | ||
"value": "Deleting" | ||
}, | ||
{ | ||
"key": "Failed", | ||
"value": "Failed" | ||
}, | ||
{ | ||
"key": "Succeeded", | ||
"value": "Succeeded" | ||
}, | ||
{ | ||
"key": "Updating", | ||
"value": "Updating" | ||
} | ||
] | ||
} |
96 changes: 96 additions & 0 deletions
96
...s/resource-manager/Network/2024-05-01/AdminRuleCollections/Model-AdminRuleCollection.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 |
---|---|---|
@@ -0,0 +1,96 @@ | ||
{ | ||
"name": "AdminRuleCollection", | ||
"fields": [ | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "etag", | ||
"name": "Etag", | ||
"objectDefinition": { | ||
"type": "String", | ||
"nullable": false, | ||
"referenceName": null, | ||
"referenceNameIsCommonType": null | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "id", | ||
"name": "Id", | ||
"objectDefinition": { | ||
"type": "String", | ||
"nullable": false, | ||
"referenceName": null, | ||
"referenceNameIsCommonType": null | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "name", | ||
"name": "Name", | ||
"objectDefinition": { | ||
"type": "String", | ||
"nullable": false, | ||
"referenceName": null, | ||
"referenceNameIsCommonType": null | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "properties", | ||
"name": "Properties", | ||
"objectDefinition": { | ||
"type": "Reference", | ||
"nullable": false, | ||
"referenceName": "AdminRuleCollectionPropertiesFormat", | ||
"referenceNameIsCommonType": null | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "systemData", | ||
"name": "SystemData", | ||
"objectDefinition": { | ||
"type": "SystemData", | ||
"nullable": false, | ||
"referenceName": null, | ||
"referenceNameIsCommonType": null | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "type", | ||
"name": "Type", | ||
"objectDefinition": { | ||
"type": "String", | ||
"nullable": false, | ||
"referenceName": null, | ||
"referenceNameIsCommonType": null | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
} | ||
], | ||
"IsParent": false | ||
} |
72 changes: 72 additions & 0 deletions
72
...er/Network/2024-05-01/AdminRuleCollections/Model-AdminRuleCollectionPropertiesFormat.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 |
---|---|---|
@@ -0,0 +1,72 @@ | ||
{ | ||
"name": "AdminRuleCollectionPropertiesFormat", | ||
"fields": [ | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "appliesToGroups", | ||
"name": "AppliesToGroups", | ||
"objectDefinition": { | ||
"type": "List", | ||
"nullable": false, | ||
"referenceName": null, | ||
"referenceNameIsCommonType": null, | ||
"nestedItem": { | ||
"type": "Reference", | ||
"nullable": false, | ||
"referenceName": "NetworkManagerSecurityGroupItem", | ||
"referenceNameIsCommonType": null | ||
} | ||
}, | ||
"optional": false, | ||
"readOnly": false, | ||
"required": true, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "description", | ||
"name": "Description", | ||
"objectDefinition": { | ||
"type": "String", | ||
"nullable": false, | ||
"referenceName": null, | ||
"referenceNameIsCommonType": null | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "provisioningState", | ||
"name": "ProvisioningState", | ||
"objectDefinition": { | ||
"type": "Reference", | ||
"nullable": false, | ||
"referenceName": "ProvisioningState", | ||
"referenceNameIsCommonType": null | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
}, | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "resourceGuid", | ||
"name": "ResourceGuid", | ||
"objectDefinition": { | ||
"type": "String", | ||
"nullable": false, | ||
"referenceName": null, | ||
"referenceNameIsCommonType": null | ||
}, | ||
"optional": true, | ||
"readOnly": false, | ||
"required": false, | ||
"sensitive": false | ||
} | ||
], | ||
"IsParent": false | ||
} |
21 changes: 21 additions & 0 deletions
21
...anager/Network/2024-05-01/AdminRuleCollections/Model-NetworkManagerSecurityGroupItem.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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"name": "NetworkManagerSecurityGroupItem", | ||
"fields": [ | ||
{ | ||
"containsDiscriminatedTypeValue": false, | ||
"jsonName": "networkGroupId", | ||
"name": "NetworkGroupId", | ||
"objectDefinition": { | ||
"type": "String", | ||
"nullable": false, | ||
"referenceName": null, | ||
"referenceNameIsCommonType": null | ||
}, | ||
"optional": false, | ||
"readOnly": false, | ||
"required": true, | ||
"sensitive": false | ||
} | ||
], | ||
"IsParent": false | ||
} |
24 changes: 24 additions & 0 deletions
24
...ns/resource-manager/Network/2024-05-01/AdminRuleCollections/Operation-CreateOrUpdate.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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"name": "CreateOrUpdate", | ||
"contentType": "application/json; charset=utf-8", | ||
"description": "", | ||
"expectedStatusCodes": [ | ||
200, | ||
201 | ||
], | ||
"longRunning": false, | ||
"httpMethod": "PUT", | ||
"resourceIdName": "SecurityAdminConfigurationRuleCollectionId", | ||
"requestObject": { | ||
"type": "Reference", | ||
"nullable": false, | ||
"referenceName": "AdminRuleCollection", | ||
"referenceNameIsCommonType": null | ||
}, | ||
"responseObject": { | ||
"type": "Reference", | ||
"nullable": false, | ||
"referenceName": "AdminRuleCollection", | ||
"referenceNameIsCommonType": null | ||
} | ||
} |
26 changes: 26 additions & 0 deletions
26
...efinitions/resource-manager/Network/2024-05-01/AdminRuleCollections/Operation-Delete.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 |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"name": "Delete", | ||
"contentType": "application/json; charset=utf-8", | ||
"description": "", | ||
"expectedStatusCodes": [ | ||
200, | ||
202, | ||
204 | ||
], | ||
"longRunning": true, | ||
"httpMethod": "DELETE", | ||
"options": [ | ||
{ | ||
"type": "Data", | ||
"optional": true, | ||
"queryString": "force", | ||
"required": false, | ||
"field": "Force", | ||
"optionsObjectDefinition": { | ||
"type": "Boolean", | ||
"referenceName": null | ||
} | ||
} | ||
], | ||
"resourceIdName": "SecurityAdminConfigurationRuleCollectionId" | ||
} |
17 changes: 17 additions & 0 deletions
17
api-definitions/resource-manager/Network/2024-05-01/AdminRuleCollections/Operation-Get.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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"name": "Get", | ||
"contentType": "application/json; charset=utf-8", | ||
"description": "", | ||
"expectedStatusCodes": [ | ||
200 | ||
], | ||
"longRunning": false, | ||
"httpMethod": "GET", | ||
"resourceIdName": "SecurityAdminConfigurationRuleCollectionId", | ||
"responseObject": { | ||
"type": "Reference", | ||
"nullable": false, | ||
"referenceName": "AdminRuleCollection", | ||
"referenceNameIsCommonType": null | ||
} | ||
} |
32 changes: 32 additions & 0 deletions
32
api-definitions/resource-manager/Network/2024-05-01/AdminRuleCollections/Operation-List.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 |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"name": "List", | ||
"contentType": "application/json; charset=utf-8", | ||
"description": "", | ||
"expectedStatusCodes": [ | ||
200 | ||
], | ||
"fieldContainingPaginationDetails": "nextLink", | ||
"longRunning": false, | ||
"httpMethod": "GET", | ||
"options": [ | ||
{ | ||
"type": "Data", | ||
"optional": true, | ||
"queryString": "$top", | ||
"required": false, | ||
"field": "Top", | ||
"optionsObjectDefinition": { | ||
"type": "Integer", | ||
"referenceName": null | ||
} | ||
} | ||
], | ||
"resourceIdName": "SecurityAdminConfigurationId", | ||
"responseObject": { | ||
"type": "Reference", | ||
"nullable": false, | ||
"referenceName": "AdminRuleCollection", | ||
"referenceNameIsCommonType": null | ||
}, | ||
"uriSuffix": "/ruleCollections" | ||
} |
62 changes: 62 additions & 0 deletions
62
...ager/Network/2024-05-01/AdminRuleCollections/ResourceId-SecurityAdminConfigurationId.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 |
---|---|---|
@@ -0,0 +1,62 @@ | ||
{ | ||
"name": "SecurityAdminConfigurationId", | ||
"id": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkManagers/{networkManagerName}/securityAdminConfigurations/{securityAdminConfigurationName}", | ||
"segments": [ | ||
{ | ||
"exampleValue": "", | ||
"name": "staticSubscriptions", | ||
"type": "Static", | ||
"value": "subscriptions" | ||
}, | ||
{ | ||
"exampleValue": "", | ||
"name": "subscriptionId", | ||
"type": "SubscriptionId" | ||
}, | ||
{ | ||
"exampleValue": "", | ||
"name": "staticResourceGroups", | ||
"type": "Static", | ||
"value": "resourceGroups" | ||
}, | ||
{ | ||
"exampleValue": "", | ||
"name": "resourceGroupName", | ||
"type": "ResourceGroup" | ||
}, | ||
{ | ||
"exampleValue": "", | ||
"name": "staticProviders", | ||
"type": "Static", | ||
"value": "providers" | ||
}, | ||
{ | ||
"exampleValue": "", | ||
"name": "staticMicrosoftNetwork", | ||
"type": "ResourceProvider", | ||
"value": "Microsoft.Network" | ||
}, | ||
{ | ||
"exampleValue": "", | ||
"name": "staticNetworkManagers", | ||
"type": "Static", | ||
"value": "networkManagers" | ||
}, | ||
{ | ||
"exampleValue": "networkManagerName", | ||
"name": "networkManagerName", | ||
"type": "UserSpecified" | ||
}, | ||
{ | ||
"exampleValue": "", | ||
"name": "staticSecurityAdminConfigurations", | ||
"type": "Static", | ||
"value": "securityAdminConfigurations" | ||
}, | ||
{ | ||
"exampleValue": "securityAdminConfigurationName", | ||
"name": "securityAdminConfigurationName", | ||
"type": "UserSpecified" | ||
} | ||
] | ||
} |
Oops, something went wrong.