@azure/arm-appcomplianceautomation 1.0.1-alpha.20250613.1 → 1.0.1-alpha.20250616.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "sdk-type": "mgmt",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "A generated SDK for AppComplianceAutomationToolForMicrosoft365.",
6
- "version": "1.0.1-alpha.20250613.1",
6
+ "version": "1.0.1-alpha.20250616.1",
7
7
  "engines": {
8
8
  "node": ">=18.0.0"
9
9
  },
@@ -27,7 +27,7 @@ export class AppComplianceAutomationToolForMicrosoft365 extends coreClient.Servi
27
27
  // (undocumented)
28
28
  providerActions: ProviderActions;
29
29
  // (undocumented)
30
- report: Report_2;
30
+ report: Report;
31
31
  // (undocumented)
32
32
  scopingConfiguration: ScopingConfiguration;
33
33
  // (undocumented)
@@ -719,7 +719,7 @@ export interface RecommendationSolution {
719
719
  }
720
720
 
721
721
  // @public
722
- interface Report_2 {
722
+ export interface Report {
723
723
  beginCreateOrUpdate(reportName: string, properties: ReportResource, options?: ReportCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ReportCreateOrUpdateResponse>, ReportCreateOrUpdateResponse>>;
724
724
  beginCreateOrUpdateAndWait(reportName: string, properties: ReportResource, options?: ReportCreateOrUpdateOptionalParams): Promise<ReportCreateOrUpdateResponse>;
725
725
  beginDelete(reportName: string, options?: ReportDeleteOptionalParams): Promise<SimplePollerLike<OperationState<ReportDeleteResponse>, ReportDeleteResponse>>;
@@ -737,7 +737,6 @@ interface Report_2 {
737
737
  list(options?: ReportListOptionalParams): PagedAsyncIterableIterator<ReportResource>;
738
738
  nestedResourceCheckNameAvailability(reportName: string, body: CheckNameAvailabilityRequest, options?: ReportNestedResourceCheckNameAvailabilityOptionalParams): Promise<ReportNestedResourceCheckNameAvailabilityResponse>;
739
739
  }
740
- export { Report_2 as Report }
741
740
 
742
741
  // @public
743
742
  export interface ReportComplianceStatus {