Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 21 additions & 12 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,21 +1,107 @@
# Release History

## 1.0.2 (Unreleased)
## 2.0.0 (2026-02-11)

### Features Added
- Added operation group DeploymentStacksWhatIfResultsAtManagementGroupOperations
- Added operation group DeploymentStacksWhatIfResultsAtResourceGroupOperations
- Added operation group DeploymentStacksWhatIfResultsAtSubscriptionOperations
- Added operation DeploymentStacksOperations.createOrUpdateAtManagementGroup
- Added operation DeploymentStacksOperations.createOrUpdateAtResourceGroup
- Added operation DeploymentStacksOperations.createOrUpdateAtSubscription
- Added operation DeploymentStacksOperations.deleteAtManagementGroup
- Added operation DeploymentStacksOperations.deleteAtResourceGroup
- Added operation DeploymentStacksOperations.deleteAtSubscription
- Added operation DeploymentStacksOperations.validateStackAtManagementGroup
- Added operation DeploymentStacksOperations.validateStackAtResourceGroup
- Added operation DeploymentStacksOperations.validateStackAtSubscription
- Added Interface DeploymentExtension
- Added Interface DeploymentExtensionConfig
- Added Interface DeploymentExtensionConfigItem
- Added Interface DeploymentExternalInput
- Added Interface DeploymentExternalInputDefinition
- Added Interface DeploymentStacksChangeBase
- Added Interface DeploymentStacksChangeBaseDenyStatusMode
- Added Interface DeploymentStacksChangeBaseDeploymentStacksManagementStatus
- Added Interface DeploymentStacksChangeDeltaDenySettings
- Added Interface DeploymentStacksChangeDeltaRecord
- Added Interface DeploymentStacksDiagnostic
- Added Interface DeploymentStacksWhatIfChange
- Added Interface DeploymentStacksWhatIfPropertyChange
- Added Interface DeploymentStacksWhatIfResourceChange
- Added Interface DeploymentStacksWhatIfResult
- Added Interface DeploymentStacksWhatIfResultProperties
- Added Interface DeploymentStacksWhatIfResultsAtManagementGroupCreateOrUpdateOptionalParams
- Added Interface DeploymentStacksWhatIfResultsAtManagementGroupDeleteOptionalParams
- Added Interface DeploymentStacksWhatIfResultsAtManagementGroupGetOptionalParams
- Added Interface DeploymentStacksWhatIfResultsAtManagementGroupListOptionalParams
- Added Interface DeploymentStacksWhatIfResultsAtManagementGroupWhatIfOptionalParams
- Added Interface DeploymentStacksWhatIfResultsAtResourceGroupCreateOrUpdateOptionalParams
- Added Interface DeploymentStacksWhatIfResultsAtResourceGroupDeleteOptionalParams
- Added Interface DeploymentStacksWhatIfResultsAtResourceGroupGetOptionalParams
- Added Interface DeploymentStacksWhatIfResultsAtResourceGroupListOptionalParams
- Added Interface DeploymentStacksWhatIfResultsAtResourceGroupWhatIfOptionalParams
- Added Interface DeploymentStacksWhatIfResultsAtSubscriptionCreateOrUpdateOptionalParams
- Added Interface DeploymentStacksWhatIfResultsAtSubscriptionDeleteOptionalParams
- Added Interface DeploymentStacksWhatIfResultsAtSubscriptionGetOptionalParams
- Added Interface DeploymentStacksWhatIfResultsAtSubscriptionListOptionalParams
- Added Interface DeploymentStacksWhatIfResultsAtSubscriptionWhatIfOptionalParams
- Added Interface ErrorResponse
- Added Interface PagedAsyncIterableIterator
- Added Interface PageSettings
- Added Interface ProxyResource
- Added Interface Resource
- Added Interface RestorePollerOptions
- Added Interface SimplePollerLike
- Interface ActionOnUnmanage has a new optional parameter resourcesWithoutDeleteSupport
- Interface DeploymentParameter has a new optional parameter expression
- Interface DeploymentStackProperties has a new optional parameter deploymentExtensions
- Interface DeploymentStackProperties has a new optional parameter extensionConfigs
- Interface DeploymentStackProperties has a new optional parameter externalInputDefinitions
- Interface DeploymentStackProperties has a new optional parameter externalInputs
- Interface DeploymentStackProperties has a new optional parameter validationLevel
- Interface DeploymentStackValidateProperties has a new optional parameter deploymentExtensions
- Interface DeploymentStackValidateProperties has a new optional parameter validationLevel
- Interface ManagedResourceReference has a new optional parameter apiVersion
- Interface ManagedResourceReference has a new optional parameter extension
- Interface ManagedResourceReference has a new optional parameter identifiers
- Interface ManagedResourceReference has a new optional parameter type
- Interface ResourceReference has a new optional parameter apiVersion
- Interface ResourceReference has a new optional parameter extension
- Interface ResourceReference has a new optional parameter identifiers
- Interface ResourceReference has a new optional parameter type
- Interface ResourceReferenceExtended has a new optional parameter apiVersion
- Interface ResourceReferenceExtended has a new optional parameter extension
- Interface ResourceReferenceExtended has a new optional parameter identifiers
- Interface ResourceReferenceExtended has a new optional parameter type
- Added Type Alias AzureSupportedClouds
- Added Type Alias DeploymentStacksDiagnosticLevel
- Added Type Alias DeploymentStacksManagementStatus
- Added Type Alias DeploymentStacksWhatIfChangeCertainty
- Added Type Alias DeploymentStacksWhatIfChangeType
- Added Type Alias DeploymentStacksWhatIfPropertyChangeType
- Added Type Alias ResourcesWithoutDeleteSupportAction
- Added Type Alias ValidationLevel
- Added Enum AzureClouds
- Added Enum KnownDeploymentStacksDiagnosticLevel
- Added Enum KnownDeploymentStacksManagementStatus
- Added Enum KnownDeploymentStacksWhatIfChangeCertainty
- Added Enum KnownDeploymentStacksWhatIfChangeType
- Added Enum KnownDeploymentStacksWhatIfPropertyChangeType
- Added Enum KnownResourcesWithoutDeleteSupportAction
- Added Enum KnownValidationLevel
- Added Enum KnownVersions
- Enum KnownDenyStatusMode has a new value Unknown
- Enum KnownDeploymentStackProvisioningState has a new value Initializing
- Enum KnownDeploymentStackProvisioningState has a new value Running

