Skip to content

Commit

Permalink
UTF-8 w/ BOM
Browse files Browse the repository at this point in the history
  • Loading branch information
TehMuffinMoo committed Jul 16, 2024
1 parent b8a5da6 commit 8496eff
Show file tree
Hide file tree
Showing 22 changed files with 22 additions and 22 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
function Get-B1APIKey {
function Get-B1APIKey {
<#
.SYNOPSIS
Retrieves a list of BloxOne Cloud API Keys
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
function Get-B1AuditLog {
function Get-B1AuditLog {
<#
.SYNOPSIS
Queries the BloxOneDDI Audit Log
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
function Get-B1CSPCurrentUser {
function Get-B1CSPCurrentUser {
<#
.SYNOPSIS
Retrieves the user associated with the current API key
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
function Get-B1Compartment {
function Get-B1Compartment {
<#
.SYNOPSIS
Retrieves a list of Compartments from the BloxOne Cloud
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
function Get-B1DNSEvent {
function Get-B1DNSEvent {
<#
.SYNOPSIS
Queries the BloxOne Threat Defense DNS Events
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
function Get-B1DNSLog {
function Get-B1DNSLog {
<#
.SYNOPSIS
Queries the BloxOneDDI DNS Log
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
function Get-B1Location {
function Get-B1Location {
<#
.SYNOPSIS
Retrieves a list of Locations defined within BloxOne Cloud
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
function Get-B1SecurityLog {
function Get-B1SecurityLog {
<#
.SYNOPSIS
Queries the BloxOneDDI Security Log
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
function Get-B1ServiceLog {
function Get-B1ServiceLog {
<#
.SYNOPSIS
Queries the BloxOneDDI Service Log
Expand Down
2 changes: 1 addition & 1 deletion Modules/ibPS/Functions/BloxOne/BloxOneCloud/Get-B1User.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
function Get-B1User {
function Get-B1User {
<#
.SYNOPSIS
Retrieves a list of users from the BloxOne Cloud
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
function Get-B1UserAPIKey {
function Get-B1UserAPIKey {
<#
.SYNOPSIS
Retrieves a list of Interactive BloxOne Cloud API Keys for your user
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
function New-B1APIKey {
function New-B1APIKey {
<#
.SYNOPSIS
Creates a new BloxOne Cloud API Key
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
function New-B1Location {
function New-B1Location {
<#
.SYNOPSIS
Creates a new Location within BloxOne Cloud
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
function Remove-B1APIKey {
function Remove-B1APIKey {
<#
.SYNOPSIS
Removes a BloxOne Cloud API Key
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
function Remove-B1Location {
function Remove-B1Location {
<#
.SYNOPSIS
Removes a Location from the BloxOne Cloud
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
function Set-B1APIKey {
function Set-B1APIKey {
<#
.SYNOPSIS
Updates an existing BloxOne Cloud API Key
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
function Set-B1Location {
function Set-B1Location {
<#
.SYNOPSIS
Updates a Location within BloxOne Cloud
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
function ConvertTo-PunyCode {
function ConvertTo-PunyCode {
<#
.SYNOPSIS
Uses the BloxOne API to convert a domain name to Punycode
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
function Get-B1ThreatFeeds {
function Get-B1ThreatFeeds {
<#
.SYNOPSIS
Use this cmdlet to retrieve information on all Threat Feed objects for the account
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
function Get-B1ThreatIntel {
function Get-B1ThreatIntel {
<#
.SYNOPSIS
Queries Threat Intel analysis, alerts, advisories & other reports from Infoblox Threat Intel
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
function Get-B1TideThreats {
function Get-B1TideThreats {
<#
.SYNOPSIS
Queries active threats from the TIDE API
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
function Submit-B1TideData {
function Submit-B1TideData {
<#
.SYNOPSIS
Used to submit threat indicators into a TIDE Data Profile
Expand Down

0 comments on commit 8496eff

Please sign in to comment.