Skip to content

Commit

Permalink
[mgmt] update some code to trigger pipeline (#30154)
Browse files Browse the repository at this point in the history
  • Loading branch information
kazrael2119 authored Jun 24, 2024
1 parent 29ecebe commit 6a429ef
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Release History

## 1.0.0 (2024-06-07)
## 1.0.0 (2024-06-24)

The package of @azure/arm-resourcesdeploymentstacks is using our next generation design principles. To learn more, please refer to our documentation [Quick Start](https://aka.ms/azsdk/js/mgmt/quickstart).
### Features Added

This is the first GA for @azure/arm-resourcesdeploymentstacks and the package is using our next generation design principles. To learn more, please refer to our documentation [Quick Start](https://aka.ms/azsdk/js/mgmt/quickstart).
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"AssetsRepo": "Azure/azure-sdk-assets",
"AssetsRepoPrefixPath": "js",
"TagPrefix": "js/resourcesdeploymentstacks/arm-resourcesdeploymentstacks",
"Tag": "js/resourcesdeploymentstacks/arm-resourcesdeploymentstacks_93e142f000"
"Tag": "js/resourcesdeploymentstacks/arm-resourcesdeploymentstacks_185283849e"
}
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,7 @@ import { Context } from "mocha";
import { DeploymentStacksClient } from "../src/deploymentStacksClient";

const replaceableVariables: Record<string, string> = {
AZURE_CLIENT_ID: "azure_client_id",
AZURE_CLIENT_SECRET: "azure_client_secret",
AZURE_TENANT_ID: "88888888-8888-8888-8888-888888888888",
SUBSCRIPTION_ID: "azure_subscription_id"
SUBSCRIPTION_ID: "88888888-8888-8888-8888-888888888888"
};

const recorderOptions: RecorderStartOptions = {
Expand Down

0 comments on commit 6a429ef

Please sign in to comment.