### Breaking Changes
- Removed Interface AzureResourceBase
- Removed Interface DeploymentStacksError
- Removed Type Alias DeploymentStacksDeleteDetachEnum
- Removed Enum KnownDeploymentStacksDeleteDetachEnum

### Bugs Fixed

### Other Changes

## 1.0.1 (2025-08-22)

### Other Changes

- Other fixes


## 1.0.0 (2024-06-24)

### Features Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
SOFTWARE.
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ This package contains an isomorphic SDK (runs both in Node.js and in browsers) f

The APIs listed in this specification can be used to manage Deployment stack resources through the Azure Resource Manager.

[Source code](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/resourcesdeploymentstacks/arm-resourcesdeploymentstacks) |
[Package (NPM)](https://www.npmjs.com/package/@azure/arm-resourcesdeploymentstacks) |
[API reference documentation](https://learn.microsoft.com/javascript/api/@azure/arm-resourcesdeploymentstacks) |
[Samples](https://github.com/Azure-Samples/azure-samples-js-management)
Key links:

- [Source code](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/resourcesdeploymentstacks/arm-resourcesdeploymentstacks)
- [Package (NPM)](https://www.npmjs.com/package/@azure/arm-resourcesdeploymentstacks)
- [API reference documentation](https://learn.microsoft.com/javascript/api/@azure/arm-resourcesdeploymentstacks)
- [Samples](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/resourcesdeploymentstacks/arm-resourcesdeploymentstacks/samples)

## Getting started

Expand Down Expand Up @@ -35,7 +37,7 @@ npm install @azure/arm-resourcesdeploymentstacks
To create a client object to access the Azure DeploymentStacks API, you will need the `endpoint` of your Azure DeploymentStacks resource and a `credential`. The Azure DeploymentStacks client can use Azure Active Directory credentials to authenticate.
You can find the endpoint for your Azure DeploymentStacks resource in the [Azure Portal][azure_portal].

You can authenticate with Azure Active Directory using a credential from the [@azure/identity][azure_identity] library or [an existing AAD Token](https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/identity/identity/samples/AzureIdentityExamples.md#authenticating-with-a-pre-fetched-access-token).
You can authenticate with Azure Active Directory using a credential from the [@azure/identity][azure_identity] library or [an existing AAD Token](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/identity/identity/samples/AzureIdentityExamples.md#authenticating-with-a-pre-fetched-access-token).

To use the [DefaultAzureCredential][defaultazurecredential] provider shown below, or other credential providers provided with the Azure SDK, please install the `@azure/identity` package:

Expand All @@ -44,7 +46,6 @@ npm install @azure/identity
```

You will also need to **register a new AAD application and grant access to Azure DeploymentStacks** by assigning the suitable role to your service principal (note: roles such as `"Owner"` will not grant the necessary permissions).
Set the values of the client ID, tenant ID, and client secret of the AAD application as environment variables: `AZURE_CLIENT_ID`, `AZURE_TENANT_ID`, `AZURE_CLIENT_SECRET`.

For more information about how to create an Azure AD Application check out [this guide](https://learn.microsoft.com/azure/active-directory/develop/howto-create-service-principal-portal).

Expand All @@ -64,16 +65,16 @@ For browser environments, use the `InteractiveBrowserCredential` from the `@azur
import { InteractiveBrowserCredential } from "@azure/identity";
import { DeploymentStacksClient } from "@azure/arm-resourcesdeploymentstacks";

const subscriptionId = "00000000-0000-0000-0000-000000000000";
const credential = new InteractiveBrowserCredential({
tenantId: "<YOUR_TENANT_ID>",
clientId: "<YOUR_CLIENT_ID>",
});
const subscriptionId = "00000000-0000-0000-0000-000000000000";
const client = new DeploymentStacksClient(credential, subscriptionId);
```

### JavaScript Bundle

### JavaScript Bundle
To use this client library in the browser, first you need to use a bundler. For details on how to do this, please refer to our [bundling documentation](https://aka.ms/AzureSDKBundling).

## Key concepts
Expand All @@ -98,7 +99,7 @@ For more detailed instructions on how to enable logs, you can look at the [@azur

## Next steps

Please take a look at the [samples](https://github.com/Azure-Samples/azure-samples-js-management) directory for detailed examples on how to use this library.
Please take a look at the [samples](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/resourcesdeploymentstacks/arm-resourcesdeploymentstacks/samples) directory for detailed examples on how to use this library.

## Contributing

Expand All @@ -108,10 +109,6 @@ If you'd like to contribute to this library, please read the [contributing guide

- [Microsoft Azure SDK for JavaScript](https://github.com/Azure/azure-sdk-for-js)



[azure_cli]: https://learn.microsoft.com/cli/azure
[azure_sub]: https://azure.microsoft.com/free/
[azure_sub]: https://azure.microsoft.com/free/
[azure_portal]: https://portal.azure.com
[azure_identity]: https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
{
"extends": "../../../api-extractor-base.json"
}
{ "extends": "../../../api-extractor-base.json" }

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
import azsdkEslint from "@azure/eslint-plugin-azure-sdk";

export default azsdkEslint.config([
{
rules: {
"@azure/azure-sdk/ts-modules-only-named": "warn",
"@azure/azure-sdk/ts-package-json-types": "warn",
"@azure/azure-sdk/ts-package-json-engine-is-present": "warn",
"@azure/azure-sdk/ts-package-json-files-required": "off",
"@azure/azure-sdk/ts-package-json-main-is-cjs": "off",
"tsdoc/syntax": "warn",
},
},
]);
Loading