Skip to content

Commit

Permalink
add or modify files (#21989)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sathiyan Sivathas authored Jan 5, 2023
1 parent 21a14e3 commit 3dae944
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@
"tags": [
"PacketCoreControlPlaneRollback"
],
"operationId": "PacketCoreControlPlane_Rollback",
"operationId": "PacketCoreControlPlanes_Rollback",
"description": "Roll back the specified packet core control plane to the previous version, \"rollbackVersion\". Multiple consecutive rollbacks are not possible. This action may cause a service outage.",
"parameters": [
{
Expand Down Expand Up @@ -366,7 +366,7 @@
"tags": [
"PacketCoreControlPlaneReinstall"
],
"operationId": "PacketCoreControlPlane_Reinstall",
"operationId": "PacketCoreControlPlanes_Reinstall",
"description": "Reinstall the specified packet core control plane. This action will remove any transaction state from the packet core to return it to a known state. This action will cause a service outage.",
"parameters": [
{
Expand Down Expand Up @@ -415,7 +415,7 @@
"tags": [
"PacketCoreControlPlaneCollectDiagnosticsPackage"
],
"operationId": "PacketCoreControlPlane_CollectDiagnosticsPackage",
"operationId": "PacketCoreControlPlanes_CollectDiagnosticsPackage",
"description": "Collect a diagnostics package for the specified packet core control plane. This action will upload the diagnostics to a storage account.",
"parameters": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@
"tags": [
"SIMs"
],
"operationId": "Sim_BulkUpload",
"operationId": "Sims_BulkUpload",
"description": "Bulk upload SIMs to a SIM group.",
"parameters": [
{
Expand Down Expand Up @@ -299,7 +299,7 @@
"tags": [
"SIMs"
],
"operationId": "Sim_BulkDelete",
"operationId": "Sims_BulkDelete",
"description": "Bulk delete SIMs from a SIM group.",
"parameters": [
{
Expand Down Expand Up @@ -360,7 +360,7 @@
"tags": [
"SIMs"
],
"operationId": "Sim_BulkUploadEncrypted",
"operationId": "Sims_BulkUploadEncrypted",
"description": "Bulk upload SIMs in encrypted form to a SIM group. The SIM credentials must be encrypted.",
"parameters": [
{
Expand Down

0 comments on commit 3dae944

Please sign in to comment.