From d555f38e55a69920918564c65a6667e6fd57948f Mon Sep 17 00:00:00 2001 From: Shawn Melton <11204251+wsmelton@users.noreply.github.com> Date: Tue, 20 Jul 2021 14:46:12 -0500 Subject: [PATCH] docs rename about files to proper class name --- ...d => Thycotic.PowerShell.Authentication.Session.md} | 4 ++-- ...etaudit.md => Thycotic.PowerShell.Secrets.Audit.md} | 10 +++++----- ...d => Thycotic.PowerShell.Secrets.DetailSettings.md} | 0 ...e.md => Thycotic.PowerShell.Secrets.DetailState.md} | 0 ... => Thycotic.PowerShell.Secrets.HeartbeatStatus.md} | 2 +- ...retitem.md => Thycotic.PowerShell.Secrets.Items.md} | 1 + ...lookup.md => Thycotic.PowerShell.Secrets.Lookup.md} | 0 ...otic.PowerShell.Secrets.OneTimePasswordSettings.md} | 0 ...d => Thycotic.PowerShell.Secrets.PasswordStatus.md} | 2 +- ...Thycotic.PowerShell.Secrets.RdpLauncherSettings.md} | 0 ...secret.md => Thycotic.PowerShell.Secrets.Secret.md} | 8 ++++---- ...Thycotic.PowerShell.Secrets.SshLauncherSettings.md} | 0 ...mmary.md => Thycotic.PowerShell.Secrets.Summary.md} | 8 ++++---- ...hycotic.PowerShell.Secrets.SummaryExtendedField.md} | 0 14 files changed, 18 insertions(+), 17 deletions(-) rename docs/about_topics/authentication/{about_tsssession.md => Thycotic.PowerShell.Authentication.Session.md} (91%) rename docs/about_topics/secrets/{about_tsssecretaudit.md => Thycotic.PowerShell.Secrets.Audit.md} (65%) rename docs/about_topics/secrets/{about_tsssecretdetailsettings.md => Thycotic.PowerShell.Secrets.DetailSettings.md} (100%) rename docs/about_topics/secrets/{about_tsssecretdetailstate.md => Thycotic.PowerShell.Secrets.DetailState.md} (100%) rename docs/about_topics/secrets/{about_tsssecretheartbeatstatus.md => Thycotic.PowerShell.Secrets.HeartbeatStatus.md} (93%) rename docs/about_topics/secrets/{about_tsssecretitem.md => Thycotic.PowerShell.Secrets.Items.md} (96%) rename docs/about_topics/secrets/{about_tsssecretlookup.md => Thycotic.PowerShell.Secrets.Lookup.md} (100%) rename docs/about_topics/secrets/{about_tssonetimepasswordsettings.md => Thycotic.PowerShell.Secrets.OneTimePasswordSettings.md} (100%) rename docs/about_topics/secrets/{about_tsssecretpasswordstatus.md => Thycotic.PowerShell.Secrets.PasswordStatus.md} (94%) rename docs/about_topics/secrets/{about_tssrdplaunchersettings.md => Thycotic.PowerShell.Secrets.RdpLauncherSettings.md} (100%) rename docs/about_topics/secrets/{about_tsssecret.md => Thycotic.PowerShell.Secrets.Secret.md} (91%) rename docs/about_topics/secrets/{about_tsssshlaunchersettings.md => Thycotic.PowerShell.Secrets.SshLauncherSettings.md} (100%) rename docs/about_topics/secrets/{about_tsssecretsummary.md => Thycotic.PowerShell.Secrets.Summary.md} (85%) rename docs/about_topics/secrets/{about_tsssecretsummaryextendedfield.md => Thycotic.PowerShell.Secrets.SummaryExtendedField.md} (100%) diff --git a/docs/about_topics/authentication/about_tsssession.md b/docs/about_topics/authentication/Thycotic.PowerShell.Authentication.Session.md similarity index 91% rename from docs/about_topics/authentication/about_tsssession.md rename to docs/about_topics/authentication/Thycotic.PowerShell.Authentication.Session.md index ea3fc224..fa30e24a 100644 --- a/docs/about_topics/authentication/about_tsssession.md +++ b/docs/about_topics/authentication/Thycotic.PowerShell.Authentication.Session.md @@ -3,7 +3,7 @@ title: "Thycotic.PowerShell.Authentication.Session" --- # TOPIC - This help topic describes the Session class in the Thycotic.SecretServer module. + This help topic describes the Thycotic.PowerShell.Authentication.Session class in the Thycotic.SecretServer module. # CLASS Thycotic.PowerShell.Authentication.Session @@ -12,7 +12,7 @@ title: "Thycotic.PowerShell.Authentication.Session" None # DESCRIPTION - The TssSession class represents an authenticated object to Secret Server. + The Thycotic.PowerShell.Authentication.Session class represents an authenticated object to Secret Server. New-TssSession is used to create an instance of this class type. # CONSTRUCTORS diff --git a/docs/about_topics/secrets/about_tsssecretaudit.md b/docs/about_topics/secrets/Thycotic.PowerShell.Secrets.Audit.md similarity index 65% rename from docs/about_topics/secrets/about_tsssecretaudit.md rename to docs/about_topics/secrets/Thycotic.PowerShell.Secrets.Audit.md index 6a16f5a1..7bcd24e1 100644 --- a/docs/about_topics/secrets/about_tsssecretaudit.md +++ b/docs/about_topics/secrets/Thycotic.PowerShell.Secrets.Audit.md @@ -1,18 +1,18 @@ --- -title: "TssSecretAudit" +title: "Thycotic.PowerShell.Secrets.Audit" --- # TOPIC - This help topic describes the TssSecretAudit class in the Thycotic.SecretServer module + This help topic describes the Thycotic.PowerShell.Secrets.Audit class in the Thycotic.SecretServer module # CLASS - TssSecretAudit + Thycotic.PowerShell.Secrets.Audit # INHERITANCE None # DESCRIPTION - The TssSecretAudit class represents the SecretAudit object returned by Secret Server endpoint GET /users/{id}/audits + The Thycotic.PowerShell.Secrets.Audit class represents the SecretAudit object returned by Secret Server endpoint GET /users/{id}/audits # CONSTRUCTORS new() @@ -55,7 +55,7 @@ title: "TssSecretAudit" Status TicketNumber - Ticket Number of Audit` + Ticket Number of Audit # METHODS diff --git a/docs/about_topics/secrets/about_tsssecretdetailsettings.md b/docs/about_topics/secrets/Thycotic.PowerShell.Secrets.DetailSettings.md similarity index 100% rename from docs/about_topics/secrets/about_tsssecretdetailsettings.md rename to docs/about_topics/secrets/Thycotic.PowerShell.Secrets.DetailSettings.md diff --git a/docs/about_topics/secrets/about_tsssecretdetailstate.md b/docs/about_topics/secrets/Thycotic.PowerShell.Secrets.DetailState.md similarity index 100% rename from docs/about_topics/secrets/about_tsssecretdetailstate.md rename to docs/about_topics/secrets/Thycotic.PowerShell.Secrets.DetailState.md diff --git a/docs/about_topics/secrets/about_tsssecretheartbeatstatus.md b/docs/about_topics/secrets/Thycotic.PowerShell.Secrets.HeartbeatStatus.md similarity index 93% rename from docs/about_topics/secrets/about_tsssecretheartbeatstatus.md rename to docs/about_topics/secrets/Thycotic.PowerShell.Secrets.HeartbeatStatus.md index 4462f86c..bc3c77d8 100644 --- a/docs/about_topics/secrets/about_tsssecretheartbeatstatus.md +++ b/docs/about_topics/secrets/Thycotic.PowerShell.Secrets.HeartbeatStatus.md @@ -27,4 +27,4 @@ title: "Thycotic.PowerShell.Secrets.HeartbeatStatus" # METHODS # RELATED LINKS: - Get-Thycotic.PowerShell.Secrets.HeartbeatStatus \ No newline at end of file + Get-TssSecretHeartbeatStatus \ No newline at end of file diff --git a/docs/about_topics/secrets/about_tsssecretitem.md b/docs/about_topics/secrets/Thycotic.PowerShell.Secrets.Items.md similarity index 96% rename from docs/about_topics/secrets/about_tsssecretitem.md rename to docs/about_topics/secrets/Thycotic.PowerShell.Secrets.Items.md index 119ef53d..d97ef324 100644 --- a/docs/about_topics/secrets/about_tsssecretitem.md +++ b/docs/about_topics/secrets/Thycotic.PowerShell.Secrets.Items.md @@ -54,6 +54,7 @@ title: "Thycotic.PowerShell.Secrets.Items" # METHODS # RELATED LINKS: + Thycotic.PowerShell.Secrets.Secret Get-TssSecret Get-TssSecretStub New-TssSecret \ No newline at end of file diff --git a/docs/about_topics/secrets/about_tsssecretlookup.md b/docs/about_topics/secrets/Thycotic.PowerShell.Secrets.Lookup.md similarity index 100% rename from docs/about_topics/secrets/about_tsssecretlookup.md rename to docs/about_topics/secrets/Thycotic.PowerShell.Secrets.Lookup.md diff --git a/docs/about_topics/secrets/about_tssonetimepasswordsettings.md b/docs/about_topics/secrets/Thycotic.PowerShell.Secrets.OneTimePasswordSettings.md similarity index 100% rename from docs/about_topics/secrets/about_tssonetimepasswordsettings.md rename to docs/about_topics/secrets/Thycotic.PowerShell.Secrets.OneTimePasswordSettings.md diff --git a/docs/about_topics/secrets/about_tsssecretpasswordstatus.md b/docs/about_topics/secrets/Thycotic.PowerShell.Secrets.PasswordStatus.md similarity index 94% rename from docs/about_topics/secrets/about_tsssecretpasswordstatus.md rename to docs/about_topics/secrets/Thycotic.PowerShell.Secrets.PasswordStatus.md index e3c02fd0..95e590c3 100644 --- a/docs/about_topics/secrets/about_tsssecretpasswordstatus.md +++ b/docs/about_topics/secrets/Thycotic.PowerShell.Secrets.PasswordStatus.md @@ -36,4 +36,4 @@ title: "Thycotic.PowerShell.Secrets.PasswordStatus" # METHODS # RELATED LINKS: - Get-Thycotic.PowerShell.Secrets.PasswordStatus \ No newline at end of file + Get-TssSecretPasswordStatus \ No newline at end of file diff --git a/docs/about_topics/secrets/about_tssrdplaunchersettings.md b/docs/about_topics/secrets/Thycotic.PowerShell.Secrets.RdpLauncherSettings.md similarity index 100% rename from docs/about_topics/secrets/about_tssrdplaunchersettings.md rename to docs/about_topics/secrets/Thycotic.PowerShell.Secrets.RdpLauncherSettings.md diff --git a/docs/about_topics/secrets/about_tsssecret.md b/docs/about_topics/secrets/Thycotic.PowerShell.Secrets.Secret.md similarity index 91% rename from docs/about_topics/secrets/about_tsssecret.md rename to docs/about_topics/secrets/Thycotic.PowerShell.Secrets.Secret.md index 07492a07..f1ac390e 100644 --- a/docs/about_topics/secrets/about_tsssecret.md +++ b/docs/about_topics/secrets/Thycotic.PowerShell.Secrets.Secret.md @@ -1,18 +1,18 @@ --- -title: "TssSecret" +title: "Thycotic.PowerShell.Secrets.Secret" --- # TOPIC - This help topic describes the TssSecret class in the Thycotic.SecretServer module. + This help topic describes the Thycotic.PowerShell.Secrets.Secret class in the Thycotic.SecretServer module. # CLASS - TssSecret + Thycotic.PowerShell.Secrets.Secret # INHERITANCE None # DESCRIPTION - The TssSecret class represents the SecretModel object returned by Secret Server endpoint /secrets{id}. + The Thycotic.PowerShell.Secrets.Secret class represents the SecretModel object returned by Secret Server endpoint GET /secrets/{id}. # CONSTRUCTORS new() diff --git a/docs/about_topics/secrets/about_tsssshlaunchersettings.md b/docs/about_topics/secrets/Thycotic.PowerShell.Secrets.SshLauncherSettings.md similarity index 100% rename from docs/about_topics/secrets/about_tsssshlaunchersettings.md rename to docs/about_topics/secrets/Thycotic.PowerShell.Secrets.SshLauncherSettings.md diff --git a/docs/about_topics/secrets/about_tsssecretsummary.md b/docs/about_topics/secrets/Thycotic.PowerShell.Secrets.Summary.md similarity index 85% rename from docs/about_topics/secrets/about_tsssecretsummary.md rename to docs/about_topics/secrets/Thycotic.PowerShell.Secrets.Summary.md index b6f5cf4c..866f187e 100644 --- a/docs/about_topics/secrets/about_tsssecretsummary.md +++ b/docs/about_topics/secrets/Thycotic.PowerShell.Secrets.Summary.md @@ -1,18 +1,18 @@ --- -title: "TssSecretSummary" +title: "Thycotic.PowerShell.Secrets.Summary" --- # TOPIC - This help topic describes the TssSecretSummary class in the Thycotic.SecretServer module + This help topic describes the Thycotic.PowerShell.Secrets.Summary class in the Thycotic.SecretServer module # CLASS - TssSecretSummary + Thycotic.PowerShell.Secrets.Summary # INHERITANCE None # DESCRIPTION - The TssSecretSummary class represents the SecretSummary object returned by Secret Server endpoint GET /secrets and GET /secrets/{id}/summary + The Thycotic.PowerShell.Secrets.Summary class represents the SecretSummary object returned by Secret Server endpoint GET /secrets and GET /secrets/{id}/summary # CONSTRUCTORS new() diff --git a/docs/about_topics/secrets/about_tsssecretsummaryextendedfield.md b/docs/about_topics/secrets/Thycotic.PowerShell.Secrets.SummaryExtendedField.md similarity index 100% rename from docs/about_topics/secrets/about_tsssecretsummaryextendedfield.md rename to docs/about_topics/secrets/Thycotic.PowerShell.Secrets.SummaryExtendedField.md