You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Packages impacted by this PR
- @azure/arm-appcomplianceautomation
### Issues associated with this PR
- #32416
### Describe the problem that is addressed by this PR
Updates all `appcomplianceautomation` projects to use snippets
extraction.
### What are the possible designs available to address the problem? If
there are more than one possible design, why was the one in this PR
chosen?
### Are there test cases added in this PR? _(If not, why?)_
### Provide a list of related PRs _(if any)_
### Command used to generate this PR:**_(Applicable only to SDK release
request PRs)_
### Checklists
- [ ] Added impacted package name to the issue description
- [ ] Does this PR needs any fixes in the SDK Generator?** _(If so,
create an Issue in the
[Autorest/typescript](https://github.com/Azure/autorest.typescript)
repository and link it here)_
- [ ] Added a changelog (if necessary)
Copy file name to clipboardexpand all lines: sdk/appcomplianceautomation/arm-appcomplianceautomation/README.md
+28-15
Original file line number
Diff line number
Diff line change
@@ -48,23 +48,35 @@ Set the values of the client ID, tenant ID, and client secret of the AAD applica
48
48
49
49
For more information about how to create an Azure AD Application check out [this guide](https://docs.microsoft.com/azure/active-directory/develop/howto-create-service-principal-portal).
// For client-side applications running in the browser, use InteractiveBrowserCredential instead of DefaultAzureCredential. See https://aka.ms/azsdk/js/identity/examples for more details.
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).
69
81
70
82
## Key concepts
@@ -79,8 +91,9 @@ To use this client library in the browser, first you need to use a bundler. For
79
91
80
92
Enabling logging may help uncover useful information about failures. In order to see a log of HTTP requests and responses, set the `AZURE_LOG_LEVEL` environment variable to `info`. Alternatively, logging can be enabled at runtime by calling `setLogLevel` in the `@azure/logger`:
Copy file name to clipboardexpand all lines: sdk/appcomplianceautomation/arm-appcomplianceautomation/test/appcomplianceautomation_operations_test.spec.ts
+13-14
Original file line number
Diff line number
Diff line change
@@ -6,17 +6,14 @@
6
6
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
0 commit comments