npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

@datafire/azure_azsadmin_productdeployment

v3.0.0

Published

DataFire integration for DeploymentAdminClient

Readme

@datafire/azure_azsadmin_productdeployment

Client library for DeploymentAdminClient

Installation and Usage

npm install --save @datafire/azure_azsadmin_productdeployment
let azure_azsadmin_productdeployment = require('@datafire/azure_azsadmin_productdeployment').create({
  access_token: "",
  refresh_token: "",
  client_id: "",
  client_secret: "",
  redirect_uri: ""
});

.then(data => {
  console.log(data);
});

Description

Deployment Admin Client.

Actions

ProductDeployments_List

Invokes bootstrap action on the product deployment

azure_azsadmin_productdeployment.ProductDeployments_List({
  "subscriptionId": "",
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: Subscription credentials that uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
    • api-version required string: Client API Version.

Output

ProductDeployments_Get

Invokes bootstrap action on the product deployment

azure_azsadmin_productdeployment.ProductDeployments_Get({
  "subscriptionId": "",
  "api-version": "",
  "productId": ""
}, context)

Input

  • input object
    • subscriptionId required string: Subscription credentials that uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
    • api-version required string: Client API Version.
    • productId required string: The product identifier.

Output

ProductDeployments_BootStrap

Invokes bootstrap action on the product deployment

azure_azsadmin_productdeployment.ProductDeployments_BootStrap({
  "subscriptionId": "",
  "productId": "",
  "bootstrapActionParameter": {},
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: Subscription credentials that uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
    • productId required string: The product identifier.
    • bootstrapActionParameter required object: Parameters for bootstrap action
      • version string: Generic Version object
    • api-version required string: Client API Version.

Output

Output schema unknown

ProductDeployments_Deploy

Invokes deploy action on the product

azure_azsadmin_productdeployment.ProductDeployments_Deploy({
  "subscriptionId": "",
  "productId": "",
  "deployActionParameter": {},
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: Subscription credentials that uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
    • productId required string: The product identifier.
    • deployActionParameter required object: Parameters for deploy action
      • parameters string: Deployment parameters, value in JToken
      • version string: Generic Version object
    • api-version required string: Client API Version.

Output

Output schema unknown

ProductDeployments_Lock

locks the product subscription

azure_azsadmin_productdeployment.ProductDeployments_Lock({
  "subscriptionId": "",
  "productId": "",
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: Subscription credentials that uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
    • productId required string: The product identifier.
    • api-version required string: Client API Version.

Output

Output schema unknown

ProductDeployments_Remove

Invokes remove action on the product deployment

azure_azsadmin_productdeployment.ProductDeployments_Remove({
  "subscriptionId": "",
  "productId": "",
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: Subscription credentials that uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
    • productId required string: The product identifier.
    • api-version required string: Client API Version.

Output

Output schema unknown

ProductDeployments_RotateSecrets

Invokes rotate secrets action on the product deployment

azure_azsadmin_productdeployment.ProductDeployments_RotateSecrets({
  "subscriptionId": "",
  "productId": "",
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: Subscription credentials that uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
    • productId required string: The product identifier.
    • api-version required string: Client API Version.

Output

Output schema unknown

ProductDeployments_Unlock

Unlocks the product subscription

azure_azsadmin_productdeployment.ProductDeployments_Unlock({
  "subscriptionId": "",
  "productId": "",
  "unlockActionParameter": {},
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: Subscription credentials that uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
    • productId required string: The product identifier.
    • unlockActionParameter required object: Parameters for bootstrap action
      • duration string: Duration in TimeSpan format(Define which ISO format)
    • api-version required string: Client API Version.

Output

Output schema unknown

Definitions

BootStrapActionParameters

  • BootStrapActionParameters object: Parameters for bootstrap action
    • version string: Generic Version object

DeployActionParameters

  • DeployActionParameters object: Parameters for deploy action
    • parameters string: Deployment parameters, value in JToken
    • version string: Generic Version object

DeploymentInfo

  • DeploymentInfo object: Resource provider deployment information
    • actionPlanInstanceResourceId string: The identifier of the latest action plan instance resource.
    • eTag string: entity tag
    • parameters string: The latest deployment parameters as JToken
    • version string: The product version

DeploymentStatus

  • DeploymentStatus string (values: None, Bootstrapping, BootstrapSucceeded, BootstrapFailed, Deploying, DeploymentSucceeded, DeploymentFailed, Updating, UpdateSucceeded, UpdateFailed, Removing, RemoveFailed, SecretRotationInProgress, SecretRotationSucceeded, SecretRotationFailed, Migrated): Status of an operation.

ExtendedErrorInfo

ExternalAccessInfo

  • ExternalAccessInfo object: Resource provider deployment information
    • expirationTime string: The deployment start time
    • principalId string: The object identifier of the user, group or service principal that have access to resource provider subscription.

ProductDeploymentResourceEntity

  • ProductDeploymentResourceEntity object: Product deployment entity
    • eTag string: entity tag
    • properties ProductDeploymentsProperties
    • id string: ID of the resource.
    • location string: Location of the resource.
    • name string: Name of the resource.
    • type string: Type of Resource.

ProductDeploymentsInternalState

  • ProductDeploymentsInternalState object: Resource type internal state
    • externalAccessRoleAssignmentId string: The current external access role assignment identifier
    • intermediateVaultId string: The intermediate vault resource identifier
    • intermediateVaultUri string: The intermediate vault Uri.
    • jobId string: The latest deployment job identifier

ProductDeploymentsList

  • ProductDeploymentsList object: List of Product Deployments.

ProductDeploymentsProperties

SecretRotationInfo

  • SecretRotationInfo object: Resource provider deployment information
    • secretRotationPlanInstanceResourceId string: The identifier of the latest secret rotation plan instance resource.

UnlockActionParameters

  • UnlockActionParameters object: Parameters for bootstrap action
    • duration string: Duration in TimeSpan format(Define which ISO format)