forked from Azure/azure-powershell
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrate NetworkCloud from generation to main (Azure#26898)
* Move NetworkCloud to main * Update ChangeLog.md --------- Co-authored-by: Yabo Hu <[email protected]>
- Loading branch information
1 parent
7236500
commit b01f7ce
Showing
1,586 changed files
with
73,273 additions
and
27,222 deletions.
There are no files selected for viewing
1,378 changes: 1,016 additions & 362 deletions
1,378
src/NetworkCloud/NetworkCloud.Autorest/Az.NetworkCloud.format.ps1xml
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
2 changes: 1 addition & 1 deletion
2
src/NetworkCloud/NetworkCloud.Autorest/UX/Microsoft.NetworkCloud/bareMetalMachines.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
2 changes: 1 addition & 1 deletion
2
src/NetworkCloud/NetworkCloud.Autorest/UX/Microsoft.NetworkCloud/cloudServicesNetworks.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
2 changes: 1 addition & 1 deletion
2
src/NetworkCloud/NetworkCloud.Autorest/UX/Microsoft.NetworkCloud/clusterManagers.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
2 changes: 1 addition & 1 deletion
2
...oud/NetworkCloud.Autorest/UX/Microsoft.NetworkCloud/clusters-bareMetalMachineKeySets.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
2 changes: 1 addition & 1 deletion
2
src/NetworkCloud/NetworkCloud.Autorest/UX/Microsoft.NetworkCloud/clusters-bmcKeySets.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
2 changes: 1 addition & 1 deletion
2
...Cloud/NetworkCloud.Autorest/UX/Microsoft.NetworkCloud/clusters-metricsConfigurations.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
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
2 changes: 1 addition & 1 deletion
2
...kCloud/NetworkCloud.Autorest/UX/Microsoft.NetworkCloud/kubernetesClusters-agentPools.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
95 changes: 95 additions & 0 deletions
95
...orkCloud/NetworkCloud.Autorest/UX/Microsoft.NetworkCloud/kubernetesClusters-features.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,95 @@ | ||
{ | ||
"resourceType": "kubernetesClusters/features", | ||
"apiVersion": "2024-07-01", | ||
"learnMore": { | ||
"url": "https://learn.microsoft.com/powershell/module/az.networkcloud" | ||
}, | ||
"commands": [ | ||
{ | ||
"name": "Get-AzNetworkCloudKubernetesClusterFeature", | ||
"description": "Get properties of the provided the Kubernetes cluster feature.", | ||
"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/kubernetesClusters/{kubernetesClusterName}/features/{featureName}", | ||
"help": { | ||
"learnMore": { | ||
"url": "https://learn.microsoft.com/powershell/module/az.networkcloud/get-aznetworkcloudkubernetesclusterfeature" | ||
}, | ||
"parameterSets": [ | ||
{ | ||
"parameters": [ | ||
"-FeatureName <String>", | ||
"-KubernetesClusterName <String>", | ||
"-ResourceGroupName <String>", | ||
"[-SubscriptionId <String[]>]" | ||
] | ||
} | ||
] | ||
}, | ||
"examples": [ | ||
{ | ||
"description": "Get properties of the provided the Kubernetes cluster feature.", | ||
"parameters": [ | ||
{ | ||
"name": "-FeatureName", | ||
"value": "[Path.featureName]" | ||
}, | ||
{ | ||
"name": "-KubernetesClusterName", | ||
"value": "[Path.kubernetesClusterName]" | ||
}, | ||
{ | ||
"name": "-ResourceGroupName", | ||
"value": "[Path.resourceGroupName]" | ||
}, | ||
{ | ||
"name": "-SubscriptionId", | ||
"value": "[Path.subscriptionId]" | ||
} | ||
] | ||
} | ||
] | ||
}, | ||
{ | ||
"name": "Remove-AzNetworkCloudKubernetesClusterFeature", | ||
"description": "Delete the provided Kubernetes cluster feature.", | ||
"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/kubernetesClusters/{kubernetesClusterName}/features/{featureName}", | ||
"help": { | ||
"learnMore": { | ||
"url": "https://learn.microsoft.com/powershell/module/az.networkcloud/remove-aznetworkcloudkubernetesclusterfeature" | ||
}, | ||
"parameterSets": [ | ||
{ | ||
"parameters": [ | ||
"-FeatureName <String>", | ||
"-KubernetesClusterName <String>", | ||
"-ResourceGroupName <String>", | ||
"[-SubscriptionId <String>]" | ||
] | ||
} | ||
] | ||
}, | ||
"examples": [ | ||
{ | ||
"description": "Delete the provided Kubernetes cluster feature.", | ||
"parameters": [ | ||
{ | ||
"name": "-FeatureName", | ||
"value": "[Path.featureName]" | ||
}, | ||
{ | ||
"name": "-KubernetesClusterName", | ||
"value": "[Path.kubernetesClusterName]" | ||
}, | ||
{ | ||
"name": "-ResourceGroupName", | ||
"value": "[Path.resourceGroupName]" | ||
}, | ||
{ | ||
"name": "-SubscriptionId", | ||
"value": "[Path.subscriptionId]" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
] | ||
} |
2 changes: 1 addition & 1 deletion
2
src/NetworkCloud/NetworkCloud.Autorest/UX/Microsoft.NetworkCloud/kubernetesClusters.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
2 changes: 1 addition & 1 deletion
2
src/NetworkCloud/NetworkCloud.Autorest/UX/Microsoft.NetworkCloud/l2Networks.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
2 changes: 1 addition & 1 deletion
2
src/NetworkCloud/NetworkCloud.Autorest/UX/Microsoft.NetworkCloud/l3Networks.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
2 changes: 1 addition & 1 deletion
2
src/NetworkCloud/NetworkCloud.Autorest/UX/Microsoft.NetworkCloud/rackSkus.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
2 changes: 1 addition & 1 deletion
2
src/NetworkCloud/NetworkCloud.Autorest/UX/Microsoft.NetworkCloud/racks.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
Oops, something went wrong.