Export/import enhancements, cert approvals, graph ql #312
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Invoke-VcGraphQL
for queries and mutations. This isn't used for much as of now, but the framework is here for when it's needed.Get-VcData
to useInvoke-VcGraphQL
for Application and Team id and names. Quite often we are just converting names into IDs so graphql should give us a performance bump as opposed to the REST api.Initialize-PSSodium -Force
to force installation of the module if it doesn't exist. This is used by the new parametersExport-VcCertificate -Force
,Import-VcCertificate -Force
,New-VcMachine -Force
,New-VcMachineCommonKeystore -Force
, andNew-VcMachineIis -Force
.Export-VcCertificate -PKCS12
to allow exporting to base64 in addition to a file.Set-VcCertificateRequest
to approve requests. Optionally, use-Wait
for the certificate to be issued and certificate details to be available.Add-VcCertificateAssociation