-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WANdisco.Fusion new API 2021-01-01-preview (#3237)
* Copy of 2020-12-01-preview to 2021-01-01-preview * Wandisco.Fusion syncing swagger definitions * Wandisco.Fusion syncing swagger definitions
- Loading branch information
Showing
80 changed files
with
8,675 additions
and
1 deletion.
There are no files selected for viewing
79 changes: 79 additions & 0 deletions
79
...ager/Wandisco.Fusion/preview/2021-01-01-preview/examples/FusionGroup/AzureZoneCreate.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,79 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "00000000-1111-2222-3333-444444444444", | ||
"resourceGroupName": "fusionGroupTestRG", | ||
"fusionGroupName": "fusionGroupName", | ||
"api-version": "2021-01-01-preview", | ||
"azureZoneName": "azureZoneCreate", | ||
"azureZone": { | ||
"location": "East US", | ||
"properties": { | ||
"virtualNetworkId": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/fusionGroupTestRG/providers/Microsoft.Network/virtualNetworks/my-vnet", | ||
"subnet": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/DEV/providers/Microsoft.Network/virtualNetworks/my-vnet/subnets/azureZoneSub", | ||
"vmSize": "Small", | ||
"storageAccountId": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/fusionGroupTestRG/providers/Microsoft.Storage/storageAccounts/myStorageAccount", | ||
"storageAccessKey": "azureStorageAccessKey", | ||
"storageContainer": "azureZoneStorageContainer" | ||
}, | ||
"tags": { | ||
"tagKey1": "TagValue1" | ||
} | ||
} | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/fusionGroupTestRG/providers/Wandisco.Fusion/fusionGroups/fusionGroupName/azureZones/azureZoneName", | ||
"name": "azureZoneCreate", | ||
"properties": { | ||
"virtualNetworkId": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/fusionGroupTestRG/providers/Microsoft.Network/virtualNetworks/my-vnet", | ||
"subnet": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/DEV/providers/Microsoft.Network/virtualNetworks/my-vnet/subnets/azureZoneSub", | ||
"vmSize": "Small", | ||
"storageAccountId": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/fusionGroupTestRG/providers/Microsoft.Storage/storageAccounts/myStorageAccount", | ||
"storageContainer": "azureZoneStorageContainer", | ||
"provisioningState": "Accepted" | ||
}, | ||
"location": "East US", | ||
"type": "Wandisco.Fusion/azureZone", | ||
"tags": { | ||
"tagKey1": "TagValue1" | ||
}, | ||
"systemData": { | ||
"createdBy": "00000000-1111-2222-3333-444444444444", | ||
"createdByType": "User", | ||
"createdAt": "2021-01-13T18:40:37.4690314Z", | ||
"lastModifiedBy": "00000000-1111-2222-3333-444444444444", | ||
"lastModifiedByType": "User", | ||
"lastModifiedAt": "2021-01-13T18:40:37.4690314Z" | ||
} | ||
} | ||
}, | ||
"201": { | ||
"body": { | ||
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/fusionGroupTestRG/providers/Wandisco.Fusion/fusionGroups/fusionGroupName/azureZones/azureZoneName", | ||
"name": "azureZoneCreate", | ||
"properties": { | ||
"virtualNetworkId": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/fusionGroupTestRG/providers/Microsoft.Network/virtualNetworks/my-vnet", | ||
"subnet": "azureZoneSub", | ||
"vmSize": "Small", | ||
"storageAccountId": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/fusionGroupTestRG/providers/Microsoft.Storage/storageAccounts/myStorageAccount", | ||
"storageContainer": "azureZoneStorageContainer", | ||
"provisioningState": "Accepted" | ||
}, | ||
"location": "East US", | ||
"type": "Wandisco.Fusion/azureZone", | ||
"tags": { | ||
"tagKey1": "TagValue1" | ||
}, | ||
"systemData": { | ||
"createdBy": "00000000-1111-2222-3333-444444444444", | ||
"createdByType": "User", | ||
"createdAt": "2021-01-13T18:40:37.4690314Z", | ||
"lastModifiedBy": "00000000-1111-2222-3333-444444444444", | ||
"lastModifiedByType": "User", | ||
"lastModifiedAt": "2021-01-13T18:40:37.4690314Z" | ||
} | ||
} | ||
} | ||
} | ||
} |
66 changes: 66 additions & 0 deletions
66
...er/Wandisco.Fusion/preview/2021-01-01-preview/examples/FusionGroup/AzureZoneCreateHA.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,66 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "00000000-1111-2222-3333-444444444444", | ||
"resourceGroupName": "fusionGroupTestRG", | ||
"fusionGroupName": "fusionGroupName", | ||
"api-version": "2021-01-01-preview", | ||
"azureZoneName": "azureZoneCreate", | ||
"azureZone": { | ||
"location": "East US", | ||
"properties": { | ||
"virtualNetworkId": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/fusionGroupTestRG/providers/Microsoft.Network/virtualNetworks/my-vnet", | ||
"subnet": "azureZoneSub", | ||
"vmSize": "Small", | ||
"storageAccountId": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/fusionGroupTestRG/providers/Microsoft.Storage/storageAccounts/myStorageAccount", | ||
"storageAccessKey": "azureStorageAccessKey", | ||
"storageContainer": "azureZoneStorageContainer", | ||
"nodeCount": 3 | ||
}, | ||
"tags": { | ||
"tagKey1": "TagValue1" | ||
} | ||
} | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/fusionGroupTestRG/providers/Wandisco.Fusion/fusionGroups/fusionGroupName/azureZones/azureZoneName", | ||
"name": "azureZoneCreate", | ||
"properties": { | ||
"virtualNetworkId": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/fusionGroupTestRG/providers/Microsoft.Network/virtualNetworks/my-vnet", | ||
"subnet": "azureZoneSub", | ||
"vmSize": "Small", | ||
"storageAccountId": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/fusionGroupTestRG/providers/Microsoft.Storage/storageAccounts/myStorageAccount", | ||
"storageContainer": "azureZoneStorageContainer", | ||
"nodeCount": 3, | ||
"provisioningState": "Succeeded" | ||
}, | ||
"location": "East US", | ||
"type": "Wandisco.Fusion/azureZone", | ||
"tags": { | ||
"tagKey1": "TagValue1" | ||
} | ||
} | ||
}, | ||
"201": { | ||
"body": { | ||
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/fusionGroupTestRG/providers/Wandisco.Fusion/fusionGroups/fusionGroupName/azureZones/azureZoneName", | ||
"name": "azureZoneCreate", | ||
"properties": { | ||
"virtualNetworkId": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/fusionGroupTestRG/providers/Microsoft.Network/virtualNetworks/my-vnet", | ||
"subnet": "azureZoneSub", | ||
"vmSize": "Small", | ||
"storageAccountId": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/fusionGroupTestRG/providers/Microsoft.Storage/storageAccounts/myStorageAccount", | ||
"storageContainer": "azureZoneStorageContainer", | ||
"nodeCount": 3, | ||
"provisioningState": "Accepted" | ||
}, | ||
"location": "East US", | ||
"type": "Wandisco.Fusion/azureZone", | ||
"tags": { | ||
"tagKey1": "TagValue1" | ||
} | ||
} | ||
} | ||
} | ||
} |
74 changes: 74 additions & 0 deletions
74
...usion/preview/2021-01-01-preview/examples/FusionGroup/AzureZoneCreateManagedIdentity.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,74 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "00000000-1111-2222-3333-444444444444", | ||
"resourceGroupName": "fusionGroupTestRG", | ||
"fusionGroupName": "fusionGroupName", | ||
"api-version": "2021-01-01-preview", | ||
"azureZoneName": "azureZoneCreate", | ||
"azureZone": { | ||
"location": "East US", | ||
"properties": { | ||
"virtualNetworkId": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/fusionGroupTestRG/providers/Microsoft.Network/virtualNetworks/my-vnet", | ||
"subnet": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/DEV/providers/Microsoft.Network/virtualNetworks/my-vnet/subnets/azureZoneSub", | ||
"vmSize": "Small", | ||
"storageAccountId": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/fusionGroupTestRG/providers/Microsoft.Storage/storageAccounts/myStorageAccount", | ||
"storageContainer": "azureZoneStorageContainer", | ||
"storageManagedIdentity": { | ||
"type": "UserAssigned", | ||
"userAssignedIdentities": { | ||
"/subscriptions/00000000-1111-2222-3333-444444444444/resourcegroups/fusionGroupTestRG/providers/Microsoft.ManagedIdentity/userAssignedIdentities/identity_1": {} | ||
} | ||
} | ||
}, | ||
"tags": { | ||
"tagKey1": "TagValue1" | ||
} | ||
} | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/fusionGroupTestRG/providers/Wandisco.Fusion/fusionGroups/fusionGroupName/azureZones/azureZoneName", | ||
"name": "azureZoneCreate", | ||
"properties": { | ||
"virtualNetworkId": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/fusionGroupTestRG/providers/Microsoft.Network/virtualNetworks/my-vnet", | ||
"subnet": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/DEV/providers/Microsoft.Network/virtualNetworks/my-vnet/subnets/azureZoneSub", | ||
"vmSize": "Small", | ||
"storageAccountId": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/fusionGroupTestRG/providers/Microsoft.Storage/storageAccounts/myStorageAccount", | ||
"storageContainer": "azureZoneStorageContainer", | ||
"storageManagedIdentity": { | ||
"type": "UserAssigned", | ||
"userAssignedIdentities": { | ||
"/subscriptions/00000000-1111-2222-3333-444444444444/resourcegroups/fusionGroupTestRG/providers/Microsoft.ManagedIdentity/userAssignedIdentities/identity_1": {} | ||
} | ||
}, | ||
"provisioningState": "Accepted" | ||
}, | ||
"location": "East US", | ||
"type": "Wandisco.Fusion/azureZone", | ||
"tags": { | ||
"tagKey1": "TagValue1" | ||
} | ||
} | ||
}, | ||
"201": { | ||
"body": { | ||
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/fusionGroupTestRG/providers/Wandisco.Fusion/fusionGroups/fusionGroupName/azureZones/azureZoneName", | ||
"name": "azureZoneCreate", | ||
"properties": { | ||
"virtualNetworkId": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/fusionGroupTestRG/providers/Microsoft.Network/virtualNetworks/my-vnet", | ||
"subnet": "azureZoneSub", | ||
"vmSize": "Small", | ||
"storageAccountId": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/fusionGroupTestRG/providers/Microsoft.Storage/storageAccounts/myStorageAccount", | ||
"storageContainer": "azureZoneStorageContainer", | ||
"provisioningState": "Accepted" | ||
}, | ||
"location": "East US", | ||
"type": "Wandisco.Fusion/azureZone", | ||
"tags": { | ||
"tagKey1": "TagValue1" | ||
} | ||
} | ||
} | ||
} | ||
} |
14 changes: 14 additions & 0 deletions
14
...ager/Wandisco.Fusion/preview/2021-01-01-preview/examples/FusionGroup/AzureZoneDelete.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,14 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "00000000-1111-2222-3333-444444444444", | ||
"resourceGroupName": "fusionGroupTestRG", | ||
"fusionGroupName": "fusionGroupName", | ||
"api-version": "2021-01-01-preview", | ||
"azureZoneName": "azureZoneCreate" | ||
}, | ||
"responses": { | ||
"200": {}, | ||
"202": {}, | ||
"204": {} | ||
} | ||
} |
37 changes: 37 additions & 0 deletions
37
...manager/Wandisco.Fusion/preview/2021-01-01-preview/examples/FusionGroup/AzureZoneGet.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,37 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "00000000-1111-2222-3333-444444444444", | ||
"resourceGroupName": "fusionGroupTestRG", | ||
"fusionGroupName": "fusionGroupName", | ||
"api-version": "2021-01-01-preview", | ||
"azureZoneName": "azureZoneGet" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/fusionGroupTestRG/providers/Wandisco.Fusion/fusionGroups/fusionGroupName/azureZones/azureZoneName", | ||
"name": "azureZoneGet", | ||
"properties": { | ||
"virtualNetworkId": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/fusionGroupTestRG/providers/Microsoft.Network/virtualNetworks/my-vnet", | ||
"subnet": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/DEV/providers/Microsoft.Network/virtualNetworks/my-vnet/subnets/azureZoneSub", | ||
"vmSize": "Small", | ||
"storageAccountId": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/fusionGroupTestRG/providers/Microsoft.Storage/storageAccounts/myStorageAccount", | ||
"storageContainer": "azureZoneStorageContainer" | ||
}, | ||
"location": "East US", | ||
"type": "Wandisco.Fusion/azureZone", | ||
"tags": { | ||
"tagKey1": "TagValue1" | ||
}, | ||
"systemData": { | ||
"createdBy": "00000000-1111-2222-3333-444444444444", | ||
"createdByType": "User", | ||
"createdAt": "2021-01-13T18:40:37.4690314Z", | ||
"lastModifiedBy": "00000000-1111-2222-3333-444444444444", | ||
"lastModifiedByType": "User", | ||
"lastModifiedAt": "2021-01-13T18:40:37.4690314Z" | ||
} | ||
} | ||
} | ||
} | ||
} |
41 changes: 41 additions & 0 deletions
41
...anager/Wandisco.Fusion/preview/2021-01-01-preview/examples/FusionGroup/AzureZoneList.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,41 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "00000000-1111-2222-3333-444444444444", | ||
"resourceGroupName": "fusionGroupTestRG", | ||
"fusionGroupName": "fusionGroupName", | ||
"api-version": "2021-01-01-preview" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"nextLink": "string", | ||
"value": [ | ||
{ | ||
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/fusionGroupTestRG/providers/Wandisco.Fusion/fusionGroups/fusionGroupName/azureZones", | ||
"name": "azureZoneGet", | ||
"type": "Wandisco.Fusion/azureZone", | ||
"location": "East US", | ||
"tags": { | ||
"tagKey1": "TagValue1" | ||
}, | ||
"systemData": { | ||
"createdBy": "00000000-1111-2222-3333-444444444444", | ||
"createdByType": "User", | ||
"createdAt": "2021-01-13T18:40:37.4690314Z", | ||
"lastModifiedBy": "00000000-1111-2222-3333-444444444444", | ||
"lastModifiedByType": "User", | ||
"lastModifiedAt": "2021-01-13T18:40:37.4690314Z" | ||
}, | ||
"properties": { | ||
"virtualNetworkId": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/fusionGroupTestRG/providers/Microsoft.Network/virtualNetworks/my-vnet", | ||
"subnet": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/DEV/providers/Microsoft.Network/virtualNetworks/my-vnet/subnets/azureZoneSub", | ||
"vmSize": "Small", | ||
"storageAccountId": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/fusionGroupTestRG/providers/Microsoft.Storage/storageAccounts/myStorageAccount", | ||
"storageContainer": "azureZoneStorageContainer" | ||
} | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} |
43 changes: 43 additions & 0 deletions
43
...nager/Wandisco.Fusion/preview/2021-01-01-preview/examples/FusionGroup/AzureZonePatch.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,43 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "00000000-1111-2222-3333-444444444444", | ||
"resourceGroupName": "fusionGroupTestRG", | ||
"fusionGroupName": "fusionGroupName", | ||
"api-version": "2021-01-01-preview", | ||
"azureZoneName": "azureZoneCreate", | ||
"azureZone": { | ||
"tags": { | ||
"tagKey1": "TagValue1" | ||
} | ||
} | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/fusionGroupTestRG/providers/Wandisco.Fusion/fusionGroups/fusionGroupName/azureZones/azureZoneName", | ||
"name": "azureZoneCreate", | ||
"properties": { | ||
"virtualNetworkId": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/fusionGroupTestRG/providers/Microsoft.Network/virtualNetworks/my-vnet", | ||
"subnet": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/DEV/providers/Microsoft.Network/virtualNetworks/my-vnet/subnets/azureZoneSub", | ||
"vmSize": "Small", | ||
"storageAccountId": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/fusionGroupTestRG/providers/Microsoft.Storage/storageAccounts/myStorageAccount", | ||
"storageContainer": "azureZoneStorageContainer", | ||
"provisioningState": "Accepted" | ||
}, | ||
"location": "East US", | ||
"type": "Wandisco.Fusion/azureZone", | ||
"tags": { | ||
"tagKey1": "TagValue1" | ||
}, | ||
"systemData": { | ||
"createdBy": "00000000-1111-2222-3333-444444444444", | ||
"createdByType": "User", | ||
"createdAt": "2021-01-13T18:40:37.4690314Z", | ||
"lastModifiedBy": "00000000-1111-2222-3333-444444444444", | ||
"lastModifiedByType": "User", | ||
"lastModifiedAt": "2021-01-13T18:40:37.4690314Z" | ||
} | ||
} | ||
} | ||
} | ||
} |
35 changes: 35 additions & 0 deletions
35
...andisco.Fusion/preview/2021-01-01-preview/examples/FusionGroup/AzureZoneResourceList.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,35 @@ | ||
{ | ||
"parameters": { | ||
"subscriptionId": "00000000-1111-2222-3333-444444444444", | ||
"resourceGroupName": "fusionGroupTestRG", | ||
"fusionGroupName": "fusionGroupName", | ||
"api-version": "2021-01-01-preview", | ||
"azureZoneName": "myAzureZone" | ||
}, | ||
"responses": { | ||
"200": { | ||
"body": { | ||
"nextLink": "string", | ||
"value": [ | ||
{ | ||
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/fusionGroupTestRG/providers/Wandisco.Fusion/fusionGroups/fusionGroupName/azureZones/azureZoneName", | ||
"name": "azureZoneCreate", | ||
"location": "East US", | ||
"type": "Wandisco.Fusion/azureZone", | ||
"tags": { | ||
"tagKey1": "TagValue1" | ||
}, | ||
"systemData": { | ||
"createdBy": "00000000-1111-2222-3333-444444444444", | ||
"createdByType": "User", | ||
"createdAt": "2021-01-13T18:40:37.4690314Z", | ||
"lastModifiedBy": "00000000-1111-2222-3333-444444444444", | ||
"lastModifiedByType": "User", | ||
"lastModifiedAt": "2021-01-13T18:40:37.4690314Z" | ||
} | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.