@azure/arm-resources 5.2.1-alpha.20250227.1 → 6.0.0
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/CHANGELOG.md +53 -8
- package/README.md +0 -2
- package/dist/browser/lroImpl.d.ts.map +1 -1
- package/dist/browser/lroImpl.js +8 -1
- package/dist/browser/lroImpl.js.map +1 -1
- package/dist/browser/models/index.d.ts +181 -4
- package/dist/browser/models/index.d.ts.map +1 -1
- package/dist/browser/models/index.js +28 -0
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/mappers.d.ts +8 -0
- package/dist/browser/models/mappers.d.ts.map +1 -1
- package/dist/browser/models/mappers.js +1167 -892
- package/dist/browser/models/mappers.js.map +1 -1
- package/dist/browser/models/parameters.js +97 -97
- package/dist/browser/models/parameters.js.map +1 -1
- package/dist/browser/operations/deploymentOperations.js +79 -79
- package/dist/browser/operations/deploymentOperations.js.map +1 -1
- package/dist/browser/operations/deployments.d.ts.map +1 -1
- package/dist/browser/operations/deployments.js +343 -343
- package/dist/browser/operations/deployments.js.map +1 -1
- package/dist/browser/operations/operations.js +9 -9
- package/dist/browser/operations/operations.js.map +1 -1
- package/dist/browser/operations/providerResourceTypes.js +5 -5
- package/dist/browser/operations/providerResourceTypes.js.map +1 -1
- package/dist/browser/operations/providers.d.ts +4 -1
- package/dist/browser/operations/providers.d.ts.map +1 -1
- package/dist/browser/operations/providers.js +51 -48
- package/dist/browser/operations/providers.js.map +1 -1
- package/dist/browser/operations/resourceGroups.d.ts.map +1 -1
- package/dist/browser/operations/resourceGroups.js +51 -51
- package/dist/browser/operations/resourceGroups.js.map +1 -1
- package/dist/browser/operations/resources.d.ts +3 -1
- package/dist/browser/operations/resources.d.ts.map +1 -1
- package/dist/browser/operations/resources.js +125 -123
- package/dist/browser/operations/resources.js.map +1 -1
- package/dist/browser/operations/tagsOperations.d.ts +29 -3
- package/dist/browser/operations/tagsOperations.d.ts.map +1 -1
- package/dist/browser/operations/tagsOperations.js +204 -51
- package/dist/browser/operations/tagsOperations.js.map +1 -1
- package/dist/browser/operationsInterfaces/deploymentOperations.js.map +1 -1
- package/dist/browser/operationsInterfaces/deployments.js.map +1 -1
- package/dist/browser/operationsInterfaces/operations.js.map +1 -1
- package/dist/browser/operationsInterfaces/providerResourceTypes.js.map +1 -1
- package/dist/browser/operationsInterfaces/providers.d.ts +4 -1
- package/dist/browser/operationsInterfaces/providers.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/providers.js.map +1 -1
- package/dist/browser/operationsInterfaces/resourceGroups.js.map +1 -1
- package/dist/browser/operationsInterfaces/resources.d.ts +3 -1
- package/dist/browser/operationsInterfaces/resources.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/resources.js.map +1 -1
- package/dist/browser/operationsInterfaces/tagsOperations.d.ts +29 -3
- package/dist/browser/operationsInterfaces/tagsOperations.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/tagsOperations.js.map +1 -1
- package/dist/browser/pagingHelper.js.map +1 -1
- package/dist/browser/resourceManagementClient.d.ts +2 -1
- package/dist/browser/resourceManagementClient.d.ts.map +1 -1
- package/dist/browser/resourceManagementClient.js +16 -18
- package/dist/browser/resourceManagementClient.js.map +1 -1
- package/dist/commonjs/lroImpl.d.ts.map +1 -1
- package/dist/commonjs/lroImpl.js +8 -1
- package/dist/commonjs/lroImpl.js.map +1 -1
- package/dist/commonjs/models/index.d.ts +181 -4
- package/dist/commonjs/models/index.d.ts.map +1 -1
- package/dist/commonjs/models/index.js +29 -1
- package/dist/commonjs/models/index.js.map +1 -1
- package/dist/commonjs/models/mappers.d.ts +8 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -1
- package/dist/commonjs/models/mappers.js +1169 -894
- package/dist/commonjs/models/mappers.js.map +1 -1
- package/dist/commonjs/models/parameters.js +96 -96
- package/dist/commonjs/models/parameters.js.map +1 -1
- package/dist/commonjs/operations/deploymentOperations.js +79 -79
- package/dist/commonjs/operations/deploymentOperations.js.map +1 -1
- package/dist/commonjs/operations/deployments.d.ts.map +1 -1
- package/dist/commonjs/operations/deployments.js +342 -342
- package/dist/commonjs/operations/deployments.js.map +1 -1
- package/dist/commonjs/operations/operations.js +9 -9
- package/dist/commonjs/operations/operations.js.map +1 -1
- package/dist/commonjs/operations/providerResourceTypes.js +5 -5
- package/dist/commonjs/operations/providerResourceTypes.js.map +1 -1
- package/dist/commonjs/operations/providers.d.ts +4 -1
- package/dist/commonjs/operations/providers.d.ts.map +1 -1
- package/dist/commonjs/operations/providers.js +51 -48
- package/dist/commonjs/operations/providers.js.map +1 -1
- package/dist/commonjs/operations/resourceGroups.d.ts.map +1 -1
- package/dist/commonjs/operations/resourceGroups.js +50 -50
- package/dist/commonjs/operations/resourceGroups.js.map +1 -1
- package/dist/commonjs/operations/resources.d.ts +3 -1
- package/dist/commonjs/operations/resources.d.ts.map +1 -1
- package/dist/commonjs/operations/resources.js +124 -122
- package/dist/commonjs/operations/resources.js.map +1 -1
- package/dist/commonjs/operations/tagsOperations.d.ts +29 -3
- package/dist/commonjs/operations/tagsOperations.d.ts.map +1 -1
- package/dist/commonjs/operations/tagsOperations.js +204 -51
- package/dist/commonjs/operations/tagsOperations.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/deploymentOperations.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/deployments.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/providerResourceTypes.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/providers.d.ts +4 -1
- package/dist/commonjs/operationsInterfaces/providers.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/providers.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/resourceGroups.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/resources.d.ts +3 -1
- package/dist/commonjs/operationsInterfaces/resources.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/resources.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/tagsOperations.d.ts +29 -3
- package/dist/commonjs/operationsInterfaces/tagsOperations.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/tagsOperations.js.map +1 -1
- package/dist/commonjs/pagingHelper.js.map +1 -1
- package/dist/commonjs/resourceManagementClient.d.ts +2 -1
- package/dist/commonjs/resourceManagementClient.d.ts.map +1 -1
- package/dist/commonjs/resourceManagementClient.js +15 -17
- package/dist/commonjs/resourceManagementClient.js.map +1 -1
- package/dist/esm/lroImpl.d.ts.map +1 -1
- package/dist/esm/lroImpl.js +8 -1
- package/dist/esm/lroImpl.js.map +1 -1
- package/dist/esm/models/index.d.ts +181 -4
- package/dist/esm/models/index.d.ts.map +1 -1
- package/dist/esm/models/index.js +28 -0
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/mappers.d.ts +8 -0
- package/dist/esm/models/mappers.d.ts.map +1 -1
- package/dist/esm/models/mappers.js +1167 -892
- package/dist/esm/models/mappers.js.map +1 -1
- package/dist/esm/models/parameters.js +97 -97
- package/dist/esm/models/parameters.js.map +1 -1
- package/dist/esm/operations/deploymentOperations.js +79 -79
- package/dist/esm/operations/deploymentOperations.js.map +1 -1
- package/dist/esm/operations/deployments.d.ts.map +1 -1
- package/dist/esm/operations/deployments.js +343 -343
- package/dist/esm/operations/deployments.js.map +1 -1
- package/dist/esm/operations/operations.js +9 -9
- package/dist/esm/operations/operations.js.map +1 -1
- package/dist/esm/operations/providerResourceTypes.js +5 -5
- package/dist/esm/operations/providerResourceTypes.js.map +1 -1
- package/dist/esm/operations/providers.d.ts +4 -1
- package/dist/esm/operations/providers.d.ts.map +1 -1
- package/dist/esm/operations/providers.js +51 -48
- package/dist/esm/operations/providers.js.map +1 -1
- package/dist/esm/operations/resourceGroups.d.ts.map +1 -1
- package/dist/esm/operations/resourceGroups.js +51 -51
- package/dist/esm/operations/resourceGroups.js.map +1 -1
- package/dist/esm/operations/resources.d.ts +3 -1
- package/dist/esm/operations/resources.d.ts.map +1 -1
- package/dist/esm/operations/resources.js +125 -123
- package/dist/esm/operations/resources.js.map +1 -1
- package/dist/esm/operations/tagsOperations.d.ts +29 -3
- package/dist/esm/operations/tagsOperations.d.ts.map +1 -1
- package/dist/esm/operations/tagsOperations.js +204 -51
- package/dist/esm/operations/tagsOperations.js.map +1 -1
- package/dist/esm/operationsInterfaces/deploymentOperations.js.map +1 -1
- package/dist/esm/operationsInterfaces/deployments.js.map +1 -1
- package/dist/esm/operationsInterfaces/operations.js.map +1 -1
- package/dist/esm/operationsInterfaces/providerResourceTypes.js.map +1 -1
- package/dist/esm/operationsInterfaces/providers.d.ts +4 -1
- package/dist/esm/operationsInterfaces/providers.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/providers.js.map +1 -1
- package/dist/esm/operationsInterfaces/resourceGroups.js.map +1 -1
- package/dist/esm/operationsInterfaces/resources.d.ts +3 -1
- package/dist/esm/operationsInterfaces/resources.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/resources.js.map +1 -1
- package/dist/esm/operationsInterfaces/tagsOperations.d.ts +29 -3
- package/dist/esm/operationsInterfaces/tagsOperations.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/tagsOperations.js.map +1 -1
- package/dist/esm/pagingHelper.js.map +1 -1
- package/dist/esm/resourceManagementClient.d.ts +2 -1
- package/dist/esm/resourceManagementClient.d.ts.map +1 -1
- package/dist/esm/resourceManagementClient.js +16 -18
- package/dist/esm/resourceManagementClient.js.map +1 -1
- package/dist/react-native/lroImpl.d.ts.map +1 -1
- package/dist/react-native/lroImpl.js +8 -1
- package/dist/react-native/lroImpl.js.map +1 -1
- package/dist/react-native/models/index.d.ts +181 -4
- package/dist/react-native/models/index.d.ts.map +1 -1
- package/dist/react-native/models/index.js +28 -0
- package/dist/react-native/models/index.js.map +1 -1
- package/dist/react-native/models/mappers.d.ts +8 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -1
- package/dist/react-native/models/mappers.js +1167 -892
- package/dist/react-native/models/mappers.js.map +1 -1
- package/dist/react-native/models/parameters.js +97 -97
- package/dist/react-native/models/parameters.js.map +1 -1
- package/dist/react-native/operations/deploymentOperations.js +79 -79
- package/dist/react-native/operations/deploymentOperations.js.map +1 -1
- package/dist/react-native/operations/deployments.d.ts.map +1 -1
- package/dist/react-native/operations/deployments.js +343 -343
- package/dist/react-native/operations/deployments.js.map +1 -1
- package/dist/react-native/operations/operations.js +9 -9
- package/dist/react-native/operations/operations.js.map +1 -1
- package/dist/react-native/operations/providerResourceTypes.js +5 -5
- package/dist/react-native/operations/providerResourceTypes.js.map +1 -1
- package/dist/react-native/operations/providers.d.ts +4 -1
- package/dist/react-native/operations/providers.d.ts.map +1 -1
- package/dist/react-native/operations/providers.js +51 -48
- package/dist/react-native/operations/providers.js.map +1 -1
- package/dist/react-native/operations/resourceGroups.d.ts.map +1 -1
- package/dist/react-native/operations/resourceGroups.js +51 -51
- package/dist/react-native/operations/resourceGroups.js.map +1 -1
- package/dist/react-native/operations/resources.d.ts +3 -1
- package/dist/react-native/operations/resources.d.ts.map +1 -1
- package/dist/react-native/operations/resources.js +125 -123
- package/dist/react-native/operations/resources.js.map +1 -1
- package/dist/react-native/operations/tagsOperations.d.ts +29 -3
- package/dist/react-native/operations/tagsOperations.d.ts.map +1 -1
- package/dist/react-native/operations/tagsOperations.js +204 -51
- package/dist/react-native/operations/tagsOperations.js.map +1 -1
- package/dist/react-native/operationsInterfaces/deploymentOperations.js.map +1 -1
- package/dist/react-native/operationsInterfaces/deployments.js.map +1 -1
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -1
- package/dist/react-native/operationsInterfaces/providerResourceTypes.js.map +1 -1
- package/dist/react-native/operationsInterfaces/providers.d.ts +4 -1
- package/dist/react-native/operationsInterfaces/providers.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/providers.js.map +1 -1
- package/dist/react-native/operationsInterfaces/resourceGroups.js.map +1 -1
- package/dist/react-native/operationsInterfaces/resources.d.ts +3 -1
- package/dist/react-native/operationsInterfaces/resources.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/resources.js.map +1 -1
- package/dist/react-native/operationsInterfaces/tagsOperations.d.ts +29 -3
- package/dist/react-native/operationsInterfaces/tagsOperations.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/tagsOperations.js.map +1 -1
- package/dist/react-native/pagingHelper.js.map +1 -1
- package/dist/react-native/resourceManagementClient.d.ts +2 -1
- package/dist/react-native/resourceManagementClient.d.ts.map +1 -1
- package/dist/react-native/resourceManagementClient.js +16 -18
- package/dist/react-native/resourceManagementClient.js.map +1 -1
- package/package.json +9 -9
- package/review/arm-resources.api.md +107 -6
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
8
|
*/
|
|
9
9
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
-
exports.
|
|
11
|
-
exports.DeploymentsWhatIfHeaders = exports.DeploymentsWhatIfAtSubscriptionScopeHeaders = exports.DeploymentsWhatIfAtManagementGroupScopeHeaders = exports.DeploymentsWhatIfAtTenantScopeHeaders = exports.GenericResourceExpanded = exports.GenericResource = exports.DeploymentWhatIfProperties = exports.SubResource = exports.ResourceProviderOperationDisplayProperties = exports.ResourceGroupFilter = exports.GenericResourceFilter = exports.DeploymentExtendedFilter = exports.TagsPatchResource = exports.Tags = exports.TagsResource = exports.TemplateHashResult = exports.DeploymentOperationsListResult = exports.HttpMessage = exports.TargetResource = exports.StatusMessage = exports.DeploymentOperationProperties = exports.DeploymentOperation = exports.TagsListResult = exports.TagDetails = exports.TagCount = exports.TagValue = exports.ResourcesMoveInfo = exports.ResourceGroupListResult = exports.ResourceGroupExportResult = exports.ExportTemplateRequest = exports.ResourceGroupPatchable = exports.ResourceGroupProperties = exports.ResourceGroup = exports.ExtendedLocation = exports.Resource = exports.IdentityUserAssignedIdentitiesValue = void 0;
|
|
10
|
+
exports.ProviderResourceTypeListResult = exports.ProviderListResult = exports.ProviderConsentDefinition = exports.ProviderRegistrationRequest = exports.Permission = exports.RoleDefinition = exports.ProviderPermission = exports.ProviderPermissionListResult = exports.DeploymentWhatIf = exports.WhatIfPropertyChange = exports.WhatIfChange = exports.WhatIfOperationResult = exports.DeploymentWhatIfSettings = exports.ScopedDeploymentWhatIf = exports.ScopedDeployment = exports.DeploymentListResult = exports.DeploymentExportResult = exports.DeploymentValidateResult = exports.DeploymentDiagnosticsDefinition = exports.ResourceReference = exports.OnErrorDeploymentExtended = exports.BasicDependency = exports.Dependency = exports.ApiProfile = exports.ZoneMapping = exports.AliasPathMetadata = exports.AliasPattern = exports.AliasPath = exports.Alias = exports.ProviderExtendedLocation = exports.ProviderResourceType = exports.Provider = exports.DeploymentPropertiesExtended = exports.DeploymentExtended = exports.ExpressionEvaluationOptions = exports.OnErrorDeployment = exports.DebugSetting = exports.ParametersLink = exports.KeyVaultReference = exports.KeyVaultParameterReference = exports.DeploymentParameter = exports.TemplateLink = exports.DeploymentProperties = exports.Deployment = exports.ErrorAdditionalInfo = exports.ErrorResponse = exports.CloudError = exports.OperationDisplay = exports.Operation = exports.OperationListResult = void 0;
|
|
11
|
+
exports.TagsDeleteAtScopeHeaders = exports.TagsUpdateAtScopeHeaders = exports.TagsCreateOrUpdateAtScopeHeaders = exports.ResourceGroupsDeleteHeaders = exports.DeploymentsWhatIfHeaders = exports.DeploymentsWhatIfAtSubscriptionScopeHeaders = exports.DeploymentsWhatIfAtManagementGroupScopeHeaders = exports.DeploymentsWhatIfAtTenantScopeHeaders = exports.GenericResourceExpanded = exports.GenericResource = exports.DeploymentWhatIfProperties = exports.SubResource = exports.ResourceProviderOperationDisplayProperties = exports.ResourceGroupFilter = exports.GenericResourceFilter = exports.DeploymentExtendedFilter = exports.TagsPatchResource = exports.Tags = exports.TagsResource = exports.TemplateHashResult = exports.DeploymentOperationsListResult = exports.HttpMessage = exports.TargetResource = exports.StatusMessage = exports.DeploymentOperationProperties = exports.DeploymentOperation = exports.TagsListResult = exports.TagDetails = exports.TagCount = exports.TagValue = exports.ResourcesMoveInfo = exports.ResourceGroupListResult = exports.ResourceGroupExportResult = exports.ExportTemplateRequest = exports.ResourceGroupPatchable = exports.ResourceGroupProperties = exports.ResourceGroup = exports.ExtendedLocation = exports.Resource = exports.IdentityUserAssignedIdentitiesValue = exports.Identity = exports.Sku = exports.Plan = exports.ResourceListResult = void 0;
|
|
12
12
|
exports.OperationListResult = {
|
|
13
13
|
type: {
|
|
14
14
|
name: "Composite",
|
|
@@ -21,19 +21,19 @@ exports.OperationListResult = {
|
|
|
21
21
|
element: {
|
|
22
22
|
type: {
|
|
23
23
|
name: "Composite",
|
|
24
|
-
className: "Operation"
|
|
25
|
-
}
|
|
26
|
-
}
|
|
27
|
-
}
|
|
24
|
+
className: "Operation",
|
|
25
|
+
},
|
|
26
|
+
},
|
|
27
|
+
},
|
|
28
28
|
},
|
|
29
29
|
nextLink: {
|
|
30
30
|
serializedName: "nextLink",
|
|
31
31
|
type: {
|
|
32
|
-
name: "String"
|
|
33
|
-
}
|
|
34
|
-
}
|
|
35
|
-
}
|
|
36
|
-
}
|
|
32
|
+
name: "String",
|
|
33
|
+
},
|
|
34
|
+
},
|
|
35
|
+
},
|
|
36
|
+
},
|
|
37
37
|
};
|
|
38
38
|
exports.Operation = {
|
|
39
39
|
type: {
|
|
@@ -43,18 +43,18 @@ exports.Operation = {
|
|
|
43
43
|
name: {
|
|
44
44
|
serializedName: "name",
|
|
45
45
|
type: {
|
|
46
|
-
name: "String"
|
|
47
|
-
}
|
|
46
|
+
name: "String",
|
|
47
|
+
},
|
|
48
48
|
},
|
|
49
49
|
display: {
|
|
50
50
|
serializedName: "display",
|
|
51
51
|
type: {
|
|
52
52
|
name: "Composite",
|
|
53
|
-
className: "OperationDisplay"
|
|
54
|
-
}
|
|
55
|
-
}
|
|
56
|
-
}
|
|
57
|
-
}
|
|
53
|
+
className: "OperationDisplay",
|
|
54
|
+
},
|
|
55
|
+
},
|
|
56
|
+
},
|
|
57
|
+
},
|
|
58
58
|
};
|
|
59
59
|
exports.OperationDisplay = {
|
|
60
60
|
type: {
|
|
@@ -64,29 +64,29 @@ exports.OperationDisplay = {
|
|
|
64
64
|
provider: {
|
|
65
65
|
serializedName: "provider",
|
|
66
66
|
type: {
|
|
67
|
-
name: "String"
|
|
68
|
-
}
|
|
67
|
+
name: "String",
|
|
68
|
+
},
|
|
69
69
|
},
|
|
70
70
|
resource: {
|
|
71
71
|
serializedName: "resource",
|
|
72
72
|
type: {
|
|
73
|
-
name: "String"
|
|
74
|
-
}
|
|
73
|
+
name: "String",
|
|
74
|
+
},
|
|
75
75
|
},
|
|
76
76
|
operation: {
|
|
77
77
|
serializedName: "operation",
|
|
78
78
|
type: {
|
|
79
|
-
name: "String"
|
|
80
|
-
}
|
|
79
|
+
name: "String",
|
|
80
|
+
},
|
|
81
81
|
},
|
|
82
82
|
description: {
|
|
83
83
|
serializedName: "description",
|
|
84
84
|
type: {
|
|
85
|
-
name: "String"
|
|
86
|
-
}
|
|
87
|
-
}
|
|
88
|
-
}
|
|
89
|
-
}
|
|
85
|
+
name: "String",
|
|
86
|
+
},
|
|
87
|
+
},
|
|
88
|
+
},
|
|
89
|
+
},
|
|
90
90
|
};
|
|
91
91
|
exports.CloudError = {
|
|
92
92
|
type: {
|
|
@@ -97,11 +97,11 @@ exports.CloudError = {
|
|
|
97
97
|
serializedName: "error",
|
|
98
98
|
type: {
|
|
99
99
|
name: "Composite",
|
|
100
|
-
className: "ErrorResponse"
|
|
101
|
-
}
|
|
102
|
-
}
|
|
103
|
-
}
|
|
104
|
-
}
|
|
100
|
+
className: "ErrorResponse",
|
|
101
|
+
},
|
|
102
|
+
},
|
|
103
|
+
},
|
|
104
|
+
},
|
|
105
105
|
};
|
|
106
106
|
exports.ErrorResponse = {
|
|
107
107
|
type: {
|
|
@@ -112,22 +112,22 @@ exports.ErrorResponse = {
|
|
|
112
112
|
serializedName: "code",
|
|
113
113
|
readOnly: true,
|
|
114
114
|
type: {
|
|
115
|
-
name: "String"
|
|
116
|
-
}
|
|
115
|
+
name: "String",
|
|
116
|
+
},
|
|
117
117
|
},
|
|
118
118
|
message: {
|
|
119
119
|
serializedName: "message",
|
|
120
120
|
readOnly: true,
|
|
121
121
|
type: {
|
|
122
|
-
name: "String"
|
|
123
|
-
}
|
|
122
|
+
name: "String",
|
|
123
|
+
},
|
|
124
124
|
},
|
|
125
125
|
target: {
|
|
126
126
|
serializedName: "target",
|
|
127
127
|
readOnly: true,
|
|
128
128
|
type: {
|
|
129
|
-
name: "String"
|
|
130
|
-
}
|
|
129
|
+
name: "String",
|
|
130
|
+
},
|
|
131
131
|
},
|
|
132
132
|
details: {
|
|
133
133
|
serializedName: "details",
|
|
@@ -137,10 +137,10 @@ exports.ErrorResponse = {
|
|
|
137
137
|
element: {
|
|
138
138
|
type: {
|
|
139
139
|
name: "Composite",
|
|
140
|
-
className: "ErrorResponse"
|
|
141
|
-
}
|
|
142
|
-
}
|
|
143
|
-
}
|
|
140
|
+
className: "ErrorResponse",
|
|
141
|
+
},
|
|
142
|
+
},
|
|
143
|
+
},
|
|
144
144
|
},
|
|
145
145
|
additionalInfo: {
|
|
146
146
|
serializedName: "additionalInfo",
|
|
@@ -150,13 +150,13 @@ exports.ErrorResponse = {
|
|
|
150
150
|
element: {
|
|
151
151
|
type: {
|
|
152
152
|
name: "Composite",
|
|
153
|
-
className: "ErrorAdditionalInfo"
|
|
154
|
-
}
|
|
155
|
-
}
|
|
156
|
-
}
|
|
157
|
-
}
|
|
158
|
-
}
|
|
159
|
-
}
|
|
153
|
+
className: "ErrorAdditionalInfo",
|
|
154
|
+
},
|
|
155
|
+
},
|
|
156
|
+
},
|
|
157
|
+
},
|
|
158
|
+
},
|
|
159
|
+
},
|
|
160
160
|
};
|
|
161
161
|
exports.ErrorAdditionalInfo = {
|
|
162
162
|
type: {
|
|
@@ -167,19 +167,19 @@ exports.ErrorAdditionalInfo = {
|
|
|
167
167
|
serializedName: "type",
|
|
168
168
|
readOnly: true,
|
|
169
169
|
type: {
|
|
170
|
-
name: "String"
|
|
171
|
-
}
|
|
170
|
+
name: "String",
|
|
171
|
+
},
|
|
172
172
|
},
|
|
173
173
|
info: {
|
|
174
174
|
serializedName: "info",
|
|
175
175
|
readOnly: true,
|
|
176
176
|
type: {
|
|
177
177
|
name: "Dictionary",
|
|
178
|
-
value: { type: { name: "any" } }
|
|
179
|
-
}
|
|
180
|
-
}
|
|
181
|
-
}
|
|
182
|
-
}
|
|
178
|
+
value: { type: { name: "any" } },
|
|
179
|
+
},
|
|
180
|
+
},
|
|
181
|
+
},
|
|
182
|
+
},
|
|
183
183
|
};
|
|
184
184
|
exports.Deployment = {
|
|
185
185
|
type: {
|
|
@@ -189,25 +189,25 @@ exports.Deployment = {
|
|
|
189
189
|
location: {
|
|
190
190
|
serializedName: "location",
|
|
191
191
|
type: {
|
|
192
|
-
name: "String"
|
|
193
|
-
}
|
|
192
|
+
name: "String",
|
|
193
|
+
},
|
|
194
194
|
},
|
|
195
195
|
properties: {
|
|
196
196
|
serializedName: "properties",
|
|
197
197
|
type: {
|
|
198
198
|
name: "Composite",
|
|
199
|
-
className: "DeploymentProperties"
|
|
200
|
-
}
|
|
199
|
+
className: "DeploymentProperties",
|
|
200
|
+
},
|
|
201
201
|
},
|
|
202
202
|
tags: {
|
|
203
203
|
serializedName: "tags",
|
|
204
204
|
type: {
|
|
205
205
|
name: "Dictionary",
|
|
206
|
-
value: { type: { name: "String" } }
|
|
207
|
-
}
|
|
208
|
-
}
|
|
209
|
-
}
|
|
210
|
-
}
|
|
206
|
+
value: { type: { name: "String" } },
|
|
207
|
+
},
|
|
208
|
+
},
|
|
209
|
+
},
|
|
210
|
+
},
|
|
211
211
|
};
|
|
212
212
|
exports.DeploymentProperties = {
|
|
213
213
|
type: {
|
|
@@ -218,61 +218,69 @@ exports.DeploymentProperties = {
|
|
|
218
218
|
serializedName: "template",
|
|
219
219
|
type: {
|
|
220
220
|
name: "Dictionary",
|
|
221
|
-
value: { type: { name: "any" } }
|
|
222
|
-
}
|
|
221
|
+
value: { type: { name: "any" } },
|
|
222
|
+
},
|
|
223
223
|
},
|
|
224
224
|
templateLink: {
|
|
225
225
|
serializedName: "templateLink",
|
|
226
226
|
type: {
|
|
227
227
|
name: "Composite",
|
|
228
|
-
className: "TemplateLink"
|
|
229
|
-
}
|
|
228
|
+
className: "TemplateLink",
|
|
229
|
+
},
|
|
230
230
|
},
|
|
231
231
|
parameters: {
|
|
232
232
|
serializedName: "parameters",
|
|
233
233
|
type: {
|
|
234
234
|
name: "Dictionary",
|
|
235
|
-
value: {
|
|
236
|
-
|
|
235
|
+
value: {
|
|
236
|
+
type: { name: "Composite", className: "DeploymentParameter" },
|
|
237
|
+
},
|
|
238
|
+
},
|
|
237
239
|
},
|
|
238
240
|
parametersLink: {
|
|
239
241
|
serializedName: "parametersLink",
|
|
240
242
|
type: {
|
|
241
243
|
name: "Composite",
|
|
242
|
-
className: "ParametersLink"
|
|
243
|
-
}
|
|
244
|
+
className: "ParametersLink",
|
|
245
|
+
},
|
|
244
246
|
},
|
|
245
247
|
mode: {
|
|
246
248
|
serializedName: "mode",
|
|
247
249
|
required: true,
|
|
248
250
|
type: {
|
|
249
251
|
name: "Enum",
|
|
250
|
-
allowedValues: ["Incremental", "Complete"]
|
|
251
|
-
}
|
|
252
|
+
allowedValues: ["Incremental", "Complete"],
|
|
253
|
+
},
|
|
252
254
|
},
|
|
253
255
|
debugSetting: {
|
|
254
256
|
serializedName: "debugSetting",
|
|
255
257
|
type: {
|
|
256
258
|
name: "Composite",
|
|
257
|
-
className: "DebugSetting"
|
|
258
|
-
}
|
|
259
|
+
className: "DebugSetting",
|
|
260
|
+
},
|
|
259
261
|
},
|
|
260
262
|
onErrorDeployment: {
|
|
261
263
|
serializedName: "onErrorDeployment",
|
|
262
264
|
type: {
|
|
263
265
|
name: "Composite",
|
|
264
|
-
className: "OnErrorDeployment"
|
|
265
|
-
}
|
|
266
|
+
className: "OnErrorDeployment",
|
|
267
|
+
},
|
|
266
268
|
},
|
|
267
269
|
expressionEvaluationOptions: {
|
|
268
270
|
serializedName: "expressionEvaluationOptions",
|
|
269
271
|
type: {
|
|
270
272
|
name: "Composite",
|
|
271
|
-
className: "ExpressionEvaluationOptions"
|
|
272
|
-
}
|
|
273
|
-
}
|
|
274
|
-
|
|
275
|
-
|
|
273
|
+
className: "ExpressionEvaluationOptions",
|
|
274
|
+
},
|
|
275
|
+
},
|
|
276
|
+
validationLevel: {
|
|
277
|
+
serializedName: "validationLevel",
|
|
278
|
+
type: {
|
|
279
|
+
name: "String",
|
|
280
|
+
},
|
|
281
|
+
},
|
|
282
|
+
},
|
|
283
|
+
},
|
|
276
284
|
};
|
|
277
285
|
exports.TemplateLink = {
|
|
278
286
|
type: {
|
|
@@ -282,35 +290,99 @@ exports.TemplateLink = {
|
|
|
282
290
|
uri: {
|
|
283
291
|
serializedName: "uri",
|
|
284
292
|
type: {
|
|
285
|
-
name: "String"
|
|
286
|
-
}
|
|
293
|
+
name: "String",
|
|
294
|
+
},
|
|
287
295
|
},
|
|
288
296
|
id: {
|
|
289
297
|
serializedName: "id",
|
|
290
298
|
type: {
|
|
291
|
-
name: "String"
|
|
292
|
-
}
|
|
299
|
+
name: "String",
|
|
300
|
+
},
|
|
293
301
|
},
|
|
294
302
|
relativePath: {
|
|
295
303
|
serializedName: "relativePath",
|
|
296
304
|
type: {
|
|
297
|
-
name: "String"
|
|
298
|
-
}
|
|
305
|
+
name: "String",
|
|
306
|
+
},
|
|
299
307
|
},
|
|
300
308
|
contentVersion: {
|
|
301
309
|
serializedName: "contentVersion",
|
|
302
310
|
type: {
|
|
303
|
-
name: "String"
|
|
304
|
-
}
|
|
311
|
+
name: "String",
|
|
312
|
+
},
|
|
305
313
|
},
|
|
306
314
|
queryString: {
|
|
307
315
|
serializedName: "queryString",
|
|
308
316
|
type: {
|
|
309
|
-
name: "String"
|
|
310
|
-
}
|
|
311
|
-
}
|
|
312
|
-
}
|
|
313
|
-
}
|
|
317
|
+
name: "String",
|
|
318
|
+
},
|
|
319
|
+
},
|
|
320
|
+
},
|
|
321
|
+
},
|
|
322
|
+
};
|
|
323
|
+
exports.DeploymentParameter = {
|
|
324
|
+
type: {
|
|
325
|
+
name: "Composite",
|
|
326
|
+
className: "DeploymentParameter",
|
|
327
|
+
modelProperties: {
|
|
328
|
+
value: {
|
|
329
|
+
serializedName: "value",
|
|
330
|
+
type: {
|
|
331
|
+
name: "any",
|
|
332
|
+
},
|
|
333
|
+
},
|
|
334
|
+
reference: {
|
|
335
|
+
serializedName: "reference",
|
|
336
|
+
type: {
|
|
337
|
+
name: "Composite",
|
|
338
|
+
className: "KeyVaultParameterReference",
|
|
339
|
+
},
|
|
340
|
+
},
|
|
341
|
+
},
|
|
342
|
+
},
|
|
343
|
+
};
|
|
344
|
+
exports.KeyVaultParameterReference = {
|
|
345
|
+
type: {
|
|
346
|
+
name: "Composite",
|
|
347
|
+
className: "KeyVaultParameterReference",
|
|
348
|
+
modelProperties: {
|
|
349
|
+
keyVault: {
|
|
350
|
+
serializedName: "keyVault",
|
|
351
|
+
type: {
|
|
352
|
+
name: "Composite",
|
|
353
|
+
className: "KeyVaultReference",
|
|
354
|
+
},
|
|
355
|
+
},
|
|
356
|
+
secretName: {
|
|
357
|
+
serializedName: "secretName",
|
|
358
|
+
required: true,
|
|
359
|
+
type: {
|
|
360
|
+
name: "String",
|
|
361
|
+
},
|
|
362
|
+
},
|
|
363
|
+
secretVersion: {
|
|
364
|
+
serializedName: "secretVersion",
|
|
365
|
+
type: {
|
|
366
|
+
name: "String",
|
|
367
|
+
},
|
|
368
|
+
},
|
|
369
|
+
},
|
|
370
|
+
},
|
|
371
|
+
};
|
|
372
|
+
exports.KeyVaultReference = {
|
|
373
|
+
type: {
|
|
374
|
+
name: "Composite",
|
|
375
|
+
className: "KeyVaultReference",
|
|
376
|
+
modelProperties: {
|
|
377
|
+
id: {
|
|
378
|
+
serializedName: "id",
|
|
379
|
+
required: true,
|
|
380
|
+
type: {
|
|
381
|
+
name: "String",
|
|
382
|
+
},
|
|
383
|
+
},
|
|
384
|
+
},
|
|
385
|
+
},
|
|
314
386
|
};
|
|
315
387
|
exports.ParametersLink = {
|
|
316
388
|
type: {
|
|
@@ -321,17 +393,17 @@ exports.ParametersLink = {
|
|
|
321
393
|
serializedName: "uri",
|
|
322
394
|
required: true,
|
|
323
395
|
type: {
|
|
324
|
-
name: "String"
|
|
325
|
-
}
|
|
396
|
+
name: "String",
|
|
397
|
+
},
|
|
326
398
|
},
|
|
327
399
|
contentVersion: {
|
|
328
400
|
serializedName: "contentVersion",
|
|
329
401
|
type: {
|
|
330
|
-
name: "String"
|
|
331
|
-
}
|
|
332
|
-
}
|
|
333
|
-
}
|
|
334
|
-
}
|
|
402
|
+
name: "String",
|
|
403
|
+
},
|
|
404
|
+
},
|
|
405
|
+
},
|
|
406
|
+
},
|
|
335
407
|
};
|
|
336
408
|
exports.DebugSetting = {
|
|
337
409
|
type: {
|
|
@@ -341,11 +413,11 @@ exports.DebugSetting = {
|
|
|
341
413
|
detailLevel: {
|
|
342
414
|
serializedName: "detailLevel",
|
|
343
415
|
type: {
|
|
344
|
-
name: "String"
|
|
345
|
-
}
|
|
346
|
-
}
|
|
347
|
-
}
|
|
348
|
-
}
|
|
416
|
+
name: "String",
|
|
417
|
+
},
|
|
418
|
+
},
|
|
419
|
+
},
|
|
420
|
+
},
|
|
349
421
|
};
|
|
350
422
|
exports.OnErrorDeployment = {
|
|
351
423
|
type: {
|
|
@@ -356,17 +428,17 @@ exports.OnErrorDeployment = {
|
|
|
356
428
|
serializedName: "type",
|
|
357
429
|
type: {
|
|
358
430
|
name: "Enum",
|
|
359
|
-
allowedValues: ["LastSuccessful", "SpecificDeployment"]
|
|
360
|
-
}
|
|
431
|
+
allowedValues: ["LastSuccessful", "SpecificDeployment"],
|
|
432
|
+
},
|
|
361
433
|
},
|
|
362
434
|
deploymentName: {
|
|
363
435
|
serializedName: "deploymentName",
|
|
364
436
|
type: {
|
|
365
|
-
name: "String"
|
|
366
|
-
}
|
|
367
|
-
}
|
|
368
|
-
}
|
|
369
|
-
}
|
|
437
|
+
name: "String",
|
|
438
|
+
},
|
|
439
|
+
},
|
|
440
|
+
},
|
|
441
|
+
},
|
|
370
442
|
};
|
|
371
443
|
exports.ExpressionEvaluationOptions = {
|
|
372
444
|
type: {
|
|
@@ -376,11 +448,11 @@ exports.ExpressionEvaluationOptions = {
|
|
|
376
448
|
scope: {
|
|
377
449
|
serializedName: "scope",
|
|
378
450
|
type: {
|
|
379
|
-
name: "String"
|
|
380
|
-
}
|
|
381
|
-
}
|
|
382
|
-
}
|
|
383
|
-
}
|
|
451
|
+
name: "String",
|
|
452
|
+
},
|
|
453
|
+
},
|
|
454
|
+
},
|
|
455
|
+
},
|
|
384
456
|
};
|
|
385
457
|
exports.DeploymentExtended = {
|
|
386
458
|
type: {
|
|
@@ -391,45 +463,45 @@ exports.DeploymentExtended = {
|
|
|
391
463
|
serializedName: "id",
|
|
392
464
|
readOnly: true,
|
|
393
465
|
type: {
|
|
394
|
-
name: "String"
|
|
395
|
-
}
|
|
466
|
+
name: "String",
|
|
467
|
+
},
|
|
396
468
|
},
|
|
397
469
|
name: {
|
|
398
470
|
serializedName: "name",
|
|
399
471
|
readOnly: true,
|
|
400
472
|
type: {
|
|
401
|
-
name: "String"
|
|
402
|
-
}
|
|
473
|
+
name: "String",
|
|
474
|
+
},
|
|
403
475
|
},
|
|
404
476
|
type: {
|
|
405
477
|
serializedName: "type",
|
|
406
478
|
readOnly: true,
|
|
407
479
|
type: {
|
|
408
|
-
name: "String"
|
|
409
|
-
}
|
|
480
|
+
name: "String",
|
|
481
|
+
},
|
|
410
482
|
},
|
|
411
483
|
location: {
|
|
412
484
|
serializedName: "location",
|
|
413
485
|
type: {
|
|
414
|
-
name: "String"
|
|
415
|
-
}
|
|
486
|
+
name: "String",
|
|
487
|
+
},
|
|
416
488
|
},
|
|
417
489
|
properties: {
|
|
418
490
|
serializedName: "properties",
|
|
419
491
|
type: {
|
|
420
492
|
name: "Composite",
|
|
421
|
-
className: "DeploymentPropertiesExtended"
|
|
422
|
-
}
|
|
493
|
+
className: "DeploymentPropertiesExtended",
|
|
494
|
+
},
|
|
423
495
|
},
|
|
424
496
|
tags: {
|
|
425
497
|
serializedName: "tags",
|
|
426
498
|
type: {
|
|
427
499
|
name: "Dictionary",
|
|
428
|
-
value: { type: { name: "String" } }
|
|
429
|
-
}
|
|
430
|
-
}
|
|
431
|
-
}
|
|
432
|
-
}
|
|
500
|
+
value: { type: { name: "String" } },
|
|
501
|
+
},
|
|
502
|
+
},
|
|
503
|
+
},
|
|
504
|
+
},
|
|
433
505
|
};
|
|
434
506
|
exports.DeploymentPropertiesExtended = {
|
|
435
507
|
type: {
|
|
@@ -440,37 +512,37 @@ exports.DeploymentPropertiesExtended = {
|
|
|
440
512
|
serializedName: "provisioningState",
|
|
441
513
|
readOnly: true,
|
|
442
514
|
type: {
|
|
443
|
-
name: "String"
|
|
444
|
-
}
|
|
515
|
+
name: "String",
|
|
516
|
+
},
|
|
445
517
|
},
|
|
446
518
|
correlationId: {
|
|
447
519
|
serializedName: "correlationId",
|
|
448
520
|
readOnly: true,
|
|
449
521
|
type: {
|
|
450
|
-
name: "String"
|
|
451
|
-
}
|
|
522
|
+
name: "String",
|
|
523
|
+
},
|
|
452
524
|
},
|
|
453
525
|
timestamp: {
|
|
454
526
|
serializedName: "timestamp",
|
|
455
527
|
readOnly: true,
|
|
456
528
|
type: {
|
|
457
|
-
name: "DateTime"
|
|
458
|
-
}
|
|
529
|
+
name: "DateTime",
|
|
530
|
+
},
|
|
459
531
|
},
|
|
460
532
|
duration: {
|
|
461
533
|
serializedName: "duration",
|
|
462
534
|
readOnly: true,
|
|
463
535
|
type: {
|
|
464
|
-
name: "String"
|
|
465
|
-
}
|
|
536
|
+
name: "String",
|
|
537
|
+
},
|
|
466
538
|
},
|
|
467
539
|
outputs: {
|
|
468
540
|
serializedName: "outputs",
|
|
469
541
|
readOnly: true,
|
|
470
542
|
type: {
|
|
471
543
|
name: "Dictionary",
|
|
472
|
-
value: { type: { name: "any" } }
|
|
473
|
-
}
|
|
544
|
+
value: { type: { name: "any" } },
|
|
545
|
+
},
|
|
474
546
|
},
|
|
475
547
|
providers: {
|
|
476
548
|
serializedName: "providers",
|
|
@@ -480,10 +552,10 @@ exports.DeploymentPropertiesExtended = {
|
|
|
480
552
|
element: {
|
|
481
553
|
type: {
|
|
482
554
|
name: "Composite",
|
|
483
|
-
className: "Provider"
|
|
484
|
-
}
|
|
485
|
-
}
|
|
486
|
-
}
|
|
555
|
+
className: "Provider",
|
|
556
|
+
},
|
|
557
|
+
},
|
|
558
|
+
},
|
|
487
559
|
},
|
|
488
560
|
dependencies: {
|
|
489
561
|
serializedName: "dependencies",
|
|
@@ -493,61 +565,61 @@ exports.DeploymentPropertiesExtended = {
|
|
|
493
565
|
element: {
|
|
494
566
|
type: {
|
|
495
567
|
name: "Composite",
|
|
496
|
-
className: "Dependency"
|
|
497
|
-
}
|
|
498
|
-
}
|
|
499
|
-
}
|
|
568
|
+
className: "Dependency",
|
|
569
|
+
},
|
|
570
|
+
},
|
|
571
|
+
},
|
|
500
572
|
},
|
|
501
573
|
templateLink: {
|
|
502
574
|
serializedName: "templateLink",
|
|
503
575
|
type: {
|
|
504
576
|
name: "Composite",
|
|
505
|
-
className: "TemplateLink"
|
|
506
|
-
}
|
|
577
|
+
className: "TemplateLink",
|
|
578
|
+
},
|
|
507
579
|
},
|
|
508
580
|
parameters: {
|
|
509
581
|
serializedName: "parameters",
|
|
510
582
|
readOnly: true,
|
|
511
583
|
type: {
|
|
512
584
|
name: "Dictionary",
|
|
513
|
-
value: { type: { name: "any" } }
|
|
514
|
-
}
|
|
585
|
+
value: { type: { name: "any" } },
|
|
586
|
+
},
|
|
515
587
|
},
|
|
516
588
|
parametersLink: {
|
|
517
589
|
serializedName: "parametersLink",
|
|
518
590
|
type: {
|
|
519
591
|
name: "Composite",
|
|
520
|
-
className: "ParametersLink"
|
|
521
|
-
}
|
|
592
|
+
className: "ParametersLink",
|
|
593
|
+
},
|
|
522
594
|
},
|
|
523
595
|
mode: {
|
|
524
596
|
serializedName: "mode",
|
|
525
597
|
readOnly: true,
|
|
526
598
|
type: {
|
|
527
599
|
name: "Enum",
|
|
528
|
-
allowedValues: ["Incremental", "Complete"]
|
|
529
|
-
}
|
|
600
|
+
allowedValues: ["Incremental", "Complete"],
|
|
601
|
+
},
|
|
530
602
|
},
|
|
531
603
|
debugSetting: {
|
|
532
604
|
serializedName: "debugSetting",
|
|
533
605
|
type: {
|
|
534
606
|
name: "Composite",
|
|
535
|
-
className: "DebugSetting"
|
|
536
|
-
}
|
|
607
|
+
className: "DebugSetting",
|
|
608
|
+
},
|
|
537
609
|
},
|
|
538
610
|
onErrorDeployment: {
|
|
539
611
|
serializedName: "onErrorDeployment",
|
|
540
612
|
type: {
|
|
541
613
|
name: "Composite",
|
|
542
|
-
className: "OnErrorDeploymentExtended"
|
|
543
|
-
}
|
|
614
|
+
className: "OnErrorDeploymentExtended",
|
|
615
|
+
},
|
|
544
616
|
},
|
|
545
617
|
templateHash: {
|
|
546
618
|
serializedName: "templateHash",
|
|
547
619
|
readOnly: true,
|
|
548
620
|
type: {
|
|
549
|
-
name: "String"
|
|
550
|
-
}
|
|
621
|
+
name: "String",
|
|
622
|
+
},
|
|
551
623
|
},
|
|
552
624
|
outputResources: {
|
|
553
625
|
serializedName: "outputResources",
|
|
@@ -557,10 +629,10 @@ exports.DeploymentPropertiesExtended = {
|
|
|
557
629
|
element: {
|
|
558
630
|
type: {
|
|
559
631
|
name: "Composite",
|
|
560
|
-
className: "ResourceReference"
|
|
561
|
-
}
|
|
562
|
-
}
|
|
563
|
-
}
|
|
632
|
+
className: "ResourceReference",
|
|
633
|
+
},
|
|
634
|
+
},
|
|
635
|
+
},
|
|
564
636
|
},
|
|
565
637
|
validatedResources: {
|
|
566
638
|
serializedName: "validatedResources",
|
|
@@ -570,20 +642,39 @@ exports.DeploymentPropertiesExtended = {
|
|
|
570
642
|
element: {
|
|
571
643
|
type: {
|
|
572
644
|
name: "Composite",
|
|
573
|
-
className: "ResourceReference"
|
|
574
|
-
}
|
|
575
|
-
}
|
|
576
|
-
}
|
|
645
|
+
className: "ResourceReference",
|
|
646
|
+
},
|
|
647
|
+
},
|
|
648
|
+
},
|
|
577
649
|
},
|
|
578
650
|
error: {
|
|
579
651
|
serializedName: "error",
|
|
580
652
|
type: {
|
|
581
653
|
name: "Composite",
|
|
582
|
-
className: "ErrorResponse"
|
|
583
|
-
}
|
|
584
|
-
}
|
|
585
|
-
|
|
586
|
-
|
|
654
|
+
className: "ErrorResponse",
|
|
655
|
+
},
|
|
656
|
+
},
|
|
657
|
+
diagnostics: {
|
|
658
|
+
serializedName: "diagnostics",
|
|
659
|
+
readOnly: true,
|
|
660
|
+
type: {
|
|
661
|
+
name: "Sequence",
|
|
662
|
+
element: {
|
|
663
|
+
type: {
|
|
664
|
+
name: "Composite",
|
|
665
|
+
className: "DeploymentDiagnosticsDefinition",
|
|
666
|
+
},
|
|
667
|
+
},
|
|
668
|
+
},
|
|
669
|
+
},
|
|
670
|
+
validationLevel: {
|
|
671
|
+
serializedName: "validationLevel",
|
|
672
|
+
type: {
|
|
673
|
+
name: "String",
|
|
674
|
+
},
|
|
675
|
+
},
|
|
676
|
+
},
|
|
677
|
+
},
|
|
587
678
|
};
|
|
588
679
|
exports.Provider = {
|
|
589
680
|
type: {
|
|
@@ -594,28 +685,28 @@ exports.Provider = {
|
|
|
594
685
|
serializedName: "id",
|
|
595
686
|
readOnly: true,
|
|
596
687
|
type: {
|
|
597
|
-
name: "String"
|
|
598
|
-
}
|
|
688
|
+
name: "String",
|
|
689
|
+
},
|
|
599
690
|
},
|
|
600
691
|
namespace: {
|
|
601
692
|
serializedName: "namespace",
|
|
602
693
|
type: {
|
|
603
|
-
name: "String"
|
|
604
|
-
}
|
|
694
|
+
name: "String",
|
|
695
|
+
},
|
|
605
696
|
},
|
|
606
697
|
registrationState: {
|
|
607
698
|
serializedName: "registrationState",
|
|
608
699
|
readOnly: true,
|
|
609
700
|
type: {
|
|
610
|
-
name: "String"
|
|
611
|
-
}
|
|
701
|
+
name: "String",
|
|
702
|
+
},
|
|
612
703
|
},
|
|
613
704
|
registrationPolicy: {
|
|
614
705
|
serializedName: "registrationPolicy",
|
|
615
706
|
readOnly: true,
|
|
616
707
|
type: {
|
|
617
|
-
name: "String"
|
|
618
|
-
}
|
|
708
|
+
name: "String",
|
|
709
|
+
},
|
|
619
710
|
},
|
|
620
711
|
resourceTypes: {
|
|
621
712
|
serializedName: "resourceTypes",
|
|
@@ -625,19 +716,19 @@ exports.Provider = {
|
|
|
625
716
|
element: {
|
|
626
717
|
type: {
|
|
627
718
|
name: "Composite",
|
|
628
|
-
className: "ProviderResourceType"
|
|
629
|
-
}
|
|
630
|
-
}
|
|
631
|
-
}
|
|
719
|
+
className: "ProviderResourceType",
|
|
720
|
+
},
|
|
721
|
+
},
|
|
722
|
+
},
|
|
632
723
|
},
|
|
633
724
|
providerAuthorizationConsentState: {
|
|
634
725
|
serializedName: "providerAuthorizationConsentState",
|
|
635
726
|
type: {
|
|
636
|
-
name: "String"
|
|
637
|
-
}
|
|
638
|
-
}
|
|
639
|
-
}
|
|
640
|
-
}
|
|
727
|
+
name: "String",
|
|
728
|
+
},
|
|
729
|
+
},
|
|
730
|
+
},
|
|
731
|
+
},
|
|
641
732
|
};
|
|
642
733
|
exports.ProviderResourceType = {
|
|
643
734
|
type: {
|
|
@@ -647,8 +738,8 @@ exports.ProviderResourceType = {
|
|
|
647
738
|
resourceType: {
|
|
648
739
|
serializedName: "resourceType",
|
|
649
740
|
type: {
|
|
650
|
-
name: "String"
|
|
651
|
-
}
|
|
741
|
+
name: "String",
|
|
742
|
+
},
|
|
652
743
|
},
|
|
653
744
|
locations: {
|
|
654
745
|
serializedName: "locations",
|
|
@@ -656,10 +747,10 @@ exports.ProviderResourceType = {
|
|
|
656
747
|
name: "Sequence",
|
|
657
748
|
element: {
|
|
658
749
|
type: {
|
|
659
|
-
name: "String"
|
|
660
|
-
}
|
|
661
|
-
}
|
|
662
|
-
}
|
|
750
|
+
name: "String",
|
|
751
|
+
},
|
|
752
|
+
},
|
|
753
|
+
},
|
|
663
754
|
},
|
|
664
755
|
locationMappings: {
|
|
665
756
|
serializedName: "locationMappings",
|
|
@@ -668,10 +759,10 @@ exports.ProviderResourceType = {
|
|
|
668
759
|
element: {
|
|
669
760
|
type: {
|
|
670
761
|
name: "Composite",
|
|
671
|
-
className: "ProviderExtendedLocation"
|
|
672
|
-
}
|
|
673
|
-
}
|
|
674
|
-
}
|
|
762
|
+
className: "ProviderExtendedLocation",
|
|
763
|
+
},
|
|
764
|
+
},
|
|
765
|
+
},
|
|
675
766
|
},
|
|
676
767
|
aliases: {
|
|
677
768
|
serializedName: "aliases",
|
|
@@ -680,10 +771,10 @@ exports.ProviderResourceType = {
|
|
|
680
771
|
element: {
|
|
681
772
|
type: {
|
|
682
773
|
name: "Composite",
|
|
683
|
-
className: "Alias"
|
|
684
|
-
}
|
|
685
|
-
}
|
|
686
|
-
}
|
|
774
|
+
className: "Alias",
|
|
775
|
+
},
|
|
776
|
+
},
|
|
777
|
+
},
|
|
687
778
|
},
|
|
688
779
|
apiVersions: {
|
|
689
780
|
serializedName: "apiVersions",
|
|
@@ -691,17 +782,17 @@ exports.ProviderResourceType = {
|
|
|
691
782
|
name: "Sequence",
|
|
692
783
|
element: {
|
|
693
784
|
type: {
|
|
694
|
-
name: "String"
|
|
695
|
-
}
|
|
696
|
-
}
|
|
697
|
-
}
|
|
785
|
+
name: "String",
|
|
786
|
+
},
|
|
787
|
+
},
|
|
788
|
+
},
|
|
698
789
|
},
|
|
699
790
|
defaultApiVersion: {
|
|
700
791
|
serializedName: "defaultApiVersion",
|
|
701
792
|
readOnly: true,
|
|
702
793
|
type: {
|
|
703
|
-
name: "String"
|
|
704
|
-
}
|
|
794
|
+
name: "String",
|
|
795
|
+
},
|
|
705
796
|
},
|
|
706
797
|
zoneMappings: {
|
|
707
798
|
serializedName: "zoneMappings",
|
|
@@ -710,10 +801,10 @@ exports.ProviderResourceType = {
|
|
|
710
801
|
element: {
|
|
711
802
|
type: {
|
|
712
803
|
name: "Composite",
|
|
713
|
-
className: "ZoneMapping"
|
|
714
|
-
}
|
|
715
|
-
}
|
|
716
|
-
}
|
|
804
|
+
className: "ZoneMapping",
|
|
805
|
+
},
|
|
806
|
+
},
|
|
807
|
+
},
|
|
717
808
|
},
|
|
718
809
|
apiProfiles: {
|
|
719
810
|
serializedName: "apiProfiles",
|
|
@@ -723,26 +814,26 @@ exports.ProviderResourceType = {
|
|
|
723
814
|
element: {
|
|
724
815
|
type: {
|
|
725
816
|
name: "Composite",
|
|
726
|
-
className: "ApiProfile"
|
|
727
|
-
}
|
|
728
|
-
}
|
|
729
|
-
}
|
|
817
|
+
className: "ApiProfile",
|
|
818
|
+
},
|
|
819
|
+
},
|
|
820
|
+
},
|
|
730
821
|
},
|
|
731
822
|
capabilities: {
|
|
732
823
|
serializedName: "capabilities",
|
|
733
824
|
type: {
|
|
734
|
-
name: "String"
|
|
735
|
-
}
|
|
825
|
+
name: "String",
|
|
826
|
+
},
|
|
736
827
|
},
|
|
737
828
|
properties: {
|
|
738
829
|
serializedName: "properties",
|
|
739
830
|
type: {
|
|
740
831
|
name: "Dictionary",
|
|
741
|
-
value: { type: { name: "String" } }
|
|
742
|
-
}
|
|
743
|
-
}
|
|
744
|
-
}
|
|
745
|
-
}
|
|
832
|
+
value: { type: { name: "String" } },
|
|
833
|
+
},
|
|
834
|
+
},
|
|
835
|
+
},
|
|
836
|
+
},
|
|
746
837
|
};
|
|
747
838
|
exports.ProviderExtendedLocation = {
|
|
748
839
|
type: {
|
|
@@ -752,14 +843,14 @@ exports.ProviderExtendedLocation = {
|
|
|
752
843
|
location: {
|
|
753
844
|
serializedName: "location",
|
|
754
845
|
type: {
|
|
755
|
-
name: "String"
|
|
756
|
-
}
|
|
846
|
+
name: "String",
|
|
847
|
+
},
|
|
757
848
|
},
|
|
758
849
|
type: {
|
|
759
850
|
serializedName: "type",
|
|
760
851
|
type: {
|
|
761
|
-
name: "String"
|
|
762
|
-
}
|
|
852
|
+
name: "String",
|
|
853
|
+
},
|
|
763
854
|
},
|
|
764
855
|
extendedLocations: {
|
|
765
856
|
serializedName: "extendedLocations",
|
|
@@ -767,13 +858,13 @@ exports.ProviderExtendedLocation = {
|
|
|
767
858
|
name: "Sequence",
|
|
768
859
|
element: {
|
|
769
860
|
type: {
|
|
770
|
-
name: "String"
|
|
771
|
-
}
|
|
772
|
-
}
|
|
773
|
-
}
|
|
774
|
-
}
|
|
775
|
-
}
|
|
776
|
-
}
|
|
861
|
+
name: "String",
|
|
862
|
+
},
|
|
863
|
+
},
|
|
864
|
+
},
|
|
865
|
+
},
|
|
866
|
+
},
|
|
867
|
+
},
|
|
777
868
|
};
|
|
778
869
|
exports.Alias = {
|
|
779
870
|
type: {
|
|
@@ -783,8 +874,8 @@ exports.Alias = {
|
|
|
783
874
|
name: {
|
|
784
875
|
serializedName: "name",
|
|
785
876
|
type: {
|
|
786
|
-
name: "String"
|
|
787
|
-
}
|
|
877
|
+
name: "String",
|
|
878
|
+
},
|
|
788
879
|
},
|
|
789
880
|
paths: {
|
|
790
881
|
serializedName: "paths",
|
|
@@ -793,40 +884,40 @@ exports.Alias = {
|
|
|
793
884
|
element: {
|
|
794
885
|
type: {
|
|
795
886
|
name: "Composite",
|
|
796
|
-
className: "AliasPath"
|
|
797
|
-
}
|
|
798
|
-
}
|
|
799
|
-
}
|
|
887
|
+
className: "AliasPath",
|
|
888
|
+
},
|
|
889
|
+
},
|
|
890
|
+
},
|
|
800
891
|
},
|
|
801
892
|
type: {
|
|
802
893
|
serializedName: "type",
|
|
803
894
|
type: {
|
|
804
895
|
name: "Enum",
|
|
805
|
-
allowedValues: ["NotSpecified", "PlainText", "Mask"]
|
|
806
|
-
}
|
|
896
|
+
allowedValues: ["NotSpecified", "PlainText", "Mask"],
|
|
897
|
+
},
|
|
807
898
|
},
|
|
808
899
|
defaultPath: {
|
|
809
900
|
serializedName: "defaultPath",
|
|
810
901
|
type: {
|
|
811
|
-
name: "String"
|
|
812
|
-
}
|
|
902
|
+
name: "String",
|
|
903
|
+
},
|
|
813
904
|
},
|
|
814
905
|
defaultPattern: {
|
|
815
906
|
serializedName: "defaultPattern",
|
|
816
907
|
type: {
|
|
817
908
|
name: "Composite",
|
|
818
|
-
className: "AliasPattern"
|
|
819
|
-
}
|
|
909
|
+
className: "AliasPattern",
|
|
910
|
+
},
|
|
820
911
|
},
|
|
821
912
|
defaultMetadata: {
|
|
822
913
|
serializedName: "defaultMetadata",
|
|
823
914
|
type: {
|
|
824
915
|
name: "Composite",
|
|
825
|
-
className: "AliasPathMetadata"
|
|
826
|
-
}
|
|
827
|
-
}
|
|
828
|
-
}
|
|
829
|
-
}
|
|
916
|
+
className: "AliasPathMetadata",
|
|
917
|
+
},
|
|
918
|
+
},
|
|
919
|
+
},
|
|
920
|
+
},
|
|
830
921
|
};
|
|
831
922
|
exports.AliasPath = {
|
|
832
923
|
type: {
|
|
@@ -836,8 +927,8 @@ exports.AliasPath = {
|
|
|
836
927
|
path: {
|
|
837
928
|
serializedName: "path",
|
|
838
929
|
type: {
|
|
839
|
-
name: "String"
|
|
840
|
-
}
|
|
930
|
+
name: "String",
|
|
931
|
+
},
|
|
841
932
|
},
|
|
842
933
|
apiVersions: {
|
|
843
934
|
serializedName: "apiVersions",
|
|
@@ -845,27 +936,27 @@ exports.AliasPath = {
|
|
|
845
936
|
name: "Sequence",
|
|
846
937
|
element: {
|
|
847
938
|
type: {
|
|
848
|
-
name: "String"
|
|
849
|
-
}
|
|
850
|
-
}
|
|
851
|
-
}
|
|
939
|
+
name: "String",
|
|
940
|
+
},
|
|
941
|
+
},
|
|
942
|
+
},
|
|
852
943
|
},
|
|
853
944
|
pattern: {
|
|
854
945
|
serializedName: "pattern",
|
|
855
946
|
type: {
|
|
856
947
|
name: "Composite",
|
|
857
|
-
className: "AliasPattern"
|
|
858
|
-
}
|
|
948
|
+
className: "AliasPattern",
|
|
949
|
+
},
|
|
859
950
|
},
|
|
860
951
|
metadata: {
|
|
861
952
|
serializedName: "metadata",
|
|
862
953
|
type: {
|
|
863
954
|
name: "Composite",
|
|
864
|
-
className: "AliasPathMetadata"
|
|
865
|
-
}
|
|
866
|
-
}
|
|
867
|
-
}
|
|
868
|
-
}
|
|
955
|
+
className: "AliasPathMetadata",
|
|
956
|
+
},
|
|
957
|
+
},
|
|
958
|
+
},
|
|
959
|
+
},
|
|
869
960
|
};
|
|
870
961
|
exports.AliasPattern = {
|
|
871
962
|
type: {
|
|
@@ -875,24 +966,24 @@ exports.AliasPattern = {
|
|
|
875
966
|
phrase: {
|
|
876
967
|
serializedName: "phrase",
|
|
877
968
|
type: {
|
|
878
|
-
name: "String"
|
|
879
|
-
}
|
|
969
|
+
name: "String",
|
|
970
|
+
},
|
|
880
971
|
},
|
|
881
972
|
variable: {
|
|
882
973
|
serializedName: "variable",
|
|
883
974
|
type: {
|
|
884
|
-
name: "String"
|
|
885
|
-
}
|
|
975
|
+
name: "String",
|
|
976
|
+
},
|
|
886
977
|
},
|
|
887
978
|
type: {
|
|
888
979
|
serializedName: "type",
|
|
889
980
|
type: {
|
|
890
981
|
name: "Enum",
|
|
891
|
-
allowedValues: ["NotSpecified", "Extract"]
|
|
892
|
-
}
|
|
893
|
-
}
|
|
894
|
-
}
|
|
895
|
-
}
|
|
982
|
+
allowedValues: ["NotSpecified", "Extract"],
|
|
983
|
+
},
|
|
984
|
+
},
|
|
985
|
+
},
|
|
986
|
+
},
|
|
896
987
|
};
|
|
897
988
|
exports.AliasPathMetadata = {
|
|
898
989
|
type: {
|
|
@@ -903,18 +994,18 @@ exports.AliasPathMetadata = {
|
|
|
903
994
|
serializedName: "type",
|
|
904
995
|
readOnly: true,
|
|
905
996
|
type: {
|
|
906
|
-
name: "String"
|
|
907
|
-
}
|
|
997
|
+
name: "String",
|
|
998
|
+
},
|
|
908
999
|
},
|
|
909
1000
|
attributes: {
|
|
910
1001
|
serializedName: "attributes",
|
|
911
1002
|
readOnly: true,
|
|
912
1003
|
type: {
|
|
913
|
-
name: "String"
|
|
914
|
-
}
|
|
915
|
-
}
|
|
916
|
-
}
|
|
917
|
-
}
|
|
1004
|
+
name: "String",
|
|
1005
|
+
},
|
|
1006
|
+
},
|
|
1007
|
+
},
|
|
1008
|
+
},
|
|
918
1009
|
};
|
|
919
1010
|
exports.ZoneMapping = {
|
|
920
1011
|
type: {
|
|
@@ -924,8 +1015,8 @@ exports.ZoneMapping = {
|
|
|
924
1015
|
location: {
|
|
925
1016
|
serializedName: "location",
|
|
926
1017
|
type: {
|
|
927
|
-
name: "String"
|
|
928
|
-
}
|
|
1018
|
+
name: "String",
|
|
1019
|
+
},
|
|
929
1020
|
},
|
|
930
1021
|
zones: {
|
|
931
1022
|
serializedName: "zones",
|
|
@@ -933,13 +1024,13 @@ exports.ZoneMapping = {
|
|
|
933
1024
|
name: "Sequence",
|
|
934
1025
|
element: {
|
|
935
1026
|
type: {
|
|
936
|
-
name: "String"
|
|
937
|
-
}
|
|
938
|
-
}
|
|
939
|
-
}
|
|
940
|
-
}
|
|
941
|
-
}
|
|
942
|
-
}
|
|
1027
|
+
name: "String",
|
|
1028
|
+
},
|
|
1029
|
+
},
|
|
1030
|
+
},
|
|
1031
|
+
},
|
|
1032
|
+
},
|
|
1033
|
+
},
|
|
943
1034
|
};
|
|
944
1035
|
exports.ApiProfile = {
|
|
945
1036
|
type: {
|
|
@@ -950,18 +1041,18 @@ exports.ApiProfile = {
|
|
|
950
1041
|
serializedName: "profileVersion",
|
|
951
1042
|
readOnly: true,
|
|
952
1043
|
type: {
|
|
953
|
-
name: "String"
|
|
954
|
-
}
|
|
1044
|
+
name: "String",
|
|
1045
|
+
},
|
|
955
1046
|
},
|
|
956
1047
|
apiVersion: {
|
|
957
1048
|
serializedName: "apiVersion",
|
|
958
1049
|
readOnly: true,
|
|
959
1050
|
type: {
|
|
960
|
-
name: "String"
|
|
961
|
-
}
|
|
962
|
-
}
|
|
963
|
-
}
|
|
964
|
-
}
|
|
1051
|
+
name: "String",
|
|
1052
|
+
},
|
|
1053
|
+
},
|
|
1054
|
+
},
|
|
1055
|
+
},
|
|
965
1056
|
};
|
|
966
1057
|
exports.Dependency = {
|
|
967
1058
|
type: {
|
|
@@ -975,31 +1066,31 @@ exports.Dependency = {
|
|
|
975
1066
|
element: {
|
|
976
1067
|
type: {
|
|
977
1068
|
name: "Composite",
|
|
978
|
-
className: "BasicDependency"
|
|
979
|
-
}
|
|
980
|
-
}
|
|
981
|
-
}
|
|
1069
|
+
className: "BasicDependency",
|
|
1070
|
+
},
|
|
1071
|
+
},
|
|
1072
|
+
},
|
|
982
1073
|
},
|
|
983
1074
|
id: {
|
|
984
1075
|
serializedName: "id",
|
|
985
1076
|
type: {
|
|
986
|
-
name: "String"
|
|
987
|
-
}
|
|
1077
|
+
name: "String",
|
|
1078
|
+
},
|
|
988
1079
|
},
|
|
989
1080
|
resourceType: {
|
|
990
1081
|
serializedName: "resourceType",
|
|
991
1082
|
type: {
|
|
992
|
-
name: "String"
|
|
993
|
-
}
|
|
1083
|
+
name: "String",
|
|
1084
|
+
},
|
|
994
1085
|
},
|
|
995
1086
|
resourceName: {
|
|
996
1087
|
serializedName: "resourceName",
|
|
997
1088
|
type: {
|
|
998
|
-
name: "String"
|
|
999
|
-
}
|
|
1000
|
-
}
|
|
1001
|
-
}
|
|
1002
|
-
}
|
|
1089
|
+
name: "String",
|
|
1090
|
+
},
|
|
1091
|
+
},
|
|
1092
|
+
},
|
|
1093
|
+
},
|
|
1003
1094
|
};
|
|
1004
1095
|
exports.BasicDependency = {
|
|
1005
1096
|
type: {
|
|
@@ -1009,23 +1100,23 @@ exports.BasicDependency = {
|
|
|
1009
1100
|
id: {
|
|
1010
1101
|
serializedName: "id",
|
|
1011
1102
|
type: {
|
|
1012
|
-
name: "String"
|
|
1013
|
-
}
|
|
1103
|
+
name: "String",
|
|
1104
|
+
},
|
|
1014
1105
|
},
|
|
1015
1106
|
resourceType: {
|
|
1016
1107
|
serializedName: "resourceType",
|
|
1017
1108
|
type: {
|
|
1018
|
-
name: "String"
|
|
1019
|
-
}
|
|
1109
|
+
name: "String",
|
|
1110
|
+
},
|
|
1020
1111
|
},
|
|
1021
1112
|
resourceName: {
|
|
1022
1113
|
serializedName: "resourceName",
|
|
1023
1114
|
type: {
|
|
1024
|
-
name: "String"
|
|
1025
|
-
}
|
|
1026
|
-
}
|
|
1027
|
-
}
|
|
1028
|
-
}
|
|
1115
|
+
name: "String",
|
|
1116
|
+
},
|
|
1117
|
+
},
|
|
1118
|
+
},
|
|
1119
|
+
},
|
|
1029
1120
|
};
|
|
1030
1121
|
exports.OnErrorDeploymentExtended = {
|
|
1031
1122
|
type: {
|
|
@@ -1036,24 +1127,24 @@ exports.OnErrorDeploymentExtended = {
|
|
|
1036
1127
|
serializedName: "provisioningState",
|
|
1037
1128
|
readOnly: true,
|
|
1038
1129
|
type: {
|
|
1039
|
-
name: "String"
|
|
1040
|
-
}
|
|
1130
|
+
name: "String",
|
|
1131
|
+
},
|
|
1041
1132
|
},
|
|
1042
1133
|
type: {
|
|
1043
1134
|
serializedName: "type",
|
|
1044
1135
|
type: {
|
|
1045
1136
|
name: "Enum",
|
|
1046
|
-
allowedValues: ["LastSuccessful", "SpecificDeployment"]
|
|
1047
|
-
}
|
|
1137
|
+
allowedValues: ["LastSuccessful", "SpecificDeployment"],
|
|
1138
|
+
},
|
|
1048
1139
|
},
|
|
1049
1140
|
deploymentName: {
|
|
1050
1141
|
serializedName: "deploymentName",
|
|
1051
1142
|
type: {
|
|
1052
|
-
name: "String"
|
|
1053
|
-
}
|
|
1054
|
-
}
|
|
1055
|
-
}
|
|
1056
|
-
}
|
|
1143
|
+
name: "String",
|
|
1144
|
+
},
|
|
1145
|
+
},
|
|
1146
|
+
},
|
|
1147
|
+
},
|
|
1057
1148
|
};
|
|
1058
1149
|
exports.ResourceReference = {
|
|
1059
1150
|
type: {
|
|
@@ -1064,11 +1155,63 @@ exports.ResourceReference = {
|
|
|
1064
1155
|
serializedName: "id",
|
|
1065
1156
|
readOnly: true,
|
|
1066
1157
|
type: {
|
|
1067
|
-
name: "String"
|
|
1068
|
-
}
|
|
1069
|
-
}
|
|
1070
|
-
}
|
|
1071
|
-
}
|
|
1158
|
+
name: "String",
|
|
1159
|
+
},
|
|
1160
|
+
},
|
|
1161
|
+
},
|
|
1162
|
+
},
|
|
1163
|
+
};
|
|
1164
|
+
exports.DeploymentDiagnosticsDefinition = {
|
|
1165
|
+
type: {
|
|
1166
|
+
name: "Composite",
|
|
1167
|
+
className: "DeploymentDiagnosticsDefinition",
|
|
1168
|
+
modelProperties: {
|
|
1169
|
+
level: {
|
|
1170
|
+
serializedName: "level",
|
|
1171
|
+
required: true,
|
|
1172
|
+
readOnly: true,
|
|
1173
|
+
type: {
|
|
1174
|
+
name: "String",
|
|
1175
|
+
},
|
|
1176
|
+
},
|
|
1177
|
+
code: {
|
|
1178
|
+
serializedName: "code",
|
|
1179
|
+
required: true,
|
|
1180
|
+
readOnly: true,
|
|
1181
|
+
type: {
|
|
1182
|
+
name: "String",
|
|
1183
|
+
},
|
|
1184
|
+
},
|
|
1185
|
+
message: {
|
|
1186
|
+
serializedName: "message",
|
|
1187
|
+
required: true,
|
|
1188
|
+
readOnly: true,
|
|
1189
|
+
type: {
|
|
1190
|
+
name: "String",
|
|
1191
|
+
},
|
|
1192
|
+
},
|
|
1193
|
+
target: {
|
|
1194
|
+
serializedName: "target",
|
|
1195
|
+
readOnly: true,
|
|
1196
|
+
type: {
|
|
1197
|
+
name: "String",
|
|
1198
|
+
},
|
|
1199
|
+
},
|
|
1200
|
+
additionalInfo: {
|
|
1201
|
+
serializedName: "additionalInfo",
|
|
1202
|
+
readOnly: true,
|
|
1203
|
+
type: {
|
|
1204
|
+
name: "Sequence",
|
|
1205
|
+
element: {
|
|
1206
|
+
type: {
|
|
1207
|
+
name: "Composite",
|
|
1208
|
+
className: "ErrorAdditionalInfo",
|
|
1209
|
+
},
|
|
1210
|
+
},
|
|
1211
|
+
},
|
|
1212
|
+
},
|
|
1213
|
+
},
|
|
1214
|
+
},
|
|
1072
1215
|
};
|
|
1073
1216
|
exports.DeploymentValidateResult = {
|
|
1074
1217
|
type: {
|
|
@@ -1079,18 +1222,39 @@ exports.DeploymentValidateResult = {
|
|
|
1079
1222
|
serializedName: "error",
|
|
1080
1223
|
type: {
|
|
1081
1224
|
name: "Composite",
|
|
1082
|
-
className: "ErrorResponse"
|
|
1083
|
-
}
|
|
1225
|
+
className: "ErrorResponse",
|
|
1226
|
+
},
|
|
1227
|
+
},
|
|
1228
|
+
id: {
|
|
1229
|
+
serializedName: "id",
|
|
1230
|
+
readOnly: true,
|
|
1231
|
+
type: {
|
|
1232
|
+
name: "String",
|
|
1233
|
+
},
|
|
1234
|
+
},
|
|
1235
|
+
name: {
|
|
1236
|
+
serializedName: "name",
|
|
1237
|
+
readOnly: true,
|
|
1238
|
+
type: {
|
|
1239
|
+
name: "String",
|
|
1240
|
+
},
|
|
1241
|
+
},
|
|
1242
|
+
type: {
|
|
1243
|
+
serializedName: "type",
|
|
1244
|
+
readOnly: true,
|
|
1245
|
+
type: {
|
|
1246
|
+
name: "String",
|
|
1247
|
+
},
|
|
1084
1248
|
},
|
|
1085
1249
|
properties: {
|
|
1086
1250
|
serializedName: "properties",
|
|
1087
1251
|
type: {
|
|
1088
1252
|
name: "Composite",
|
|
1089
|
-
className: "DeploymentPropertiesExtended"
|
|
1090
|
-
}
|
|
1091
|
-
}
|
|
1092
|
-
}
|
|
1093
|
-
}
|
|
1253
|
+
className: "DeploymentPropertiesExtended",
|
|
1254
|
+
},
|
|
1255
|
+
},
|
|
1256
|
+
},
|
|
1257
|
+
},
|
|
1094
1258
|
};
|
|
1095
1259
|
exports.DeploymentExportResult = {
|
|
1096
1260
|
type: {
|
|
@@ -1101,11 +1265,11 @@ exports.DeploymentExportResult = {
|
|
|
1101
1265
|
serializedName: "template",
|
|
1102
1266
|
type: {
|
|
1103
1267
|
name: "Dictionary",
|
|
1104
|
-
value: { type: { name: "any" } }
|
|
1105
|
-
}
|
|
1106
|
-
}
|
|
1107
|
-
}
|
|
1108
|
-
}
|
|
1268
|
+
value: { type: { name: "any" } },
|
|
1269
|
+
},
|
|
1270
|
+
},
|
|
1271
|
+
},
|
|
1272
|
+
},
|
|
1109
1273
|
};
|
|
1110
1274
|
exports.DeploymentListResult = {
|
|
1111
1275
|
type: {
|
|
@@ -1119,20 +1283,20 @@ exports.DeploymentListResult = {
|
|
|
1119
1283
|
element: {
|
|
1120
1284
|
type: {
|
|
1121
1285
|
name: "Composite",
|
|
1122
|
-
className: "DeploymentExtended"
|
|
1123
|
-
}
|
|
1124
|
-
}
|
|
1125
|
-
}
|
|
1286
|
+
className: "DeploymentExtended",
|
|
1287
|
+
},
|
|
1288
|
+
},
|
|
1289
|
+
},
|
|
1126
1290
|
},
|
|
1127
1291
|
nextLink: {
|
|
1128
1292
|
serializedName: "nextLink",
|
|
1129
1293
|
readOnly: true,
|
|
1130
1294
|
type: {
|
|
1131
|
-
name: "String"
|
|
1132
|
-
}
|
|
1133
|
-
}
|
|
1134
|
-
}
|
|
1135
|
-
}
|
|
1295
|
+
name: "String",
|
|
1296
|
+
},
|
|
1297
|
+
},
|
|
1298
|
+
},
|
|
1299
|
+
},
|
|
1136
1300
|
};
|
|
1137
1301
|
exports.ScopedDeployment = {
|
|
1138
1302
|
type: {
|
|
@@ -1143,25 +1307,25 @@ exports.ScopedDeployment = {
|
|
|
1143
1307
|
serializedName: "location",
|
|
1144
1308
|
required: true,
|
|
1145
1309
|
type: {
|
|
1146
|
-
name: "String"
|
|
1147
|
-
}
|
|
1310
|
+
name: "String",
|
|
1311
|
+
},
|
|
1148
1312
|
},
|
|
1149
1313
|
properties: {
|
|
1150
1314
|
serializedName: "properties",
|
|
1151
1315
|
type: {
|
|
1152
1316
|
name: "Composite",
|
|
1153
|
-
className: "DeploymentProperties"
|
|
1154
|
-
}
|
|
1317
|
+
className: "DeploymentProperties",
|
|
1318
|
+
},
|
|
1155
1319
|
},
|
|
1156
1320
|
tags: {
|
|
1157
1321
|
serializedName: "tags",
|
|
1158
1322
|
type: {
|
|
1159
1323
|
name: "Dictionary",
|
|
1160
|
-
value: { type: { name: "String" } }
|
|
1161
|
-
}
|
|
1162
|
-
}
|
|
1163
|
-
}
|
|
1164
|
-
}
|
|
1324
|
+
value: { type: { name: "String" } },
|
|
1325
|
+
},
|
|
1326
|
+
},
|
|
1327
|
+
},
|
|
1328
|
+
},
|
|
1165
1329
|
};
|
|
1166
1330
|
exports.ScopedDeploymentWhatIf = {
|
|
1167
1331
|
type: {
|
|
@@ -1172,18 +1336,18 @@ exports.ScopedDeploymentWhatIf = {
|
|
|
1172
1336
|
serializedName: "location",
|
|
1173
1337
|
required: true,
|
|
1174
1338
|
type: {
|
|
1175
|
-
name: "String"
|
|
1176
|
-
}
|
|
1339
|
+
name: "String",
|
|
1340
|
+
},
|
|
1177
1341
|
},
|
|
1178
1342
|
properties: {
|
|
1179
1343
|
serializedName: "properties",
|
|
1180
1344
|
type: {
|
|
1181
1345
|
name: "Composite",
|
|
1182
|
-
className: "DeploymentWhatIfProperties"
|
|
1183
|
-
}
|
|
1184
|
-
}
|
|
1185
|
-
}
|
|
1186
|
-
}
|
|
1346
|
+
className: "DeploymentWhatIfProperties",
|
|
1347
|
+
},
|
|
1348
|
+
},
|
|
1349
|
+
},
|
|
1350
|
+
},
|
|
1187
1351
|
};
|
|
1188
1352
|
exports.DeploymentWhatIfSettings = {
|
|
1189
1353
|
type: {
|
|
@@ -1194,11 +1358,11 @@ exports.DeploymentWhatIfSettings = {
|
|
|
1194
1358
|
serializedName: "resultFormat",
|
|
1195
1359
|
type: {
|
|
1196
1360
|
name: "Enum",
|
|
1197
|
-
allowedValues: ["ResourceIdOnly", "FullResourcePayloads"]
|
|
1198
|
-
}
|
|
1199
|
-
}
|
|
1200
|
-
}
|
|
1201
|
-
}
|
|
1361
|
+
allowedValues: ["ResourceIdOnly", "FullResourcePayloads"],
|
|
1362
|
+
},
|
|
1363
|
+
},
|
|
1364
|
+
},
|
|
1365
|
+
},
|
|
1202
1366
|
};
|
|
1203
1367
|
exports.WhatIfOperationResult = {
|
|
1204
1368
|
type: {
|
|
@@ -1208,15 +1372,15 @@ exports.WhatIfOperationResult = {
|
|
|
1208
1372
|
status: {
|
|
1209
1373
|
serializedName: "status",
|
|
1210
1374
|
type: {
|
|
1211
|
-
name: "String"
|
|
1212
|
-
}
|
|
1375
|
+
name: "String",
|
|
1376
|
+
},
|
|
1213
1377
|
},
|
|
1214
1378
|
error: {
|
|
1215
1379
|
serializedName: "error",
|
|
1216
1380
|
type: {
|
|
1217
1381
|
name: "Composite",
|
|
1218
|
-
className: "ErrorResponse"
|
|
1219
|
-
}
|
|
1382
|
+
className: "ErrorResponse",
|
|
1383
|
+
},
|
|
1220
1384
|
},
|
|
1221
1385
|
changes: {
|
|
1222
1386
|
serializedName: "properties.changes",
|
|
@@ -1225,13 +1389,38 @@ exports.WhatIfOperationResult = {
|
|
|
1225
1389
|
element: {
|
|
1226
1390
|
type: {
|
|
1227
1391
|
name: "Composite",
|
|
1228
|
-
className: "WhatIfChange"
|
|
1229
|
-
}
|
|
1230
|
-
}
|
|
1231
|
-
}
|
|
1232
|
-
}
|
|
1233
|
-
|
|
1234
|
-
|
|
1392
|
+
className: "WhatIfChange",
|
|
1393
|
+
},
|
|
1394
|
+
},
|
|
1395
|
+
},
|
|
1396
|
+
},
|
|
1397
|
+
potentialChanges: {
|
|
1398
|
+
serializedName: "properties.potentialChanges",
|
|
1399
|
+
type: {
|
|
1400
|
+
name: "Sequence",
|
|
1401
|
+
element: {
|
|
1402
|
+
type: {
|
|
1403
|
+
name: "Composite",
|
|
1404
|
+
className: "WhatIfChange",
|
|
1405
|
+
},
|
|
1406
|
+
},
|
|
1407
|
+
},
|
|
1408
|
+
},
|
|
1409
|
+
diagnostics: {
|
|
1410
|
+
serializedName: "properties.diagnostics",
|
|
1411
|
+
readOnly: true,
|
|
1412
|
+
type: {
|
|
1413
|
+
name: "Sequence",
|
|
1414
|
+
element: {
|
|
1415
|
+
type: {
|
|
1416
|
+
name: "Composite",
|
|
1417
|
+
className: "DeploymentDiagnosticsDefinition",
|
|
1418
|
+
},
|
|
1419
|
+
},
|
|
1420
|
+
},
|
|
1421
|
+
},
|
|
1422
|
+
},
|
|
1423
|
+
},
|
|
1235
1424
|
};
|
|
1236
1425
|
exports.WhatIfChange = {
|
|
1237
1426
|
type: {
|
|
@@ -1240,10 +1429,28 @@ exports.WhatIfChange = {
|
|
|
1240
1429
|
modelProperties: {
|
|
1241
1430
|
resourceId: {
|
|
1242
1431
|
serializedName: "resourceId",
|
|
1243
|
-
required: true,
|
|
1244
1432
|
type: {
|
|
1245
|
-
name: "String"
|
|
1246
|
-
}
|
|
1433
|
+
name: "String",
|
|
1434
|
+
},
|
|
1435
|
+
},
|
|
1436
|
+
deploymentId: {
|
|
1437
|
+
serializedName: "deploymentId",
|
|
1438
|
+
type: {
|
|
1439
|
+
name: "String",
|
|
1440
|
+
},
|
|
1441
|
+
},
|
|
1442
|
+
symbolicName: {
|
|
1443
|
+
serializedName: "symbolicName",
|
|
1444
|
+
type: {
|
|
1445
|
+
name: "String",
|
|
1446
|
+
},
|
|
1447
|
+
},
|
|
1448
|
+
identifiers: {
|
|
1449
|
+
serializedName: "identifiers",
|
|
1450
|
+
type: {
|
|
1451
|
+
name: "Dictionary",
|
|
1452
|
+
value: { type: { name: "any" } },
|
|
1453
|
+
},
|
|
1247
1454
|
},
|
|
1248
1455
|
changeType: {
|
|
1249
1456
|
serializedName: "changeType",
|
|
@@ -1257,29 +1464,29 @@ exports.WhatIfChange = {
|
|
|
1257
1464
|
"Deploy",
|
|
1258
1465
|
"NoChange",
|
|
1259
1466
|
"Modify",
|
|
1260
|
-
"Unsupported"
|
|
1261
|
-
]
|
|
1262
|
-
}
|
|
1467
|
+
"Unsupported",
|
|
1468
|
+
],
|
|
1469
|
+
},
|
|
1263
1470
|
},
|
|
1264
1471
|
unsupportedReason: {
|
|
1265
1472
|
serializedName: "unsupportedReason",
|
|
1266
1473
|
type: {
|
|
1267
|
-
name: "String"
|
|
1268
|
-
}
|
|
1474
|
+
name: "String",
|
|
1475
|
+
},
|
|
1269
1476
|
},
|
|
1270
1477
|
before: {
|
|
1271
1478
|
serializedName: "before",
|
|
1272
1479
|
type: {
|
|
1273
1480
|
name: "Dictionary",
|
|
1274
|
-
value: { type: { name: "any" } }
|
|
1275
|
-
}
|
|
1481
|
+
value: { type: { name: "any" } },
|
|
1482
|
+
},
|
|
1276
1483
|
},
|
|
1277
1484
|
after: {
|
|
1278
1485
|
serializedName: "after",
|
|
1279
1486
|
type: {
|
|
1280
1487
|
name: "Dictionary",
|
|
1281
|
-
value: { type: { name: "any" } }
|
|
1282
|
-
}
|
|
1488
|
+
value: { type: { name: "any" } },
|
|
1489
|
+
},
|
|
1283
1490
|
},
|
|
1284
1491
|
delta: {
|
|
1285
1492
|
serializedName: "delta",
|
|
@@ -1288,13 +1495,13 @@ exports.WhatIfChange = {
|
|
|
1288
1495
|
element: {
|
|
1289
1496
|
type: {
|
|
1290
1497
|
name: "Composite",
|
|
1291
|
-
className: "WhatIfPropertyChange"
|
|
1292
|
-
}
|
|
1293
|
-
}
|
|
1294
|
-
}
|
|
1295
|
-
}
|
|
1296
|
-
}
|
|
1297
|
-
}
|
|
1498
|
+
className: "WhatIfPropertyChange",
|
|
1499
|
+
},
|
|
1500
|
+
},
|
|
1501
|
+
},
|
|
1502
|
+
},
|
|
1503
|
+
},
|
|
1504
|
+
},
|
|
1298
1505
|
};
|
|
1299
1506
|
exports.WhatIfPropertyChange = {
|
|
1300
1507
|
type: {
|
|
@@ -1305,30 +1512,30 @@ exports.WhatIfPropertyChange = {
|
|
|
1305
1512
|
serializedName: "path",
|
|
1306
1513
|
required: true,
|
|
1307
1514
|
type: {
|
|
1308
|
-
name: "String"
|
|
1309
|
-
}
|
|
1515
|
+
name: "String",
|
|
1516
|
+
},
|
|
1310
1517
|
},
|
|
1311
1518
|
propertyChangeType: {
|
|
1312
1519
|
serializedName: "propertyChangeType",
|
|
1313
1520
|
required: true,
|
|
1314
1521
|
type: {
|
|
1315
1522
|
name: "Enum",
|
|
1316
|
-
allowedValues: ["Create", "Delete", "Modify", "Array", "NoEffect"]
|
|
1317
|
-
}
|
|
1523
|
+
allowedValues: ["Create", "Delete", "Modify", "Array", "NoEffect"],
|
|
1524
|
+
},
|
|
1318
1525
|
},
|
|
1319
1526
|
before: {
|
|
1320
1527
|
serializedName: "before",
|
|
1321
1528
|
type: {
|
|
1322
1529
|
name: "Dictionary",
|
|
1323
|
-
value: { type: { name: "any" } }
|
|
1324
|
-
}
|
|
1530
|
+
value: { type: { name: "any" } },
|
|
1531
|
+
},
|
|
1325
1532
|
},
|
|
1326
1533
|
after: {
|
|
1327
1534
|
serializedName: "after",
|
|
1328
1535
|
type: {
|
|
1329
1536
|
name: "Dictionary",
|
|
1330
|
-
value: { type: { name: "any" } }
|
|
1331
|
-
}
|
|
1537
|
+
value: { type: { name: "any" } },
|
|
1538
|
+
},
|
|
1332
1539
|
},
|
|
1333
1540
|
children: {
|
|
1334
1541
|
serializedName: "children",
|
|
@@ -1337,13 +1544,13 @@ exports.WhatIfPropertyChange = {
|
|
|
1337
1544
|
element: {
|
|
1338
1545
|
type: {
|
|
1339
1546
|
name: "Composite",
|
|
1340
|
-
className: "WhatIfPropertyChange"
|
|
1341
|
-
}
|
|
1342
|
-
}
|
|
1343
|
-
}
|
|
1344
|
-
}
|
|
1345
|
-
}
|
|
1346
|
-
}
|
|
1547
|
+
className: "WhatIfPropertyChange",
|
|
1548
|
+
},
|
|
1549
|
+
},
|
|
1550
|
+
},
|
|
1551
|
+
},
|
|
1552
|
+
},
|
|
1553
|
+
},
|
|
1347
1554
|
};
|
|
1348
1555
|
exports.DeploymentWhatIf = {
|
|
1349
1556
|
type: {
|
|
@@ -1353,18 +1560,18 @@ exports.DeploymentWhatIf = {
|
|
|
1353
1560
|
location: {
|
|
1354
1561
|
serializedName: "location",
|
|
1355
1562
|
type: {
|
|
1356
|
-
name: "String"
|
|
1357
|
-
}
|
|
1563
|
+
name: "String",
|
|
1564
|
+
},
|
|
1358
1565
|
},
|
|
1359
1566
|
properties: {
|
|
1360
1567
|
serializedName: "properties",
|
|
1361
1568
|
type: {
|
|
1362
1569
|
name: "Composite",
|
|
1363
|
-
className: "DeploymentWhatIfProperties"
|
|
1364
|
-
}
|
|
1365
|
-
}
|
|
1366
|
-
}
|
|
1367
|
-
}
|
|
1570
|
+
className: "DeploymentWhatIfProperties",
|
|
1571
|
+
},
|
|
1572
|
+
},
|
|
1573
|
+
},
|
|
1574
|
+
},
|
|
1368
1575
|
};
|
|
1369
1576
|
exports.ProviderPermissionListResult = {
|
|
1370
1577
|
type: {
|
|
@@ -1378,20 +1585,20 @@ exports.ProviderPermissionListResult = {
|
|
|
1378
1585
|
element: {
|
|
1379
1586
|
type: {
|
|
1380
1587
|
name: "Composite",
|
|
1381
|
-
className: "ProviderPermission"
|
|
1382
|
-
}
|
|
1383
|
-
}
|
|
1384
|
-
}
|
|
1588
|
+
className: "ProviderPermission",
|
|
1589
|
+
},
|
|
1590
|
+
},
|
|
1591
|
+
},
|
|
1385
1592
|
},
|
|
1386
1593
|
nextLink: {
|
|
1387
1594
|
serializedName: "nextLink",
|
|
1388
1595
|
readOnly: true,
|
|
1389
1596
|
type: {
|
|
1390
|
-
name: "String"
|
|
1391
|
-
}
|
|
1392
|
-
}
|
|
1393
|
-
}
|
|
1394
|
-
}
|
|
1597
|
+
name: "String",
|
|
1598
|
+
},
|
|
1599
|
+
},
|
|
1600
|
+
},
|
|
1601
|
+
},
|
|
1395
1602
|
};
|
|
1396
1603
|
exports.ProviderPermission = {
|
|
1397
1604
|
type: {
|
|
@@ -1401,31 +1608,31 @@ exports.ProviderPermission = {
|
|
|
1401
1608
|
applicationId: {
|
|
1402
1609
|
serializedName: "applicationId",
|
|
1403
1610
|
type: {
|
|
1404
|
-
name: "String"
|
|
1405
|
-
}
|
|
1611
|
+
name: "String",
|
|
1612
|
+
},
|
|
1406
1613
|
},
|
|
1407
1614
|
roleDefinition: {
|
|
1408
1615
|
serializedName: "roleDefinition",
|
|
1409
1616
|
type: {
|
|
1410
1617
|
name: "Composite",
|
|
1411
|
-
className: "RoleDefinition"
|
|
1412
|
-
}
|
|
1618
|
+
className: "RoleDefinition",
|
|
1619
|
+
},
|
|
1413
1620
|
},
|
|
1414
1621
|
managedByRoleDefinition: {
|
|
1415
1622
|
serializedName: "managedByRoleDefinition",
|
|
1416
1623
|
type: {
|
|
1417
1624
|
name: "Composite",
|
|
1418
|
-
className: "RoleDefinition"
|
|
1419
|
-
}
|
|
1625
|
+
className: "RoleDefinition",
|
|
1626
|
+
},
|
|
1420
1627
|
},
|
|
1421
1628
|
providerAuthorizationConsentState: {
|
|
1422
1629
|
serializedName: "providerAuthorizationConsentState",
|
|
1423
1630
|
type: {
|
|
1424
|
-
name: "String"
|
|
1425
|
-
}
|
|
1426
|
-
}
|
|
1427
|
-
}
|
|
1428
|
-
}
|
|
1631
|
+
name: "String",
|
|
1632
|
+
},
|
|
1633
|
+
},
|
|
1634
|
+
},
|
|
1635
|
+
},
|
|
1429
1636
|
};
|
|
1430
1637
|
exports.RoleDefinition = {
|
|
1431
1638
|
type: {
|
|
@@ -1435,20 +1642,20 @@ exports.RoleDefinition = {
|
|
|
1435
1642
|
id: {
|
|
1436
1643
|
serializedName: "id",
|
|
1437
1644
|
type: {
|
|
1438
|
-
name: "String"
|
|
1439
|
-
}
|
|
1645
|
+
name: "String",
|
|
1646
|
+
},
|
|
1440
1647
|
},
|
|
1441
1648
|
name: {
|
|
1442
1649
|
serializedName: "name",
|
|
1443
1650
|
type: {
|
|
1444
|
-
name: "String"
|
|
1445
|
-
}
|
|
1651
|
+
name: "String",
|
|
1652
|
+
},
|
|
1446
1653
|
},
|
|
1447
1654
|
isServiceRole: {
|
|
1448
1655
|
serializedName: "isServiceRole",
|
|
1449
1656
|
type: {
|
|
1450
|
-
name: "Boolean"
|
|
1451
|
-
}
|
|
1657
|
+
name: "Boolean",
|
|
1658
|
+
},
|
|
1452
1659
|
},
|
|
1453
1660
|
permissions: {
|
|
1454
1661
|
serializedName: "permissions",
|
|
@@ -1457,10 +1664,10 @@ exports.RoleDefinition = {
|
|
|
1457
1664
|
element: {
|
|
1458
1665
|
type: {
|
|
1459
1666
|
name: "Composite",
|
|
1460
|
-
className: "Permission"
|
|
1461
|
-
}
|
|
1462
|
-
}
|
|
1463
|
-
}
|
|
1667
|
+
className: "Permission",
|
|
1668
|
+
},
|
|
1669
|
+
},
|
|
1670
|
+
},
|
|
1464
1671
|
},
|
|
1465
1672
|
scopes: {
|
|
1466
1673
|
serializedName: "scopes",
|
|
@@ -1468,13 +1675,13 @@ exports.RoleDefinition = {
|
|
|
1468
1675
|
name: "Sequence",
|
|
1469
1676
|
element: {
|
|
1470
1677
|
type: {
|
|
1471
|
-
name: "String"
|
|
1472
|
-
}
|
|
1473
|
-
}
|
|
1474
|
-
}
|
|
1475
|
-
}
|
|
1476
|
-
}
|
|
1477
|
-
}
|
|
1678
|
+
name: "String",
|
|
1679
|
+
},
|
|
1680
|
+
},
|
|
1681
|
+
},
|
|
1682
|
+
},
|
|
1683
|
+
},
|
|
1684
|
+
},
|
|
1478
1685
|
};
|
|
1479
1686
|
exports.Permission = {
|
|
1480
1687
|
type: {
|
|
@@ -1487,10 +1694,10 @@ exports.Permission = {
|
|
|
1487
1694
|
name: "Sequence",
|
|
1488
1695
|
element: {
|
|
1489
1696
|
type: {
|
|
1490
|
-
name: "String"
|
|
1491
|
-
}
|
|
1492
|
-
}
|
|
1493
|
-
}
|
|
1697
|
+
name: "String",
|
|
1698
|
+
},
|
|
1699
|
+
},
|
|
1700
|
+
},
|
|
1494
1701
|
},
|
|
1495
1702
|
notActions: {
|
|
1496
1703
|
serializedName: "notActions",
|
|
@@ -1498,10 +1705,10 @@ exports.Permission = {
|
|
|
1498
1705
|
name: "Sequence",
|
|
1499
1706
|
element: {
|
|
1500
1707
|
type: {
|
|
1501
|
-
name: "String"
|
|
1502
|
-
}
|
|
1503
|
-
}
|
|
1504
|
-
}
|
|
1708
|
+
name: "String",
|
|
1709
|
+
},
|
|
1710
|
+
},
|
|
1711
|
+
},
|
|
1505
1712
|
},
|
|
1506
1713
|
dataActions: {
|
|
1507
1714
|
serializedName: "dataActions",
|
|
@@ -1509,10 +1716,10 @@ exports.Permission = {
|
|
|
1509
1716
|
name: "Sequence",
|
|
1510
1717
|
element: {
|
|
1511
1718
|
type: {
|
|
1512
|
-
name: "String"
|
|
1513
|
-
}
|
|
1514
|
-
}
|
|
1515
|
-
}
|
|
1719
|
+
name: "String",
|
|
1720
|
+
},
|
|
1721
|
+
},
|
|
1722
|
+
},
|
|
1516
1723
|
},
|
|
1517
1724
|
notDataActions: {
|
|
1518
1725
|
serializedName: "notDataActions",
|
|
@@ -1520,13 +1727,13 @@ exports.Permission = {
|
|
|
1520
1727
|
name: "Sequence",
|
|
1521
1728
|
element: {
|
|
1522
1729
|
type: {
|
|
1523
|
-
name: "String"
|
|
1524
|
-
}
|
|
1525
|
-
}
|
|
1526
|
-
}
|
|
1527
|
-
}
|
|
1528
|
-
}
|
|
1529
|
-
}
|
|
1730
|
+
name: "String",
|
|
1731
|
+
},
|
|
1732
|
+
},
|
|
1733
|
+
},
|
|
1734
|
+
},
|
|
1735
|
+
},
|
|
1736
|
+
},
|
|
1530
1737
|
};
|
|
1531
1738
|
exports.ProviderRegistrationRequest = {
|
|
1532
1739
|
type: {
|
|
@@ -1537,11 +1744,11 @@ exports.ProviderRegistrationRequest = {
|
|
|
1537
1744
|
serializedName: "thirdPartyProviderConsent",
|
|
1538
1745
|
type: {
|
|
1539
1746
|
name: "Composite",
|
|
1540
|
-
className: "ProviderConsentDefinition"
|
|
1541
|
-
}
|
|
1542
|
-
}
|
|
1543
|
-
}
|
|
1544
|
-
}
|
|
1747
|
+
className: "ProviderConsentDefinition",
|
|
1748
|
+
},
|
|
1749
|
+
},
|
|
1750
|
+
},
|
|
1751
|
+
},
|
|
1545
1752
|
};
|
|
1546
1753
|
exports.ProviderConsentDefinition = {
|
|
1547
1754
|
type: {
|
|
@@ -1551,11 +1758,11 @@ exports.ProviderConsentDefinition = {
|
|
|
1551
1758
|
consentToAuthorization: {
|
|
1552
1759
|
serializedName: "consentToAuthorization",
|
|
1553
1760
|
type: {
|
|
1554
|
-
name: "Boolean"
|
|
1555
|
-
}
|
|
1556
|
-
}
|
|
1557
|
-
}
|
|
1558
|
-
}
|
|
1761
|
+
name: "Boolean",
|
|
1762
|
+
},
|
|
1763
|
+
},
|
|
1764
|
+
},
|
|
1765
|
+
},
|
|
1559
1766
|
};
|
|
1560
1767
|
exports.ProviderListResult = {
|
|
1561
1768
|
type: {
|
|
@@ -1569,20 +1776,20 @@ exports.ProviderListResult = {
|
|
|
1569
1776
|
element: {
|
|
1570
1777
|
type: {
|
|
1571
1778
|
name: "Composite",
|
|
1572
|
-
className: "Provider"
|
|
1573
|
-
}
|
|
1574
|
-
}
|
|
1575
|
-
}
|
|
1779
|
+
className: "Provider",
|
|
1780
|
+
},
|
|
1781
|
+
},
|
|
1782
|
+
},
|
|
1576
1783
|
},
|
|
1577
1784
|
nextLink: {
|
|
1578
1785
|
serializedName: "nextLink",
|
|
1579
1786
|
readOnly: true,
|
|
1580
1787
|
type: {
|
|
1581
|
-
name: "String"
|
|
1582
|
-
}
|
|
1583
|
-
}
|
|
1584
|
-
}
|
|
1585
|
-
}
|
|
1788
|
+
name: "String",
|
|
1789
|
+
},
|
|
1790
|
+
},
|
|
1791
|
+
},
|
|
1792
|
+
},
|
|
1586
1793
|
};
|
|
1587
1794
|
exports.ProviderResourceTypeListResult = {
|
|
1588
1795
|
type: {
|
|
@@ -1596,20 +1803,20 @@ exports.ProviderResourceTypeListResult = {
|
|
|
1596
1803
|
element: {
|
|
1597
1804
|
type: {
|
|
1598
1805
|
name: "Composite",
|
|
1599
|
-
className: "ProviderResourceType"
|
|
1600
|
-
}
|
|
1601
|
-
}
|
|
1602
|
-
}
|
|
1806
|
+
className: "ProviderResourceType",
|
|
1807
|
+
},
|
|
1808
|
+
},
|
|
1809
|
+
},
|
|
1603
1810
|
},
|
|
1604
1811
|
nextLink: {
|
|
1605
1812
|
serializedName: "nextLink",
|
|
1606
1813
|
readOnly: true,
|
|
1607
1814
|
type: {
|
|
1608
|
-
name: "String"
|
|
1609
|
-
}
|
|
1610
|
-
}
|
|
1611
|
-
}
|
|
1612
|
-
}
|
|
1815
|
+
name: "String",
|
|
1816
|
+
},
|
|
1817
|
+
},
|
|
1818
|
+
},
|
|
1819
|
+
},
|
|
1613
1820
|
};
|
|
1614
1821
|
exports.ResourceListResult = {
|
|
1615
1822
|
type: {
|
|
@@ -1623,20 +1830,20 @@ exports.ResourceListResult = {
|
|
|
1623
1830
|
element: {
|
|
1624
1831
|
type: {
|
|
1625
1832
|
name: "Composite",
|
|
1626
|
-
className: "GenericResourceExpanded"
|
|
1627
|
-
}
|
|
1628
|
-
}
|
|
1629
|
-
}
|
|
1833
|
+
className: "GenericResourceExpanded",
|
|
1834
|
+
},
|
|
1835
|
+
},
|
|
1836
|
+
},
|
|
1630
1837
|
},
|
|
1631
1838
|
nextLink: {
|
|
1632
1839
|
serializedName: "nextLink",
|
|
1633
1840
|
readOnly: true,
|
|
1634
1841
|
type: {
|
|
1635
|
-
name: "String"
|
|
1636
|
-
}
|
|
1637
|
-
}
|
|
1638
|
-
}
|
|
1639
|
-
}
|
|
1842
|
+
name: "String",
|
|
1843
|
+
},
|
|
1844
|
+
},
|
|
1845
|
+
},
|
|
1846
|
+
},
|
|
1640
1847
|
};
|
|
1641
1848
|
exports.Plan = {
|
|
1642
1849
|
type: {
|
|
@@ -1646,35 +1853,35 @@ exports.Plan = {
|
|
|
1646
1853
|
name: {
|
|
1647
1854
|
serializedName: "name",
|
|
1648
1855
|
type: {
|
|
1649
|
-
name: "String"
|
|
1650
|
-
}
|
|
1856
|
+
name: "String",
|
|
1857
|
+
},
|
|
1651
1858
|
},
|
|
1652
1859
|
publisher: {
|
|
1653
1860
|
serializedName: "publisher",
|
|
1654
1861
|
type: {
|
|
1655
|
-
name: "String"
|
|
1656
|
-
}
|
|
1862
|
+
name: "String",
|
|
1863
|
+
},
|
|
1657
1864
|
},
|
|
1658
1865
|
product: {
|
|
1659
1866
|
serializedName: "product",
|
|
1660
1867
|
type: {
|
|
1661
|
-
name: "String"
|
|
1662
|
-
}
|
|
1868
|
+
name: "String",
|
|
1869
|
+
},
|
|
1663
1870
|
},
|
|
1664
1871
|
promotionCode: {
|
|
1665
1872
|
serializedName: "promotionCode",
|
|
1666
1873
|
type: {
|
|
1667
|
-
name: "String"
|
|
1668
|
-
}
|
|
1874
|
+
name: "String",
|
|
1875
|
+
},
|
|
1669
1876
|
},
|
|
1670
1877
|
version: {
|
|
1671
1878
|
serializedName: "version",
|
|
1672
1879
|
type: {
|
|
1673
|
-
name: "String"
|
|
1674
|
-
}
|
|
1675
|
-
}
|
|
1676
|
-
}
|
|
1677
|
-
}
|
|
1880
|
+
name: "String",
|
|
1881
|
+
},
|
|
1882
|
+
},
|
|
1883
|
+
},
|
|
1884
|
+
},
|
|
1678
1885
|
};
|
|
1679
1886
|
exports.Sku = {
|
|
1680
1887
|
type: {
|
|
@@ -1684,41 +1891,41 @@ exports.Sku = {
|
|
|
1684
1891
|
name: {
|
|
1685
1892
|
serializedName: "name",
|
|
1686
1893
|
type: {
|
|
1687
|
-
name: "String"
|
|
1688
|
-
}
|
|
1894
|
+
name: "String",
|
|
1895
|
+
},
|
|
1689
1896
|
},
|
|
1690
1897
|
tier: {
|
|
1691
1898
|
serializedName: "tier",
|
|
1692
1899
|
type: {
|
|
1693
|
-
name: "String"
|
|
1694
|
-
}
|
|
1900
|
+
name: "String",
|
|
1901
|
+
},
|
|
1695
1902
|
},
|
|
1696
1903
|
size: {
|
|
1697
1904
|
serializedName: "size",
|
|
1698
1905
|
type: {
|
|
1699
|
-
name: "String"
|
|
1700
|
-
}
|
|
1906
|
+
name: "String",
|
|
1907
|
+
},
|
|
1701
1908
|
},
|
|
1702
1909
|
family: {
|
|
1703
1910
|
serializedName: "family",
|
|
1704
1911
|
type: {
|
|
1705
|
-
name: "String"
|
|
1706
|
-
}
|
|
1912
|
+
name: "String",
|
|
1913
|
+
},
|
|
1707
1914
|
},
|
|
1708
1915
|
model: {
|
|
1709
1916
|
serializedName: "model",
|
|
1710
1917
|
type: {
|
|
1711
|
-
name: "String"
|
|
1712
|
-
}
|
|
1918
|
+
name: "String",
|
|
1919
|
+
},
|
|
1713
1920
|
},
|
|
1714
1921
|
capacity: {
|
|
1715
1922
|
serializedName: "capacity",
|
|
1716
1923
|
type: {
|
|
1717
|
-
name: "Number"
|
|
1718
|
-
}
|
|
1719
|
-
}
|
|
1720
|
-
}
|
|
1721
|
-
}
|
|
1924
|
+
name: "Number",
|
|
1925
|
+
},
|
|
1926
|
+
},
|
|
1927
|
+
},
|
|
1928
|
+
},
|
|
1722
1929
|
};
|
|
1723
1930
|
exports.Identity = {
|
|
1724
1931
|
type: {
|
|
@@ -1729,15 +1936,15 @@ exports.Identity = {
|
|
|
1729
1936
|
serializedName: "principalId",
|
|
1730
1937
|
readOnly: true,
|
|
1731
1938
|
type: {
|
|
1732
|
-
name: "String"
|
|
1733
|
-
}
|
|
1939
|
+
name: "String",
|
|
1940
|
+
},
|
|
1734
1941
|
},
|
|
1735
1942
|
tenantId: {
|
|
1736
1943
|
serializedName: "tenantId",
|
|
1737
1944
|
readOnly: true,
|
|
1738
1945
|
type: {
|
|
1739
|
-
name: "String"
|
|
1740
|
-
}
|
|
1946
|
+
name: "String",
|
|
1947
|
+
},
|
|
1741
1948
|
},
|
|
1742
1949
|
type: {
|
|
1743
1950
|
serializedName: "type",
|
|
@@ -1747,9 +1954,9 @@ exports.Identity = {
|
|
|
1747
1954
|
"SystemAssigned",
|
|
1748
1955
|
"UserAssigned",
|
|
1749
1956
|
"SystemAssigned, UserAssigned",
|
|
1750
|
-
"None"
|
|
1751
|
-
]
|
|
1752
|
-
}
|
|
1957
|
+
"None",
|
|
1958
|
+
],
|
|
1959
|
+
},
|
|
1753
1960
|
},
|
|
1754
1961
|
userAssignedIdentities: {
|
|
1755
1962
|
serializedName: "userAssignedIdentities",
|
|
@@ -1758,13 +1965,13 @@ exports.Identity = {
|
|
|
1758
1965
|
value: {
|
|
1759
1966
|
type: {
|
|
1760
1967
|
name: "Composite",
|
|
1761
|
-
className: "IdentityUserAssignedIdentitiesValue"
|
|
1762
|
-
}
|
|
1763
|
-
}
|
|
1764
|
-
}
|
|
1765
|
-
}
|
|
1766
|
-
}
|
|
1767
|
-
}
|
|
1968
|
+
className: "IdentityUserAssignedIdentitiesValue",
|
|
1969
|
+
},
|
|
1970
|
+
},
|
|
1971
|
+
},
|
|
1972
|
+
},
|
|
1973
|
+
},
|
|
1974
|
+
},
|
|
1768
1975
|
};
|
|
1769
1976
|
exports.IdentityUserAssignedIdentitiesValue = {
|
|
1770
1977
|
type: {
|
|
@@ -1775,18 +1982,18 @@ exports.IdentityUserAssignedIdentitiesValue = {
|
|
|
1775
1982
|
serializedName: "principalId",
|
|
1776
1983
|
readOnly: true,
|
|
1777
1984
|
type: {
|
|
1778
|
-
name: "String"
|
|
1779
|
-
}
|
|
1985
|
+
name: "String",
|
|
1986
|
+
},
|
|
1780
1987
|
},
|
|
1781
1988
|
clientId: {
|
|
1782
1989
|
serializedName: "clientId",
|
|
1783
1990
|
readOnly: true,
|
|
1784
1991
|
type: {
|
|
1785
|
-
name: "String"
|
|
1786
|
-
}
|
|
1787
|
-
}
|
|
1788
|
-
}
|
|
1789
|
-
}
|
|
1992
|
+
name: "String",
|
|
1993
|
+
},
|
|
1994
|
+
},
|
|
1995
|
+
},
|
|
1996
|
+
},
|
|
1790
1997
|
};
|
|
1791
1998
|
exports.Resource = {
|
|
1792
1999
|
type: {
|
|
@@ -1797,45 +2004,45 @@ exports.Resource = {
|
|
|
1797
2004
|
serializedName: "id",
|
|
1798
2005
|
readOnly: true,
|
|
1799
2006
|
type: {
|
|
1800
|
-
name: "String"
|
|
1801
|
-
}
|
|
2007
|
+
name: "String",
|
|
2008
|
+
},
|
|
1802
2009
|
},
|
|
1803
2010
|
name: {
|
|
1804
2011
|
serializedName: "name",
|
|
1805
2012
|
readOnly: true,
|
|
1806
2013
|
type: {
|
|
1807
|
-
name: "String"
|
|
1808
|
-
}
|
|
2014
|
+
name: "String",
|
|
2015
|
+
},
|
|
1809
2016
|
},
|
|
1810
2017
|
type: {
|
|
1811
2018
|
serializedName: "type",
|
|
1812
2019
|
readOnly: true,
|
|
1813
2020
|
type: {
|
|
1814
|
-
name: "String"
|
|
1815
|
-
}
|
|
2021
|
+
name: "String",
|
|
2022
|
+
},
|
|
1816
2023
|
},
|
|
1817
2024
|
location: {
|
|
1818
2025
|
serializedName: "location",
|
|
1819
2026
|
type: {
|
|
1820
|
-
name: "String"
|
|
1821
|
-
}
|
|
2027
|
+
name: "String",
|
|
2028
|
+
},
|
|
1822
2029
|
},
|
|
1823
2030
|
extendedLocation: {
|
|
1824
2031
|
serializedName: "extendedLocation",
|
|
1825
2032
|
type: {
|
|
1826
2033
|
name: "Composite",
|
|
1827
|
-
className: "ExtendedLocation"
|
|
1828
|
-
}
|
|
2034
|
+
className: "ExtendedLocation",
|
|
2035
|
+
},
|
|
1829
2036
|
},
|
|
1830
2037
|
tags: {
|
|
1831
2038
|
serializedName: "tags",
|
|
1832
2039
|
type: {
|
|
1833
2040
|
name: "Dictionary",
|
|
1834
|
-
value: { type: { name: "String" } }
|
|
1835
|
-
}
|
|
1836
|
-
}
|
|
1837
|
-
}
|
|
1838
|
-
}
|
|
2041
|
+
value: { type: { name: "String" } },
|
|
2042
|
+
},
|
|
2043
|
+
},
|
|
2044
|
+
},
|
|
2045
|
+
},
|
|
1839
2046
|
};
|
|
1840
2047
|
exports.ExtendedLocation = {
|
|
1841
2048
|
type: {
|
|
@@ -1845,17 +2052,17 @@ exports.ExtendedLocation = {
|
|
|
1845
2052
|
type: {
|
|
1846
2053
|
serializedName: "type",
|
|
1847
2054
|
type: {
|
|
1848
|
-
name: "String"
|
|
1849
|
-
}
|
|
2055
|
+
name: "String",
|
|
2056
|
+
},
|
|
1850
2057
|
},
|
|
1851
2058
|
name: {
|
|
1852
2059
|
serializedName: "name",
|
|
1853
2060
|
type: {
|
|
1854
|
-
name: "String"
|
|
1855
|
-
}
|
|
1856
|
-
}
|
|
1857
|
-
}
|
|
1858
|
-
}
|
|
2061
|
+
name: "String",
|
|
2062
|
+
},
|
|
2063
|
+
},
|
|
2064
|
+
},
|
|
2065
|
+
},
|
|
1859
2066
|
};
|
|
1860
2067
|
exports.ResourceGroup = {
|
|
1861
2068
|
type: {
|
|
@@ -1866,52 +2073,52 @@ exports.ResourceGroup = {
|
|
|
1866
2073
|
serializedName: "id",
|
|
1867
2074
|
readOnly: true,
|
|
1868
2075
|
type: {
|
|
1869
|
-
name: "String"
|
|
1870
|
-
}
|
|
2076
|
+
name: "String",
|
|
2077
|
+
},
|
|
1871
2078
|
},
|
|
1872
2079
|
name: {
|
|
1873
2080
|
serializedName: "name",
|
|
1874
2081
|
readOnly: true,
|
|
1875
2082
|
type: {
|
|
1876
|
-
name: "String"
|
|
1877
|
-
}
|
|
2083
|
+
name: "String",
|
|
2084
|
+
},
|
|
1878
2085
|
},
|
|
1879
2086
|
type: {
|
|
1880
2087
|
serializedName: "type",
|
|
1881
2088
|
readOnly: true,
|
|
1882
2089
|
type: {
|
|
1883
|
-
name: "String"
|
|
1884
|
-
}
|
|
2090
|
+
name: "String",
|
|
2091
|
+
},
|
|
1885
2092
|
},
|
|
1886
2093
|
properties: {
|
|
1887
2094
|
serializedName: "properties",
|
|
1888
2095
|
type: {
|
|
1889
2096
|
name: "Composite",
|
|
1890
|
-
className: "ResourceGroupProperties"
|
|
1891
|
-
}
|
|
2097
|
+
className: "ResourceGroupProperties",
|
|
2098
|
+
},
|
|
1892
2099
|
},
|
|
1893
2100
|
location: {
|
|
1894
2101
|
serializedName: "location",
|
|
1895
2102
|
required: true,
|
|
1896
2103
|
type: {
|
|
1897
|
-
name: "String"
|
|
1898
|
-
}
|
|
2104
|
+
name: "String",
|
|
2105
|
+
},
|
|
1899
2106
|
},
|
|
1900
2107
|
managedBy: {
|
|
1901
2108
|
serializedName: "managedBy",
|
|
1902
2109
|
type: {
|
|
1903
|
-
name: "String"
|
|
1904
|
-
}
|
|
2110
|
+
name: "String",
|
|
2111
|
+
},
|
|
1905
2112
|
},
|
|
1906
2113
|
tags: {
|
|
1907
2114
|
serializedName: "tags",
|
|
1908
2115
|
type: {
|
|
1909
2116
|
name: "Dictionary",
|
|
1910
|
-
value: { type: { name: "String" } }
|
|
1911
|
-
}
|
|
1912
|
-
}
|
|
1913
|
-
}
|
|
1914
|
-
}
|
|
2117
|
+
value: { type: { name: "String" } },
|
|
2118
|
+
},
|
|
2119
|
+
},
|
|
2120
|
+
},
|
|
2121
|
+
},
|
|
1915
2122
|
};
|
|
1916
2123
|
exports.ResourceGroupProperties = {
|
|
1917
2124
|
type: {
|
|
@@ -1922,11 +2129,11 @@ exports.ResourceGroupProperties = {
|
|
|
1922
2129
|
serializedName: "provisioningState",
|
|
1923
2130
|
readOnly: true,
|
|
1924
2131
|
type: {
|
|
1925
|
-
name: "String"
|
|
1926
|
-
}
|
|
1927
|
-
}
|
|
1928
|
-
}
|
|
1929
|
-
}
|
|
2132
|
+
name: "String",
|
|
2133
|
+
},
|
|
2134
|
+
},
|
|
2135
|
+
},
|
|
2136
|
+
},
|
|
1930
2137
|
};
|
|
1931
2138
|
exports.ResourceGroupPatchable = {
|
|
1932
2139
|
type: {
|
|
@@ -1936,31 +2143,31 @@ exports.ResourceGroupPatchable = {
|
|
|
1936
2143
|
name: {
|
|
1937
2144
|
serializedName: "name",
|
|
1938
2145
|
type: {
|
|
1939
|
-
name: "String"
|
|
1940
|
-
}
|
|
2146
|
+
name: "String",
|
|
2147
|
+
},
|
|
1941
2148
|
},
|
|
1942
2149
|
properties: {
|
|
1943
2150
|
serializedName: "properties",
|
|
1944
2151
|
type: {
|
|
1945
2152
|
name: "Composite",
|
|
1946
|
-
className: "ResourceGroupProperties"
|
|
1947
|
-
}
|
|
2153
|
+
className: "ResourceGroupProperties",
|
|
2154
|
+
},
|
|
1948
2155
|
},
|
|
1949
2156
|
managedBy: {
|
|
1950
2157
|
serializedName: "managedBy",
|
|
1951
2158
|
type: {
|
|
1952
|
-
name: "String"
|
|
1953
|
-
}
|
|
2159
|
+
name: "String",
|
|
2160
|
+
},
|
|
1954
2161
|
},
|
|
1955
2162
|
tags: {
|
|
1956
2163
|
serializedName: "tags",
|
|
1957
2164
|
type: {
|
|
1958
2165
|
name: "Dictionary",
|
|
1959
|
-
value: { type: { name: "String" } }
|
|
1960
|
-
}
|
|
1961
|
-
}
|
|
1962
|
-
}
|
|
1963
|
-
}
|
|
2166
|
+
value: { type: { name: "String" } },
|
|
2167
|
+
},
|
|
2168
|
+
},
|
|
2169
|
+
},
|
|
2170
|
+
},
|
|
1964
2171
|
};
|
|
1965
2172
|
exports.ExportTemplateRequest = {
|
|
1966
2173
|
type: {
|
|
@@ -1973,19 +2180,25 @@ exports.ExportTemplateRequest = {
|
|
|
1973
2180
|
name: "Sequence",
|
|
1974
2181
|
element: {
|
|
1975
2182
|
type: {
|
|
1976
|
-
name: "String"
|
|
1977
|
-
}
|
|
1978
|
-
}
|
|
1979
|
-
}
|
|
2183
|
+
name: "String",
|
|
2184
|
+
},
|
|
2185
|
+
},
|
|
2186
|
+
},
|
|
1980
2187
|
},
|
|
1981
2188
|
options: {
|
|
1982
2189
|
serializedName: "options",
|
|
1983
2190
|
type: {
|
|
1984
|
-
name: "String"
|
|
1985
|
-
}
|
|
1986
|
-
}
|
|
1987
|
-
|
|
1988
|
-
|
|
2191
|
+
name: "String",
|
|
2192
|
+
},
|
|
2193
|
+
},
|
|
2194
|
+
outputFormat: {
|
|
2195
|
+
serializedName: "outputFormat",
|
|
2196
|
+
type: {
|
|
2197
|
+
name: "String",
|
|
2198
|
+
},
|
|
2199
|
+
},
|
|
2200
|
+
},
|
|
2201
|
+
},
|
|
1989
2202
|
};
|
|
1990
2203
|
exports.ResourceGroupExportResult = {
|
|
1991
2204
|
type: {
|
|
@@ -1996,18 +2209,24 @@ exports.ResourceGroupExportResult = {
|
|
|
1996
2209
|
serializedName: "template",
|
|
1997
2210
|
type: {
|
|
1998
2211
|
name: "Dictionary",
|
|
1999
|
-
value: { type: { name: "any" } }
|
|
2000
|
-
}
|
|
2212
|
+
value: { type: { name: "any" } },
|
|
2213
|
+
},
|
|
2214
|
+
},
|
|
2215
|
+
output: {
|
|
2216
|
+
serializedName: "output",
|
|
2217
|
+
type: {
|
|
2218
|
+
name: "String",
|
|
2219
|
+
},
|
|
2001
2220
|
},
|
|
2002
2221
|
error: {
|
|
2003
2222
|
serializedName: "error",
|
|
2004
2223
|
type: {
|
|
2005
2224
|
name: "Composite",
|
|
2006
|
-
className: "ErrorResponse"
|
|
2007
|
-
}
|
|
2008
|
-
}
|
|
2009
|
-
}
|
|
2010
|
-
}
|
|
2225
|
+
className: "ErrorResponse",
|
|
2226
|
+
},
|
|
2227
|
+
},
|
|
2228
|
+
},
|
|
2229
|
+
},
|
|
2011
2230
|
};
|
|
2012
2231
|
exports.ResourceGroupListResult = {
|
|
2013
2232
|
type: {
|
|
@@ -2021,20 +2240,20 @@ exports.ResourceGroupListResult = {
|
|
|
2021
2240
|
element: {
|
|
2022
2241
|
type: {
|
|
2023
2242
|
name: "Composite",
|
|
2024
|
-
className: "ResourceGroup"
|
|
2025
|
-
}
|
|
2026
|
-
}
|
|
2027
|
-
}
|
|
2243
|
+
className: "ResourceGroup",
|
|
2244
|
+
},
|
|
2245
|
+
},
|
|
2246
|
+
},
|
|
2028
2247
|
},
|
|
2029
2248
|
nextLink: {
|
|
2030
2249
|
serializedName: "nextLink",
|
|
2031
2250
|
readOnly: true,
|
|
2032
2251
|
type: {
|
|
2033
|
-
name: "String"
|
|
2034
|
-
}
|
|
2035
|
-
}
|
|
2036
|
-
}
|
|
2037
|
-
}
|
|
2252
|
+
name: "String",
|
|
2253
|
+
},
|
|
2254
|
+
},
|
|
2255
|
+
},
|
|
2256
|
+
},
|
|
2038
2257
|
};
|
|
2039
2258
|
exports.ResourcesMoveInfo = {
|
|
2040
2259
|
type: {
|
|
@@ -2047,19 +2266,19 @@ exports.ResourcesMoveInfo = {
|
|
|
2047
2266
|
name: "Sequence",
|
|
2048
2267
|
element: {
|
|
2049
2268
|
type: {
|
|
2050
|
-
name: "String"
|
|
2051
|
-
}
|
|
2052
|
-
}
|
|
2053
|
-
}
|
|
2269
|
+
name: "String",
|
|
2270
|
+
},
|
|
2271
|
+
},
|
|
2272
|
+
},
|
|
2054
2273
|
},
|
|
2055
2274
|
targetResourceGroup: {
|
|
2056
2275
|
serializedName: "targetResourceGroup",
|
|
2057
2276
|
type: {
|
|
2058
|
-
name: "String"
|
|
2059
|
-
}
|
|
2060
|
-
}
|
|
2061
|
-
}
|
|
2062
|
-
}
|
|
2277
|
+
name: "String",
|
|
2278
|
+
},
|
|
2279
|
+
},
|
|
2280
|
+
},
|
|
2281
|
+
},
|
|
2063
2282
|
};
|
|
2064
2283
|
exports.TagValue = {
|
|
2065
2284
|
type: {
|
|
@@ -2070,24 +2289,24 @@ exports.TagValue = {
|
|
|
2070
2289
|
serializedName: "id",
|
|
2071
2290
|
readOnly: true,
|
|
2072
2291
|
type: {
|
|
2073
|
-
name: "String"
|
|
2074
|
-
}
|
|
2292
|
+
name: "String",
|
|
2293
|
+
},
|
|
2075
2294
|
},
|
|
2076
2295
|
tagValue: {
|
|
2077
2296
|
serializedName: "tagValue",
|
|
2078
2297
|
type: {
|
|
2079
|
-
name: "String"
|
|
2080
|
-
}
|
|
2298
|
+
name: "String",
|
|
2299
|
+
},
|
|
2081
2300
|
},
|
|
2082
2301
|
count: {
|
|
2083
2302
|
serializedName: "count",
|
|
2084
2303
|
type: {
|
|
2085
2304
|
name: "Composite",
|
|
2086
|
-
className: "TagCount"
|
|
2087
|
-
}
|
|
2088
|
-
}
|
|
2089
|
-
}
|
|
2090
|
-
}
|
|
2305
|
+
className: "TagCount",
|
|
2306
|
+
},
|
|
2307
|
+
},
|
|
2308
|
+
},
|
|
2309
|
+
},
|
|
2091
2310
|
};
|
|
2092
2311
|
exports.TagCount = {
|
|
2093
2312
|
type: {
|
|
@@ -2097,17 +2316,17 @@ exports.TagCount = {
|
|
|
2097
2316
|
type: {
|
|
2098
2317
|
serializedName: "type",
|
|
2099
2318
|
type: {
|
|
2100
|
-
name: "String"
|
|
2101
|
-
}
|
|
2319
|
+
name: "String",
|
|
2320
|
+
},
|
|
2102
2321
|
},
|
|
2103
2322
|
value: {
|
|
2104
2323
|
serializedName: "value",
|
|
2105
2324
|
type: {
|
|
2106
|
-
name: "Number"
|
|
2107
|
-
}
|
|
2108
|
-
}
|
|
2109
|
-
}
|
|
2110
|
-
}
|
|
2325
|
+
name: "Number",
|
|
2326
|
+
},
|
|
2327
|
+
},
|
|
2328
|
+
},
|
|
2329
|
+
},
|
|
2111
2330
|
};
|
|
2112
2331
|
exports.TagDetails = {
|
|
2113
2332
|
type: {
|
|
@@ -2118,21 +2337,21 @@ exports.TagDetails = {
|
|
|
2118
2337
|
serializedName: "id",
|
|
2119
2338
|
readOnly: true,
|
|
2120
2339
|
type: {
|
|
2121
|
-
name: "String"
|
|
2122
|
-
}
|
|
2340
|
+
name: "String",
|
|
2341
|
+
},
|
|
2123
2342
|
},
|
|
2124
2343
|
tagName: {
|
|
2125
2344
|
serializedName: "tagName",
|
|
2126
2345
|
type: {
|
|
2127
|
-
name: "String"
|
|
2128
|
-
}
|
|
2346
|
+
name: "String",
|
|
2347
|
+
},
|
|
2129
2348
|
},
|
|
2130
2349
|
count: {
|
|
2131
2350
|
serializedName: "count",
|
|
2132
2351
|
type: {
|
|
2133
2352
|
name: "Composite",
|
|
2134
|
-
className: "TagCount"
|
|
2135
|
-
}
|
|
2353
|
+
className: "TagCount",
|
|
2354
|
+
},
|
|
2136
2355
|
},
|
|
2137
2356
|
values: {
|
|
2138
2357
|
serializedName: "values",
|
|
@@ -2141,13 +2360,13 @@ exports.TagDetails = {
|
|
|
2141
2360
|
element: {
|
|
2142
2361
|
type: {
|
|
2143
2362
|
name: "Composite",
|
|
2144
|
-
className: "TagValue"
|
|
2145
|
-
}
|
|
2146
|
-
}
|
|
2147
|
-
}
|
|
2148
|
-
}
|
|
2149
|
-
}
|
|
2150
|
-
}
|
|
2363
|
+
className: "TagValue",
|
|
2364
|
+
},
|
|
2365
|
+
},
|
|
2366
|
+
},
|
|
2367
|
+
},
|
|
2368
|
+
},
|
|
2369
|
+
},
|
|
2151
2370
|
};
|
|
2152
2371
|
exports.TagsListResult = {
|
|
2153
2372
|
type: {
|
|
@@ -2161,20 +2380,20 @@ exports.TagsListResult = {
|
|
|
2161
2380
|
element: {
|
|
2162
2381
|
type: {
|
|
2163
2382
|
name: "Composite",
|
|
2164
|
-
className: "TagDetails"
|
|
2165
|
-
}
|
|
2166
|
-
}
|
|
2167
|
-
}
|
|
2383
|
+
className: "TagDetails",
|
|
2384
|
+
},
|
|
2385
|
+
},
|
|
2386
|
+
},
|
|
2168
2387
|
},
|
|
2169
2388
|
nextLink: {
|
|
2170
2389
|
serializedName: "nextLink",
|
|
2171
2390
|
readOnly: true,
|
|
2172
2391
|
type: {
|
|
2173
|
-
name: "String"
|
|
2174
|
-
}
|
|
2175
|
-
}
|
|
2176
|
-
}
|
|
2177
|
-
}
|
|
2392
|
+
name: "String",
|
|
2393
|
+
},
|
|
2394
|
+
},
|
|
2395
|
+
},
|
|
2396
|
+
},
|
|
2178
2397
|
};
|
|
2179
2398
|
exports.DeploymentOperation = {
|
|
2180
2399
|
type: {
|
|
@@ -2185,25 +2404,25 @@ exports.DeploymentOperation = {
|
|
|
2185
2404
|
serializedName: "id",
|
|
2186
2405
|
readOnly: true,
|
|
2187
2406
|
type: {
|
|
2188
|
-
name: "String"
|
|
2189
|
-
}
|
|
2407
|
+
name: "String",
|
|
2408
|
+
},
|
|
2190
2409
|
},
|
|
2191
2410
|
operationId: {
|
|
2192
2411
|
serializedName: "operationId",
|
|
2193
2412
|
readOnly: true,
|
|
2194
2413
|
type: {
|
|
2195
|
-
name: "String"
|
|
2196
|
-
}
|
|
2414
|
+
name: "String",
|
|
2415
|
+
},
|
|
2197
2416
|
},
|
|
2198
2417
|
properties: {
|
|
2199
2418
|
serializedName: "properties",
|
|
2200
2419
|
type: {
|
|
2201
2420
|
name: "Composite",
|
|
2202
|
-
className: "DeploymentOperationProperties"
|
|
2203
|
-
}
|
|
2204
|
-
}
|
|
2205
|
-
}
|
|
2206
|
-
}
|
|
2421
|
+
className: "DeploymentOperationProperties",
|
|
2422
|
+
},
|
|
2423
|
+
},
|
|
2424
|
+
},
|
|
2425
|
+
},
|
|
2207
2426
|
};
|
|
2208
2427
|
exports.DeploymentOperationProperties = {
|
|
2209
2428
|
type: {
|
|
@@ -2225,75 +2444,75 @@ exports.DeploymentOperationProperties = {
|
|
|
2225
2444
|
"Action",
|
|
2226
2445
|
"Read",
|
|
2227
2446
|
"EvaluateDeploymentOutput",
|
|
2228
|
-
"DeploymentCleanup"
|
|
2229
|
-
]
|
|
2230
|
-
}
|
|
2447
|
+
"DeploymentCleanup",
|
|
2448
|
+
],
|
|
2449
|
+
},
|
|
2231
2450
|
},
|
|
2232
2451
|
provisioningState: {
|
|
2233
2452
|
serializedName: "provisioningState",
|
|
2234
2453
|
readOnly: true,
|
|
2235
2454
|
type: {
|
|
2236
|
-
name: "String"
|
|
2237
|
-
}
|
|
2455
|
+
name: "String",
|
|
2456
|
+
},
|
|
2238
2457
|
},
|
|
2239
2458
|
timestamp: {
|
|
2240
2459
|
serializedName: "timestamp",
|
|
2241
2460
|
readOnly: true,
|
|
2242
2461
|
type: {
|
|
2243
|
-
name: "DateTime"
|
|
2244
|
-
}
|
|
2462
|
+
name: "DateTime",
|
|
2463
|
+
},
|
|
2245
2464
|
},
|
|
2246
2465
|
duration: {
|
|
2247
2466
|
serializedName: "duration",
|
|
2248
2467
|
readOnly: true,
|
|
2249
2468
|
type: {
|
|
2250
|
-
name: "String"
|
|
2251
|
-
}
|
|
2469
|
+
name: "String",
|
|
2470
|
+
},
|
|
2252
2471
|
},
|
|
2253
2472
|
serviceRequestId: {
|
|
2254
2473
|
serializedName: "serviceRequestId",
|
|
2255
2474
|
readOnly: true,
|
|
2256
2475
|
type: {
|
|
2257
|
-
name: "String"
|
|
2258
|
-
}
|
|
2476
|
+
name: "String",
|
|
2477
|
+
},
|
|
2259
2478
|
},
|
|
2260
2479
|
statusCode: {
|
|
2261
2480
|
serializedName: "statusCode",
|
|
2262
2481
|
readOnly: true,
|
|
2263
2482
|
type: {
|
|
2264
|
-
name: "String"
|
|
2265
|
-
}
|
|
2483
|
+
name: "String",
|
|
2484
|
+
},
|
|
2266
2485
|
},
|
|
2267
2486
|
statusMessage: {
|
|
2268
2487
|
serializedName: "statusMessage",
|
|
2269
2488
|
type: {
|
|
2270
2489
|
name: "Composite",
|
|
2271
|
-
className: "StatusMessage"
|
|
2272
|
-
}
|
|
2490
|
+
className: "StatusMessage",
|
|
2491
|
+
},
|
|
2273
2492
|
},
|
|
2274
2493
|
targetResource: {
|
|
2275
2494
|
serializedName: "targetResource",
|
|
2276
2495
|
type: {
|
|
2277
2496
|
name: "Composite",
|
|
2278
|
-
className: "TargetResource"
|
|
2279
|
-
}
|
|
2497
|
+
className: "TargetResource",
|
|
2498
|
+
},
|
|
2280
2499
|
},
|
|
2281
2500
|
request: {
|
|
2282
2501
|
serializedName: "request",
|
|
2283
2502
|
type: {
|
|
2284
2503
|
name: "Composite",
|
|
2285
|
-
className: "HttpMessage"
|
|
2286
|
-
}
|
|
2504
|
+
className: "HttpMessage",
|
|
2505
|
+
},
|
|
2287
2506
|
},
|
|
2288
2507
|
response: {
|
|
2289
2508
|
serializedName: "response",
|
|
2290
2509
|
type: {
|
|
2291
2510
|
name: "Composite",
|
|
2292
|
-
className: "HttpMessage"
|
|
2293
|
-
}
|
|
2294
|
-
}
|
|
2295
|
-
}
|
|
2296
|
-
}
|
|
2511
|
+
className: "HttpMessage",
|
|
2512
|
+
},
|
|
2513
|
+
},
|
|
2514
|
+
},
|
|
2515
|
+
},
|
|
2297
2516
|
};
|
|
2298
2517
|
exports.StatusMessage = {
|
|
2299
2518
|
type: {
|
|
@@ -2303,18 +2522,18 @@ exports.StatusMessage = {
|
|
|
2303
2522
|
status: {
|
|
2304
2523
|
serializedName: "status",
|
|
2305
2524
|
type: {
|
|
2306
|
-
name: "String"
|
|
2307
|
-
}
|
|
2525
|
+
name: "String",
|
|
2526
|
+
},
|
|
2308
2527
|
},
|
|
2309
2528
|
error: {
|
|
2310
2529
|
serializedName: "error",
|
|
2311
2530
|
type: {
|
|
2312
2531
|
name: "Composite",
|
|
2313
|
-
className: "ErrorResponse"
|
|
2314
|
-
}
|
|
2315
|
-
}
|
|
2316
|
-
}
|
|
2317
|
-
}
|
|
2532
|
+
className: "ErrorResponse",
|
|
2533
|
+
},
|
|
2534
|
+
},
|
|
2535
|
+
},
|
|
2536
|
+
},
|
|
2318
2537
|
};
|
|
2319
2538
|
exports.TargetResource = {
|
|
2320
2539
|
type: {
|
|
@@ -2324,23 +2543,23 @@ exports.TargetResource = {
|
|
|
2324
2543
|
id: {
|
|
2325
2544
|
serializedName: "id",
|
|
2326
2545
|
type: {
|
|
2327
|
-
name: "String"
|
|
2328
|
-
}
|
|
2546
|
+
name: "String",
|
|
2547
|
+
},
|
|
2329
2548
|
},
|
|
2330
2549
|
resourceName: {
|
|
2331
2550
|
serializedName: "resourceName",
|
|
2332
2551
|
type: {
|
|
2333
|
-
name: "String"
|
|
2334
|
-
}
|
|
2552
|
+
name: "String",
|
|
2553
|
+
},
|
|
2335
2554
|
},
|
|
2336
2555
|
resourceType: {
|
|
2337
2556
|
serializedName: "resourceType",
|
|
2338
2557
|
type: {
|
|
2339
|
-
name: "String"
|
|
2340
|
-
}
|
|
2341
|
-
}
|
|
2342
|
-
}
|
|
2343
|
-
}
|
|
2558
|
+
name: "String",
|
|
2559
|
+
},
|
|
2560
|
+
},
|
|
2561
|
+
},
|
|
2562
|
+
},
|
|
2344
2563
|
};
|
|
2345
2564
|
exports.HttpMessage = {
|
|
2346
2565
|
type: {
|
|
@@ -2351,11 +2570,11 @@ exports.HttpMessage = {
|
|
|
2351
2570
|
serializedName: "content",
|
|
2352
2571
|
type: {
|
|
2353
2572
|
name: "Dictionary",
|
|
2354
|
-
value: { type: { name: "any" } }
|
|
2355
|
-
}
|
|
2356
|
-
}
|
|
2357
|
-
}
|
|
2358
|
-
}
|
|
2573
|
+
value: { type: { name: "any" } },
|
|
2574
|
+
},
|
|
2575
|
+
},
|
|
2576
|
+
},
|
|
2577
|
+
},
|
|
2359
2578
|
};
|
|
2360
2579
|
exports.DeploymentOperationsListResult = {
|
|
2361
2580
|
type: {
|
|
@@ -2369,20 +2588,20 @@ exports.DeploymentOperationsListResult = {
|
|
|
2369
2588
|
element: {
|
|
2370
2589
|
type: {
|
|
2371
2590
|
name: "Composite",
|
|
2372
|
-
className: "DeploymentOperation"
|
|
2373
|
-
}
|
|
2374
|
-
}
|
|
2375
|
-
}
|
|
2591
|
+
className: "DeploymentOperation",
|
|
2592
|
+
},
|
|
2593
|
+
},
|
|
2594
|
+
},
|
|
2376
2595
|
},
|
|
2377
2596
|
nextLink: {
|
|
2378
2597
|
serializedName: "nextLink",
|
|
2379
2598
|
readOnly: true,
|
|
2380
2599
|
type: {
|
|
2381
|
-
name: "String"
|
|
2382
|
-
}
|
|
2383
|
-
}
|
|
2384
|
-
}
|
|
2385
|
-
}
|
|
2600
|
+
name: "String",
|
|
2601
|
+
},
|
|
2602
|
+
},
|
|
2603
|
+
},
|
|
2604
|
+
},
|
|
2386
2605
|
};
|
|
2387
2606
|
exports.TemplateHashResult = {
|
|
2388
2607
|
type: {
|
|
@@ -2392,17 +2611,17 @@ exports.TemplateHashResult = {
|
|
|
2392
2611
|
minifiedTemplate: {
|
|
2393
2612
|
serializedName: "minifiedTemplate",
|
|
2394
2613
|
type: {
|
|
2395
|
-
name: "String"
|
|
2396
|
-
}
|
|
2614
|
+
name: "String",
|
|
2615
|
+
},
|
|
2397
2616
|
},
|
|
2398
2617
|
templateHash: {
|
|
2399
2618
|
serializedName: "templateHash",
|
|
2400
2619
|
type: {
|
|
2401
|
-
name: "String"
|
|
2402
|
-
}
|
|
2403
|
-
}
|
|
2404
|
-
}
|
|
2405
|
-
}
|
|
2620
|
+
name: "String",
|
|
2621
|
+
},
|
|
2622
|
+
},
|
|
2623
|
+
},
|
|
2624
|
+
},
|
|
2406
2625
|
};
|
|
2407
2626
|
exports.TagsResource = {
|
|
2408
2627
|
type: {
|
|
@@ -2413,32 +2632,32 @@ exports.TagsResource = {
|
|
|
2413
2632
|
serializedName: "id",
|
|
2414
2633
|
readOnly: true,
|
|
2415
2634
|
type: {
|
|
2416
|
-
name: "String"
|
|
2417
|
-
}
|
|
2635
|
+
name: "String",
|
|
2636
|
+
},
|
|
2418
2637
|
},
|
|
2419
2638
|
name: {
|
|
2420
2639
|
serializedName: "name",
|
|
2421
2640
|
readOnly: true,
|
|
2422
2641
|
type: {
|
|
2423
|
-
name: "String"
|
|
2424
|
-
}
|
|
2642
|
+
name: "String",
|
|
2643
|
+
},
|
|
2425
2644
|
},
|
|
2426
2645
|
type: {
|
|
2427
2646
|
serializedName: "type",
|
|
2428
2647
|
readOnly: true,
|
|
2429
2648
|
type: {
|
|
2430
|
-
name: "String"
|
|
2431
|
-
}
|
|
2649
|
+
name: "String",
|
|
2650
|
+
},
|
|
2432
2651
|
},
|
|
2433
2652
|
properties: {
|
|
2434
2653
|
serializedName: "properties",
|
|
2435
2654
|
type: {
|
|
2436
2655
|
name: "Composite",
|
|
2437
|
-
className: "Tags"
|
|
2438
|
-
}
|
|
2439
|
-
}
|
|
2440
|
-
}
|
|
2441
|
-
}
|
|
2656
|
+
className: "Tags",
|
|
2657
|
+
},
|
|
2658
|
+
},
|
|
2659
|
+
},
|
|
2660
|
+
},
|
|
2442
2661
|
};
|
|
2443
2662
|
exports.Tags = {
|
|
2444
2663
|
type: {
|
|
@@ -2449,11 +2668,11 @@ exports.Tags = {
|
|
|
2449
2668
|
serializedName: "tags",
|
|
2450
2669
|
type: {
|
|
2451
2670
|
name: "Dictionary",
|
|
2452
|
-
value: { type: { name: "String" } }
|
|
2453
|
-
}
|
|
2454
|
-
}
|
|
2455
|
-
}
|
|
2456
|
-
}
|
|
2671
|
+
value: { type: { name: "String" } },
|
|
2672
|
+
},
|
|
2673
|
+
},
|
|
2674
|
+
},
|
|
2675
|
+
},
|
|
2457
2676
|
};
|
|
2458
2677
|
exports.TagsPatchResource = {
|
|
2459
2678
|
type: {
|
|
@@ -2463,18 +2682,18 @@ exports.TagsPatchResource = {
|
|
|
2463
2682
|
operation: {
|
|
2464
2683
|
serializedName: "operation",
|
|
2465
2684
|
type: {
|
|
2466
|
-
name: "String"
|
|
2467
|
-
}
|
|
2685
|
+
name: "String",
|
|
2686
|
+
},
|
|
2468
2687
|
},
|
|
2469
2688
|
properties: {
|
|
2470
2689
|
serializedName: "properties",
|
|
2471
2690
|
type: {
|
|
2472
2691
|
name: "Composite",
|
|
2473
|
-
className: "Tags"
|
|
2474
|
-
}
|
|
2475
|
-
}
|
|
2476
|
-
}
|
|
2477
|
-
}
|
|
2692
|
+
className: "Tags",
|
|
2693
|
+
},
|
|
2694
|
+
},
|
|
2695
|
+
},
|
|
2696
|
+
},
|
|
2478
2697
|
};
|
|
2479
2698
|
exports.DeploymentExtendedFilter = {
|
|
2480
2699
|
type: {
|
|
@@ -2484,11 +2703,11 @@ exports.DeploymentExtendedFilter = {
|
|
|
2484
2703
|
provisioningState: {
|
|
2485
2704
|
serializedName: "provisioningState",
|
|
2486
2705
|
type: {
|
|
2487
|
-
name: "String"
|
|
2488
|
-
}
|
|
2489
|
-
}
|
|
2490
|
-
}
|
|
2491
|
-
}
|
|
2706
|
+
name: "String",
|
|
2707
|
+
},
|
|
2708
|
+
},
|
|
2709
|
+
},
|
|
2710
|
+
},
|
|
2492
2711
|
};
|
|
2493
2712
|
exports.GenericResourceFilter = {
|
|
2494
2713
|
type: {
|
|
@@ -2498,23 +2717,23 @@ exports.GenericResourceFilter = {
|
|
|
2498
2717
|
resourceType: {
|
|
2499
2718
|
serializedName: "resourceType",
|
|
2500
2719
|
type: {
|
|
2501
|
-
name: "String"
|
|
2502
|
-
}
|
|
2720
|
+
name: "String",
|
|
2721
|
+
},
|
|
2503
2722
|
},
|
|
2504
2723
|
tagname: {
|
|
2505
2724
|
serializedName: "tagname",
|
|
2506
2725
|
type: {
|
|
2507
|
-
name: "String"
|
|
2508
|
-
}
|
|
2726
|
+
name: "String",
|
|
2727
|
+
},
|
|
2509
2728
|
},
|
|
2510
2729
|
tagvalue: {
|
|
2511
2730
|
serializedName: "tagvalue",
|
|
2512
2731
|
type: {
|
|
2513
|
-
name: "String"
|
|
2514
|
-
}
|
|
2515
|
-
}
|
|
2516
|
-
}
|
|
2517
|
-
}
|
|
2732
|
+
name: "String",
|
|
2733
|
+
},
|
|
2734
|
+
},
|
|
2735
|
+
},
|
|
2736
|
+
},
|
|
2518
2737
|
};
|
|
2519
2738
|
exports.ResourceGroupFilter = {
|
|
2520
2739
|
type: {
|
|
@@ -2524,17 +2743,17 @@ exports.ResourceGroupFilter = {
|
|
|
2524
2743
|
tagName: {
|
|
2525
2744
|
serializedName: "tagName",
|
|
2526
2745
|
type: {
|
|
2527
|
-
name: "String"
|
|
2528
|
-
}
|
|
2746
|
+
name: "String",
|
|
2747
|
+
},
|
|
2529
2748
|
},
|
|
2530
2749
|
tagValue: {
|
|
2531
2750
|
serializedName: "tagValue",
|
|
2532
2751
|
type: {
|
|
2533
|
-
name: "String"
|
|
2534
|
-
}
|
|
2535
|
-
}
|
|
2536
|
-
}
|
|
2537
|
-
}
|
|
2752
|
+
name: "String",
|
|
2753
|
+
},
|
|
2754
|
+
},
|
|
2755
|
+
},
|
|
2756
|
+
},
|
|
2538
2757
|
};
|
|
2539
2758
|
exports.ResourceProviderOperationDisplayProperties = {
|
|
2540
2759
|
type: {
|
|
@@ -2544,35 +2763,35 @@ exports.ResourceProviderOperationDisplayProperties = {
|
|
|
2544
2763
|
publisher: {
|
|
2545
2764
|
serializedName: "publisher",
|
|
2546
2765
|
type: {
|
|
2547
|
-
name: "String"
|
|
2548
|
-
}
|
|
2766
|
+
name: "String",
|
|
2767
|
+
},
|
|
2549
2768
|
},
|
|
2550
2769
|
provider: {
|
|
2551
2770
|
serializedName: "provider",
|
|
2552
2771
|
type: {
|
|
2553
|
-
name: "String"
|
|
2554
|
-
}
|
|
2772
|
+
name: "String",
|
|
2773
|
+
},
|
|
2555
2774
|
},
|
|
2556
2775
|
resource: {
|
|
2557
2776
|
serializedName: "resource",
|
|
2558
2777
|
type: {
|
|
2559
|
-
name: "String"
|
|
2560
|
-
}
|
|
2778
|
+
name: "String",
|
|
2779
|
+
},
|
|
2561
2780
|
},
|
|
2562
2781
|
operation: {
|
|
2563
2782
|
serializedName: "operation",
|
|
2564
2783
|
type: {
|
|
2565
|
-
name: "String"
|
|
2566
|
-
}
|
|
2784
|
+
name: "String",
|
|
2785
|
+
},
|
|
2567
2786
|
},
|
|
2568
2787
|
description: {
|
|
2569
2788
|
serializedName: "description",
|
|
2570
2789
|
type: {
|
|
2571
|
-
name: "String"
|
|
2572
|
-
}
|
|
2573
|
-
}
|
|
2574
|
-
}
|
|
2575
|
-
}
|
|
2790
|
+
name: "String",
|
|
2791
|
+
},
|
|
2792
|
+
},
|
|
2793
|
+
},
|
|
2794
|
+
},
|
|
2576
2795
|
};
|
|
2577
2796
|
exports.SubResource = {
|
|
2578
2797
|
type: {
|
|
@@ -2582,11 +2801,11 @@ exports.SubResource = {
|
|
|
2582
2801
|
id: {
|
|
2583
2802
|
serializedName: "id",
|
|
2584
2803
|
type: {
|
|
2585
|
-
name: "String"
|
|
2586
|
-
}
|
|
2587
|
-
}
|
|
2588
|
-
}
|
|
2589
|
-
}
|
|
2804
|
+
name: "String",
|
|
2805
|
+
},
|
|
2806
|
+
},
|
|
2807
|
+
},
|
|
2808
|
+
},
|
|
2590
2809
|
};
|
|
2591
2810
|
exports.DeploymentWhatIfProperties = {
|
|
2592
2811
|
type: {
|
|
@@ -2596,10 +2815,10 @@ exports.DeploymentWhatIfProperties = {
|
|
|
2596
2815
|
serializedName: "whatIfSettings",
|
|
2597
2816
|
type: {
|
|
2598
2817
|
name: "Composite",
|
|
2599
|
-
className: "DeploymentWhatIfSettings"
|
|
2600
|
-
}
|
|
2601
|
-
} })
|
|
2602
|
-
}
|
|
2818
|
+
className: "DeploymentWhatIfSettings",
|
|
2819
|
+
},
|
|
2820
|
+
} }),
|
|
2821
|
+
},
|
|
2603
2822
|
};
|
|
2604
2823
|
exports.GenericResource = {
|
|
2605
2824
|
type: {
|
|
@@ -2609,41 +2828,41 @@ exports.GenericResource = {
|
|
|
2609
2828
|
serializedName: "plan",
|
|
2610
2829
|
type: {
|
|
2611
2830
|
name: "Composite",
|
|
2612
|
-
className: "Plan"
|
|
2613
|
-
}
|
|
2831
|
+
className: "Plan",
|
|
2832
|
+
},
|
|
2614
2833
|
}, properties: {
|
|
2615
2834
|
serializedName: "properties",
|
|
2616
2835
|
type: {
|
|
2617
2836
|
name: "Dictionary",
|
|
2618
|
-
value: { type: { name: "any" } }
|
|
2619
|
-
}
|
|
2837
|
+
value: { type: { name: "any" } },
|
|
2838
|
+
},
|
|
2620
2839
|
}, kind: {
|
|
2621
2840
|
constraints: {
|
|
2622
|
-
Pattern: new RegExp("^[-\\w\\._,\\(\\)]+$")
|
|
2841
|
+
Pattern: new RegExp("^[-\\w\\._,\\(\\)]+$"),
|
|
2623
2842
|
},
|
|
2624
2843
|
serializedName: "kind",
|
|
2625
2844
|
type: {
|
|
2626
|
-
name: "String"
|
|
2627
|
-
}
|
|
2845
|
+
name: "String",
|
|
2846
|
+
},
|
|
2628
2847
|
}, managedBy: {
|
|
2629
2848
|
serializedName: "managedBy",
|
|
2630
2849
|
type: {
|
|
2631
|
-
name: "String"
|
|
2632
|
-
}
|
|
2850
|
+
name: "String",
|
|
2851
|
+
},
|
|
2633
2852
|
}, sku: {
|
|
2634
2853
|
serializedName: "sku",
|
|
2635
2854
|
type: {
|
|
2636
2855
|
name: "Composite",
|
|
2637
|
-
className: "Sku"
|
|
2638
|
-
}
|
|
2856
|
+
className: "Sku",
|
|
2857
|
+
},
|
|
2639
2858
|
}, identity: {
|
|
2640
2859
|
serializedName: "identity",
|
|
2641
2860
|
type: {
|
|
2642
2861
|
name: "Composite",
|
|
2643
|
-
className: "Identity"
|
|
2644
|
-
}
|
|
2645
|
-
} })
|
|
2646
|
-
}
|
|
2862
|
+
className: "Identity",
|
|
2863
|
+
},
|
|
2864
|
+
} }),
|
|
2865
|
+
},
|
|
2647
2866
|
};
|
|
2648
2867
|
exports.GenericResourceExpanded = {
|
|
2649
2868
|
type: {
|
|
@@ -2653,22 +2872,22 @@ exports.GenericResourceExpanded = {
|
|
|
2653
2872
|
serializedName: "createdTime",
|
|
2654
2873
|
readOnly: true,
|
|
2655
2874
|
type: {
|
|
2656
|
-
name: "DateTime"
|
|
2657
|
-
}
|
|
2875
|
+
name: "DateTime",
|
|
2876
|
+
},
|
|
2658
2877
|
}, changedTime: {
|
|
2659
2878
|
serializedName: "changedTime",
|
|
2660
2879
|
readOnly: true,
|
|
2661
2880
|
type: {
|
|
2662
|
-
name: "DateTime"
|
|
2663
|
-
}
|
|
2881
|
+
name: "DateTime",
|
|
2882
|
+
},
|
|
2664
2883
|
}, provisioningState: {
|
|
2665
2884
|
serializedName: "provisioningState",
|
|
2666
2885
|
readOnly: true,
|
|
2667
2886
|
type: {
|
|
2668
|
-
name: "String"
|
|
2669
|
-
}
|
|
2670
|
-
} })
|
|
2671
|
-
}
|
|
2887
|
+
name: "String",
|
|
2888
|
+
},
|
|
2889
|
+
} }),
|
|
2890
|
+
},
|
|
2672
2891
|
};
|
|
2673
2892
|
exports.DeploymentsWhatIfAtTenantScopeHeaders = {
|
|
2674
2893
|
type: {
|
|
@@ -2678,17 +2897,17 @@ exports.DeploymentsWhatIfAtTenantScopeHeaders = {
|
|
|
2678
2897
|
location: {
|
|
2679
2898
|
serializedName: "location",
|
|
2680
2899
|
type: {
|
|
2681
|
-
name: "String"
|
|
2682
|
-
}
|
|
2900
|
+
name: "String",
|
|
2901
|
+
},
|
|
2683
2902
|
},
|
|
2684
2903
|
retryAfter: {
|
|
2685
2904
|
serializedName: "retry-after",
|
|
2686
2905
|
type: {
|
|
2687
|
-
name: "String"
|
|
2688
|
-
}
|
|
2689
|
-
}
|
|
2690
|
-
}
|
|
2691
|
-
}
|
|
2906
|
+
name: "String",
|
|
2907
|
+
},
|
|
2908
|
+
},
|
|
2909
|
+
},
|
|
2910
|
+
},
|
|
2692
2911
|
};
|
|
2693
2912
|
exports.DeploymentsWhatIfAtManagementGroupScopeHeaders = {
|
|
2694
2913
|
type: {
|
|
@@ -2698,17 +2917,17 @@ exports.DeploymentsWhatIfAtManagementGroupScopeHeaders = {
|
|
|
2698
2917
|
location: {
|
|
2699
2918
|
serializedName: "location",
|
|
2700
2919
|
type: {
|
|
2701
|
-
name: "String"
|
|
2702
|
-
}
|
|
2920
|
+
name: "String",
|
|
2921
|
+
},
|
|
2703
2922
|
},
|
|
2704
2923
|
retryAfter: {
|
|
2705
2924
|
serializedName: "retry-after",
|
|
2706
2925
|
type: {
|
|
2707
|
-
name: "String"
|
|
2708
|
-
}
|
|
2709
|
-
}
|
|
2710
|
-
}
|
|
2711
|
-
}
|
|
2926
|
+
name: "String",
|
|
2927
|
+
},
|
|
2928
|
+
},
|
|
2929
|
+
},
|
|
2930
|
+
},
|
|
2712
2931
|
};
|
|
2713
2932
|
exports.DeploymentsWhatIfAtSubscriptionScopeHeaders = {
|
|
2714
2933
|
type: {
|
|
@@ -2718,17 +2937,17 @@ exports.DeploymentsWhatIfAtSubscriptionScopeHeaders = {
|
|
|
2718
2937
|
location: {
|
|
2719
2938
|
serializedName: "location",
|
|
2720
2939
|
type: {
|
|
2721
|
-
name: "String"
|
|
2722
|
-
}
|
|
2940
|
+
name: "String",
|
|
2941
|
+
},
|
|
2723
2942
|
},
|
|
2724
2943
|
retryAfter: {
|
|
2725
2944
|
serializedName: "retry-after",
|
|
2726
2945
|
type: {
|
|
2727
|
-
name: "String"
|
|
2728
|
-
}
|
|
2729
|
-
}
|
|
2730
|
-
}
|
|
2731
|
-
}
|
|
2946
|
+
name: "String",
|
|
2947
|
+
},
|
|
2948
|
+
},
|
|
2949
|
+
},
|
|
2950
|
+
},
|
|
2732
2951
|
};
|
|
2733
2952
|
exports.DeploymentsWhatIfHeaders = {
|
|
2734
2953
|
type: {
|
|
@@ -2738,16 +2957,72 @@ exports.DeploymentsWhatIfHeaders = {
|
|
|
2738
2957
|
location: {
|
|
2739
2958
|
serializedName: "location",
|
|
2740
2959
|
type: {
|
|
2741
|
-
name: "String"
|
|
2742
|
-
}
|
|
2960
|
+
name: "String",
|
|
2961
|
+
},
|
|
2743
2962
|
},
|
|
2744
2963
|
retryAfter: {
|
|
2745
2964
|
serializedName: "retry-after",
|
|
2746
2965
|
type: {
|
|
2747
|
-
name: "String"
|
|
2748
|
-
}
|
|
2749
|
-
}
|
|
2750
|
-
}
|
|
2751
|
-
}
|
|
2966
|
+
name: "String",
|
|
2967
|
+
},
|
|
2968
|
+
},
|
|
2969
|
+
},
|
|
2970
|
+
},
|
|
2971
|
+
};
|
|
2972
|
+
exports.ResourceGroupsDeleteHeaders = {
|
|
2973
|
+
type: {
|
|
2974
|
+
name: "Composite",
|
|
2975
|
+
className: "ResourceGroupsDeleteHeaders",
|
|
2976
|
+
modelProperties: {
|
|
2977
|
+
location: {
|
|
2978
|
+
serializedName: "location",
|
|
2979
|
+
type: {
|
|
2980
|
+
name: "String",
|
|
2981
|
+
},
|
|
2982
|
+
},
|
|
2983
|
+
},
|
|
2984
|
+
},
|
|
2985
|
+
};
|
|
2986
|
+
exports.TagsCreateOrUpdateAtScopeHeaders = {
|
|
2987
|
+
type: {
|
|
2988
|
+
name: "Composite",
|
|
2989
|
+
className: "TagsCreateOrUpdateAtScopeHeaders",
|
|
2990
|
+
modelProperties: {
|
|
2991
|
+
location: {
|
|
2992
|
+
serializedName: "location",
|
|
2993
|
+
type: {
|
|
2994
|
+
name: "String",
|
|
2995
|
+
},
|
|
2996
|
+
},
|
|
2997
|
+
},
|
|
2998
|
+
},
|
|
2999
|
+
};
|
|
3000
|
+
exports.TagsUpdateAtScopeHeaders = {
|
|
3001
|
+
type: {
|
|
3002
|
+
name: "Composite",
|
|
3003
|
+
className: "TagsUpdateAtScopeHeaders",
|
|
3004
|
+
modelProperties: {
|
|
3005
|
+
location: {
|
|
3006
|
+
serializedName: "location",
|
|
3007
|
+
type: {
|
|
3008
|
+
name: "String",
|
|
3009
|
+
},
|
|
3010
|
+
},
|
|
3011
|
+
},
|
|
3012
|
+
},
|
|
3013
|
+
};
|
|
3014
|
+
exports.TagsDeleteAtScopeHeaders = {
|
|
3015
|
+
type: {
|
|
3016
|
+
name: "Composite",
|
|
3017
|
+
className: "TagsDeleteAtScopeHeaders",
|
|
3018
|
+
modelProperties: {
|
|
3019
|
+
location: {
|
|
3020
|
+
serializedName: "location",
|
|
3021
|
+
type: {
|
|
3022
|
+
name: "String",
|
|
3023
|
+
},
|
|
3024
|
+
},
|
|
3025
|
+
},
|
|
3026
|
+
},
|
|
2752
3027
|
};
|
|
2753
3028
|
//# sourceMappingURL=mappers.js.map
|