@pulumi/azure-native 2.20.1 → 2.20.2-alpha.1701703974
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/config/vars.d.ts +19 -4
- package/config/vars.js +19 -1
- package/insights/index.d.ts +3 -0
- package/insights/index.js +6 -3
- package/insights/listDiagnosticSettingsCategory.d.ts +37 -0
- package/insights/listDiagnosticSettingsCategory.js +31 -0
- package/insights/v20170501preview/index.d.ts +3 -0
- package/insights/v20170501preview/index.js +5 -2
- package/insights/v20170501preview/listDiagnosticSettingsCategory.d.ts +31 -0
- package/insights/v20170501preview/listDiagnosticSettingsCategory.js +25 -0
- package/insights/v20210501preview/index.d.ts +3 -0
- package/insights/v20210501preview/index.js +5 -2
- package/insights/v20210501preview/listDiagnosticSettingsCategory.d.ts +31 -0
- package/insights/v20210501preview/listDiagnosticSettingsCategory.js +25 -0
- package/package.json +1 -1
- package/provider.d.ts +10 -2
- package/provider.js +3 -1
- package/tsconfig.tsbuildinfo +1 -1
- package/types/input.d.ts +1 -1
- package/types/output.d.ts +79 -0
- package/types/output.js +1 -1
package/types/input.d.ts
CHANGED
|
@@ -434224,7 +434224,7 @@ export declare namespace testbase {
|
|
|
434224
434224
|
/**
|
|
434225
434225
|
* Specifies the target OSs to be tested.
|
|
434226
434226
|
*/
|
|
434227
|
-
targetOSs
|
|
434227
|
+
targetOSs?: pulumi.Input<pulumi.Input<string>[]>;
|
|
434228
434228
|
}
|
|
434229
434229
|
/**
|
|
434230
434230
|
* The definition of a Test.
|
package/types/output.d.ts
CHANGED
|
@@ -296605,6 +296605,35 @@ export declare namespace insights {
|
|
|
296605
296605
|
*/
|
|
296606
296606
|
name?: string;
|
|
296607
296607
|
}
|
|
296608
|
+
/**
|
|
296609
|
+
* The diagnostic settings category resource.
|
|
296610
|
+
*/
|
|
296611
|
+
interface DiagnosticSettingsCategoryResourceResponse {
|
|
296612
|
+
/**
|
|
296613
|
+
* the collection of what category groups are supported.
|
|
296614
|
+
*/
|
|
296615
|
+
categoryGroups?: string[];
|
|
296616
|
+
/**
|
|
296617
|
+
* The type of the diagnostic settings category.
|
|
296618
|
+
*/
|
|
296619
|
+
categoryType?: string;
|
|
296620
|
+
/**
|
|
296621
|
+
* Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
296622
|
+
*/
|
|
296623
|
+
id: string;
|
|
296624
|
+
/**
|
|
296625
|
+
* The name of the resource
|
|
296626
|
+
*/
|
|
296627
|
+
name: string;
|
|
296628
|
+
/**
|
|
296629
|
+
* The system metadata related to this resource.
|
|
296630
|
+
*/
|
|
296631
|
+
systemData: outputs.insights.SystemDataResponse;
|
|
296632
|
+
/**
|
|
296633
|
+
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
296634
|
+
*/
|
|
296635
|
+
type: string;
|
|
296636
|
+
}
|
|
296608
296637
|
/**
|
|
296609
296638
|
* Dimension splitting and filtering definition
|
|
296610
296639
|
*/
|
|
@@ -298596,6 +298625,27 @@ export declare namespace insights {
|
|
|
298596
298625
|
}
|
|
298597
298626
|
}
|
|
298598
298627
|
namespace v20170501preview {
|
|
298628
|
+
/**
|
|
298629
|
+
* The diagnostic settings category resource.
|
|
298630
|
+
*/
|
|
298631
|
+
interface DiagnosticSettingsCategoryResourceResponse {
|
|
298632
|
+
/**
|
|
298633
|
+
* The type of the diagnostic settings category.
|
|
298634
|
+
*/
|
|
298635
|
+
categoryType?: string;
|
|
298636
|
+
/**
|
|
298637
|
+
* Azure resource Id
|
|
298638
|
+
*/
|
|
298639
|
+
id: string;
|
|
298640
|
+
/**
|
|
298641
|
+
* Azure resource name
|
|
298642
|
+
*/
|
|
298643
|
+
name: string;
|
|
298644
|
+
/**
|
|
298645
|
+
* Azure resource type
|
|
298646
|
+
*/
|
|
298647
|
+
type: string;
|
|
298648
|
+
}
|
|
298599
298649
|
/**
|
|
298600
298650
|
* Part of Subscription diagnostic setting. Specifies the settings for a particular log.
|
|
298601
298651
|
*/
|
|
@@ -299564,6 +299614,35 @@ export declare namespace insights {
|
|
|
299564
299614
|
}
|
|
299565
299615
|
}
|
|
299566
299616
|
namespace v20210501preview {
|
|
299617
|
+
/**
|
|
299618
|
+
* The diagnostic settings category resource.
|
|
299619
|
+
*/
|
|
299620
|
+
interface DiagnosticSettingsCategoryResourceResponse {
|
|
299621
|
+
/**
|
|
299622
|
+
* the collection of what category groups are supported.
|
|
299623
|
+
*/
|
|
299624
|
+
categoryGroups?: string[];
|
|
299625
|
+
/**
|
|
299626
|
+
* The type of the diagnostic settings category.
|
|
299627
|
+
*/
|
|
299628
|
+
categoryType?: string;
|
|
299629
|
+
/**
|
|
299630
|
+
* Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
299631
|
+
*/
|
|
299632
|
+
id: string;
|
|
299633
|
+
/**
|
|
299634
|
+
* The name of the resource
|
|
299635
|
+
*/
|
|
299636
|
+
name: string;
|
|
299637
|
+
/**
|
|
299638
|
+
* The system metadata related to this resource.
|
|
299639
|
+
*/
|
|
299640
|
+
systemData: outputs.insights.v20210501preview.SystemDataResponse;
|
|
299641
|
+
/**
|
|
299642
|
+
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
299643
|
+
*/
|
|
299644
|
+
type: string;
|
|
299645
|
+
}
|
|
299567
299646
|
/**
|
|
299568
299647
|
* Part of MultiTenantDiagnosticSettings. Specifies the settings for a particular log.
|
|
299569
299648
|
*/
|