@pulumi/azure-native 1.44.0 → 1.45.0-alpha.1636055477

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.
Files changed (261) hide show
  1. package/authorization/v20150701/roleAssignment.d.ts +1 -1
  2. package/authorization/v20171001preview/roleAssignment.d.ts +1 -1
  3. package/authorization/v20180101preview/roleAssignment.d.ts +1 -1
  4. package/authorization/v20180901preview/roleAssignment.d.ts +1 -1
  5. package/authorization/v20200401preview/roleAssignment.d.ts +1 -1
  6. package/azurearcdata/v20211101/dataController.d.ts +2 -2
  7. package/azurearcdata/v20211101/getDataController.d.ts +3 -3
  8. package/azurearcdata/v20211101/getSqlManagedInstance.d.ts +3 -3
  9. package/azurearcdata/v20211101/getSqlServerInstance.d.ts +3 -3
  10. package/azurearcdata/v20211101/sqlManagedInstance.d.ts +2 -2
  11. package/azurearcdata/v20211101/sqlServerInstance.d.ts +2 -2
  12. package/cognitiveservices/account.js +1 -1
  13. package/cognitiveservices/account.js.map +1 -1
  14. package/cognitiveservices/commitmentPlan.d.ts +71 -0
  15. package/cognitiveservices/commitmentPlan.js +78 -0
  16. package/cognitiveservices/commitmentPlan.js.map +1 -0
  17. package/cognitiveservices/deployment.d.ts +71 -0
  18. package/cognitiveservices/deployment.js +78 -0
  19. package/cognitiveservices/deployment.js.map +1 -0
  20. package/cognitiveservices/getCommitmentPlan.d.ts +65 -0
  21. package/cognitiveservices/getCommitmentPlan.js +30 -0
  22. package/cognitiveservices/getCommitmentPlan.js.map +1 -0
  23. package/cognitiveservices/getDeployment.d.ts +65 -0
  24. package/cognitiveservices/getDeployment.js +30 -0
  25. package/cognitiveservices/getDeployment.js.map +1 -0
  26. package/cognitiveservices/index.d.ts +6 -1
  27. package/cognitiveservices/index.js +13 -1
  28. package/cognitiveservices/index.js.map +1 -1
  29. package/cognitiveservices/privateEndpointConnection.js +1 -1
  30. package/cognitiveservices/privateEndpointConnection.js.map +1 -1
  31. package/cognitiveservices/v20160201preview/cognitiveServicesAccount.js +1 -1
  32. package/cognitiveservices/v20160201preview/cognitiveServicesAccount.js.map +1 -1
  33. package/cognitiveservices/v20170418/account.js +1 -1
  34. package/cognitiveservices/v20170418/account.js.map +1 -1
  35. package/cognitiveservices/v20170418/privateEndpointConnection.js +1 -1
  36. package/cognitiveservices/v20170418/privateEndpointConnection.js.map +1 -1
  37. package/cognitiveservices/v20210430/account.js +1 -1
  38. package/cognitiveservices/v20210430/account.js.map +1 -1
  39. package/cognitiveservices/v20210430/privateEndpointConnection.js +1 -1
  40. package/cognitiveservices/v20210430/privateEndpointConnection.js.map +1 -1
  41. package/cognitiveservices/v20211001/account.d.ts +110 -0
  42. package/cognitiveservices/v20211001/account.js +83 -0
  43. package/cognitiveservices/v20211001/account.js.map +1 -0
  44. package/cognitiveservices/v20211001/commitmentPlan.d.ts +70 -0
  45. package/cognitiveservices/v20211001/commitmentPlan.js +77 -0
  46. package/cognitiveservices/v20211001/commitmentPlan.js.map +1 -0
  47. package/cognitiveservices/v20211001/deployment.d.ts +70 -0
  48. package/cognitiveservices/v20211001/deployment.js +77 -0
  49. package/cognitiveservices/v20211001/deployment.js.map +1 -0
  50. package/cognitiveservices/v20211001/getAccount.d.ts +78 -0
  51. package/cognitiveservices/v20211001/getAccount.js +28 -0
  52. package/cognitiveservices/v20211001/getAccount.js.map +1 -0
  53. package/cognitiveservices/v20211001/getCommitmentPlan.d.ts +64 -0
  54. package/cognitiveservices/v20211001/getCommitmentPlan.js +29 -0
  55. package/cognitiveservices/v20211001/getCommitmentPlan.js.map +1 -0
  56. package/cognitiveservices/v20211001/getDeployment.d.ts +64 -0
  57. package/cognitiveservices/v20211001/getDeployment.js +29 -0
  58. package/cognitiveservices/v20211001/getDeployment.js.map +1 -0
  59. package/cognitiveservices/v20211001/getPrivateEndpointConnection.d.ts +68 -0
  60. package/cognitiveservices/v20211001/getPrivateEndpointConnection.js +29 -0
  61. package/cognitiveservices/v20211001/getPrivateEndpointConnection.js.map +1 -0
  62. package/cognitiveservices/v20211001/index.d.ts +10 -0
  63. package/cognitiveservices/v20211001/index.js +52 -0
  64. package/cognitiveservices/v20211001/index.js.map +1 -0
  65. package/cognitiveservices/v20211001/listAccountKeys.d.ts +39 -0
  66. package/cognitiveservices/v20211001/listAccountKeys.js +28 -0
  67. package/cognitiveservices/v20211001/listAccountKeys.js.map +1 -0
  68. package/cognitiveservices/v20211001/privateEndpointConnection.d.ts +78 -0
  69. package/cognitiveservices/v20211001/privateEndpointConnection.js +79 -0
  70. package/cognitiveservices/v20211001/privateEndpointConnection.js.map +1 -0
  71. package/devices/dpsCertificate.js +1 -1
  72. package/devices/dpsCertificate.js.map +1 -1
  73. package/devices/index.d.ts +2 -1
  74. package/devices/index.js +3 -1
  75. package/devices/index.js.map +1 -1
  76. package/devices/iotDpsResource.js +1 -1
  77. package/devices/iotDpsResource.js.map +1 -1
  78. package/devices/iotDpsResourcePrivateEndpointConnection.js +1 -1
  79. package/devices/iotDpsResourcePrivateEndpointConnection.js.map +1 -1
  80. package/devices/v20170821preview/dpsCertificate.js +1 -1
  81. package/devices/v20170821preview/dpsCertificate.js.map +1 -1
  82. package/devices/v20170821preview/iotDpsResource.js +1 -1
  83. package/devices/v20170821preview/iotDpsResource.js.map +1 -1
  84. package/devices/v20171115/dpsCertificate.js +1 -1
  85. package/devices/v20171115/dpsCertificate.js.map +1 -1
  86. package/devices/v20171115/iotDpsResource.js +1 -1
  87. package/devices/v20171115/iotDpsResource.js.map +1 -1
  88. package/devices/v20180122/dpsCertificate.js +1 -1
  89. package/devices/v20180122/dpsCertificate.js.map +1 -1
  90. package/devices/v20180122/iotDpsResource.js +1 -1
  91. package/devices/v20180122/iotDpsResource.js.map +1 -1
  92. package/devices/v20200101/dpsCertificate.js +1 -1
  93. package/devices/v20200101/dpsCertificate.js.map +1 -1
  94. package/devices/v20200101/iotDpsResource.js +1 -1
  95. package/devices/v20200101/iotDpsResource.js.map +1 -1
  96. package/devices/v20200301/dpsCertificate.js +1 -1
  97. package/devices/v20200301/dpsCertificate.js.map +1 -1
  98. package/devices/v20200301/iotDpsResource.js +1 -1
  99. package/devices/v20200301/iotDpsResource.js.map +1 -1
  100. package/devices/v20200301/iotDpsResourcePrivateEndpointConnection.js +1 -1
  101. package/devices/v20200301/iotDpsResourcePrivateEndpointConnection.js.map +1 -1
  102. package/devices/v20200901preview/dpsCertificate.js +1 -1
  103. package/devices/v20200901preview/dpsCertificate.js.map +1 -1
  104. package/devices/v20200901preview/iotDpsResource.js +1 -1
  105. package/devices/v20200901preview/iotDpsResource.js.map +1 -1
  106. package/devices/v20200901preview/iotDpsResourcePrivateEndpointConnection.js +1 -1
  107. package/devices/v20200901preview/iotDpsResourcePrivateEndpointConnection.js.map +1 -1
  108. package/devices/v20211015/dpsCertificate.d.ts +74 -0
  109. package/devices/v20211015/dpsCertificate.js +79 -0
  110. package/devices/v20211015/dpsCertificate.js.map +1 -0
  111. package/devices/v20211015/getDpsCertificate.d.ts +64 -0
  112. package/devices/v20211015/getDpsCertificate.js +29 -0
  113. package/devices/v20211015/getDpsCertificate.js.map +1 -0
  114. package/devices/v20211015/getIotDpsResource.d.ts +70 -0
  115. package/devices/v20211015/getIotDpsResource.js +28 -0
  116. package/devices/v20211015/getIotDpsResource.js.map +1 -0
  117. package/devices/v20211015/getIotDpsResourcePrivateEndpointConnection.d.ts +60 -0
  118. package/devices/v20211015/getIotDpsResourcePrivateEndpointConnection.js +29 -0
  119. package/devices/v20211015/getIotDpsResourcePrivateEndpointConnection.js.map +1 -0
  120. package/devices/v20211015/index.d.ts +9 -0
  121. package/devices/v20211015/index.js +48 -0
  122. package/devices/v20211015/index.js.map +1 -0
  123. package/devices/v20211015/iotDpsResource.d.ts +98 -0
  124. package/devices/v20211015/iotDpsResource.js +85 -0
  125. package/devices/v20211015/iotDpsResource.js.map +1 -0
  126. package/devices/v20211015/iotDpsResourcePrivateEndpointConnection.d.ts +66 -0
  127. package/devices/v20211015/iotDpsResourcePrivateEndpointConnection.js +78 -0
  128. package/devices/v20211015/iotDpsResourcePrivateEndpointConnection.js.map +1 -0
  129. package/devices/v20211015/listIotDpsResourceKeys.d.ts +40 -0
  130. package/devices/v20211015/listIotDpsResourceKeys.js +28 -0
  131. package/devices/v20211015/listIotDpsResourceKeys.js.map +1 -0
  132. package/devices/v20211015/listIotDpsResourceKeysForKeyName.d.ts +55 -0
  133. package/devices/v20211015/listIotDpsResourceKeysForKeyName.js +29 -0
  134. package/devices/v20211015/listIotDpsResourceKeysForKeyName.js.map +1 -0
  135. package/deviceupdate/getPrivateEndpointConnectionProxy.d.ts +4 -0
  136. package/deviceupdate/getPrivateEndpointConnectionProxy.js.map +1 -1
  137. package/deviceupdate/privateEndpointConnectionProxy.d.ts +8 -0
  138. package/deviceupdate/privateEndpointConnectionProxy.js +2 -0
  139. package/deviceupdate/privateEndpointConnectionProxy.js.map +1 -1
  140. package/deviceupdate/v20200301preview/getPrivateEndpointConnectionProxy.d.ts +4 -0
  141. package/deviceupdate/v20200301preview/getPrivateEndpointConnectionProxy.js.map +1 -1
  142. package/deviceupdate/v20200301preview/privateEndpointConnectionProxy.d.ts +8 -0
  143. package/deviceupdate/v20200301preview/privateEndpointConnectionProxy.js +2 -0
  144. package/deviceupdate/v20200301preview/privateEndpointConnectionProxy.js.map +1 -1
  145. package/package.json +2 -2
  146. package/package.json.dev +1 -1
  147. package/security/customAssessmentAutomation.d.ts +4 -12
  148. package/security/customAssessmentAutomation.js +2 -4
  149. package/security/customAssessmentAutomation.js.map +1 -1
  150. package/security/getCustomAssessmentAutomation.d.ts +4 -8
  151. package/security/getCustomAssessmentAutomation.js.map +1 -1
  152. package/security/v20210701preview/customAssessmentAutomation.d.ts +4 -12
  153. package/security/v20210701preview/customAssessmentAutomation.js +2 -4
  154. package/security/v20210701preview/customAssessmentAutomation.js.map +1 -1
  155. package/security/v20210701preview/getCustomAssessmentAutomation.d.ts +4 -8
  156. package/security/v20210701preview/getCustomAssessmentAutomation.js.map +1 -1
  157. package/synapse/getKustoPoolAttachedDatabaseConfiguration.d.ts +2 -2
  158. package/synapse/kustoPoolAttachedDatabaseConfiguration.d.ts +1 -1
  159. package/synapse/listKustoPoolFollowerDatabases.d.ts +2 -2
  160. package/synapse/listKustoPoolLanguageExtensions.d.ts +2 -2
  161. package/synapse/v20210601/bigDataPool.d.ts +1 -1
  162. package/synapse/v20210601/getBigDataPool.d.ts +2 -2
  163. package/synapse/v20210601/getIpFirewallRule.d.ts +2 -2
  164. package/synapse/v20210601/getKey.d.ts +2 -2
  165. package/synapse/v20210601/getSqlPool.d.ts +2 -2
  166. package/synapse/v20210601/getSqlPoolSensitivityLabel.d.ts +2 -2
  167. package/synapse/v20210601/getSqlPoolTransparentDataEncryption.d.ts +2 -2
  168. package/synapse/v20210601/getSqlPoolVulnerabilityAssessment.d.ts +2 -2
  169. package/synapse/v20210601/getSqlPoolVulnerabilityAssessmentRuleBaseline.d.ts +2 -2
  170. package/synapse/v20210601/getSqlPoolWorkloadClassifier.d.ts +2 -2
  171. package/synapse/v20210601/getSqlPoolWorkloadGroup.d.ts +2 -2
  172. package/synapse/v20210601/getWorkspace.d.ts +2 -2
  173. package/synapse/v20210601/getWorkspaceAadAdmin.d.ts +2 -2
  174. package/synapse/v20210601/getWorkspaceManagedSqlServerVulnerabilityAssessment.d.ts +2 -2
  175. package/synapse/v20210601/getWorkspaceSqlAadAdmin.d.ts +2 -2
  176. package/synapse/v20210601/ipFirewallRule.d.ts +1 -1
  177. package/synapse/v20210601/key.d.ts +1 -1
  178. package/synapse/v20210601/sqlPool.d.ts +1 -1
  179. package/synapse/v20210601/sqlPoolSensitivityLabel.d.ts +1 -1
  180. package/synapse/v20210601/sqlPoolTransparentDataEncryption.d.ts +1 -1
  181. package/synapse/v20210601/sqlPoolVulnerabilityAssessment.d.ts +1 -1
  182. package/synapse/v20210601/sqlPoolVulnerabilityAssessmentRuleBaseline.d.ts +1 -1
  183. package/synapse/v20210601/sqlPoolWorkloadClassifier.d.ts +1 -1
  184. package/synapse/v20210601/sqlPoolWorkloadGroup.d.ts +1 -1
  185. package/synapse/v20210601/workspace.d.ts +1 -1
  186. package/synapse/v20210601/workspaceAadAdmin.d.ts +1 -1
  187. package/synapse/v20210601/workspaceManagedSqlServerVulnerabilityAssessment.d.ts +1 -1
  188. package/synapse/v20210601/workspaceSqlAadAdmin.d.ts +1 -1
  189. package/synapse/v20210601preview/bigDataPool.d.ts +1 -1
  190. package/synapse/v20210601preview/eventGridDataConnection.d.ts +1 -1
  191. package/synapse/v20210601preview/eventHubDataConnection.d.ts +1 -1
  192. package/synapse/v20210601preview/getBigDataPool.d.ts +2 -2
  193. package/synapse/v20210601preview/getEventGridDataConnection.d.ts +2 -2
  194. package/synapse/v20210601preview/getEventHubDataConnection.d.ts +2 -2
  195. package/synapse/v20210601preview/getIotHubDataConnection.d.ts +2 -2
  196. package/synapse/v20210601preview/getIpFirewallRule.d.ts +2 -2
  197. package/synapse/v20210601preview/getKey.d.ts +2 -2
  198. package/synapse/v20210601preview/getKustoPool.d.ts +2 -2
  199. package/synapse/v20210601preview/getKustoPoolAttachedDatabaseConfiguration.d.ts +2 -2
  200. package/synapse/v20210601preview/getKustoPoolDataConnection.d.ts +2 -2
  201. package/synapse/v20210601preview/getKustoPoolDatabase.d.ts +2 -2
  202. package/synapse/v20210601preview/getKustoPoolDatabasePrincipalAssignment.d.ts +2 -2
  203. package/synapse/v20210601preview/getKustoPoolPrincipalAssignment.d.ts +2 -2
  204. package/synapse/v20210601preview/getReadWriteDatabase.d.ts +2 -2
  205. package/synapse/v20210601preview/getSqlPool.d.ts +2 -2
  206. package/synapse/v20210601preview/getSqlPoolSensitivityLabel.d.ts +2 -2
  207. package/synapse/v20210601preview/getSqlPoolTransparentDataEncryption.d.ts +2 -2
  208. package/synapse/v20210601preview/getSqlPoolVulnerabilityAssessment.d.ts +2 -2
  209. package/synapse/v20210601preview/getSqlPoolVulnerabilityAssessmentRuleBaseline.d.ts +2 -2
  210. package/synapse/v20210601preview/getSqlPoolWorkloadClassifier.d.ts +2 -2
  211. package/synapse/v20210601preview/getSqlPoolWorkloadGroup.d.ts +2 -2
  212. package/synapse/v20210601preview/getWorkspace.d.ts +2 -2
  213. package/synapse/v20210601preview/getWorkspaceAadAdmin.d.ts +2 -2
  214. package/synapse/v20210601preview/getWorkspaceManagedSqlServerVulnerabilityAssessment.d.ts +2 -2
  215. package/synapse/v20210601preview/getWorkspaceSqlAadAdmin.d.ts +2 -2
  216. package/synapse/v20210601preview/iotHubDataConnection.d.ts +1 -1
  217. package/synapse/v20210601preview/ipFirewallRule.d.ts +1 -1
  218. package/synapse/v20210601preview/key.d.ts +1 -1
  219. package/synapse/v20210601preview/kustoPool.d.ts +1 -1
  220. package/synapse/v20210601preview/kustoPoolAttachedDatabaseConfiguration.d.ts +1 -1
  221. package/synapse/v20210601preview/kustoPoolDataConnection.d.ts +1 -1
  222. package/synapse/v20210601preview/kustoPoolDatabase.d.ts +1 -1
  223. package/synapse/v20210601preview/kustoPoolDatabasePrincipalAssignment.d.ts +1 -1
  224. package/synapse/v20210601preview/kustoPoolPrincipalAssignment.d.ts +1 -1
  225. package/synapse/v20210601preview/listKustoPoolFollowerDatabases.d.ts +2 -2
  226. package/synapse/v20210601preview/listKustoPoolLanguageExtensions.d.ts +2 -2
  227. package/synapse/v20210601preview/readWriteDatabase.d.ts +1 -1
  228. package/synapse/v20210601preview/sqlPool.d.ts +1 -1
  229. package/synapse/v20210601preview/sqlPoolSensitivityLabel.d.ts +1 -1
  230. package/synapse/v20210601preview/sqlPoolTransparentDataEncryption.d.ts +1 -1
  231. package/synapse/v20210601preview/sqlPoolVulnerabilityAssessment.d.ts +1 -1
  232. package/synapse/v20210601preview/sqlPoolVulnerabilityAssessmentRuleBaseline.d.ts +1 -1
  233. package/synapse/v20210601preview/sqlPoolWorkloadClassifier.d.ts +1 -1
  234. package/synapse/v20210601preview/sqlPoolWorkloadGroup.d.ts +1 -1
  235. package/synapse/v20210601preview/workspace.d.ts +1 -1
  236. package/synapse/v20210601preview/workspaceAadAdmin.d.ts +1 -1
  237. package/synapse/v20210601preview/workspaceManagedSqlServerVulnerabilityAssessment.d.ts +1 -1
  238. package/synapse/v20210601preview/workspaceSqlAadAdmin.d.ts +1 -1
  239. package/types/enums/cognitiveservices/index.d.ts +18 -1
  240. package/types/enums/cognitiveservices/index.js +11 -1
  241. package/types/enums/cognitiveservices/index.js.map +1 -1
  242. package/types/enums/cognitiveservices/v20211001/index.d.ts +70 -0
  243. package/types/enums/cognitiveservices/v20211001/index.js +44 -0
  244. package/types/enums/cognitiveservices/v20211001/index.js.map +1 -0
  245. package/types/enums/consumption/v20211001/index.d.ts +28 -0
  246. package/types/enums/consumption/v20211001/index.js +25 -1
  247. package/types/enums/consumption/v20211001/index.js.map +1 -1
  248. package/types/enums/devices/index.d.ts +2 -1
  249. package/types/enums/devices/index.js +3 -1
  250. package/types/enums/devices/index.js.map +1 -1
  251. package/types/enums/devices/v20211015/index.d.ts +81 -0
  252. package/types/enums/devices/v20211015/index.js +55 -0
  253. package/types/enums/devices/v20211015/index.js.map +1 -0
  254. package/types/enums/security/index.d.ts +0 -18
  255. package/types/enums/security/index.js +1 -11
  256. package/types/enums/security/index.js.map +1 -1
  257. package/types/enums/security/v20210701preview/index.d.ts +0 -18
  258. package/types/enums/security/v20210701preview/index.js +1 -11
  259. package/types/enums/security/v20210701preview/index.js.map +1 -1
  260. package/types/input.d.ts +576 -1
  261. package/types/output.d.ts +1107 -117
@@ -48,7 +48,7 @@ export interface RoleAssignmentArgs {
48
48
  */
49
49
  properties: pulumi.Input<inputs.authorization.v20150701.RoleAssignmentPropertiesArgs>;
50
50
  /**
51
- * The name of the role assignment to create. It can be any valid GUID.
51
+ * A GUID for the role assignment to create. The name must be unique and different for each role assignment.
52
52
  */
53
53
  roleAssignmentName?: pulumi.Input<string>;
54
54
  /**
@@ -63,7 +63,7 @@ export interface RoleAssignmentArgs {
63
63
  */
64
64
  principalId?: pulumi.Input<string>;
65
65
  /**
66
- * The name of the role assignment to create. It can be any valid GUID.
66
+ * A GUID for the role assignment to create. The name must be unique and different for each role assignment.
67
67
  */
68
68
  roleAssignmentName?: pulumi.Input<string>;
69
69
  /**
@@ -63,7 +63,7 @@ export interface RoleAssignmentArgs {
63
63
  */
64
64
  principalId: pulumi.Input<string>;
65
65
  /**
66
- * The name of the role assignment to create. It can be any valid GUID.
66
+ * A GUID for the role assignment to create. The name must be unique and different for each role assignment.
67
67
  */
68
68
  roleAssignmentName?: pulumi.Input<string>;
69
69
  /**
@@ -72,7 +72,7 @@ export interface RoleAssignmentArgs {
72
72
  */
73
73
  principalType?: pulumi.Input<string | enums.authorization.v20180901preview.PrincipalType>;
74
74
  /**
75
- * The name of the role assignment to create. It can be any valid GUID.
75
+ * A GUID for the role assignment to create. The name must be unique and different for each role assignment.
76
76
  */
77
77
  roleAssignmentName?: pulumi.Input<string>;
78
78
  /**
@@ -120,7 +120,7 @@ export interface RoleAssignmentArgs {
120
120
  */
121
121
  principalType?: pulumi.Input<string | enums.authorization.v20200401preview.PrincipalType>;
122
122
  /**
123
- * The name of the role assignment to create. It can be any valid GUID.
123
+ * A GUID for the role assignment to create. The name must be unique and different for each role assignment.
124
124
  */
125
125
  roleAssignmentName?: pulumi.Input<string>;
126
126
  /**
@@ -35,7 +35,7 @@ export declare class DataController extends pulumi.CustomResource {
35
35
  */
36
36
  readonly properties: pulumi.Output<outputs.azurearcdata.v20211101.DataControllerPropertiesResponse>;
37
37
  /**
38
- * Read only system data
38
+ * Azure Resource Manager metadata containing createdBy and modifiedBy information.
39
39
  */
40
40
  readonly systemData: pulumi.Output<outputs.azurearcdata.v20211101.SystemDataResponse>;
41
41
  /**
@@ -45,7 +45,7 @@ export declare class DataController extends pulumi.CustomResource {
45
45
  [key: string]: string;
46
46
  } | undefined>;
47
47
  /**
48
- * The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.
48
+ * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
49
49
  */
50
50
  readonly type: pulumi.Output<string>;
51
51
  /**
@@ -20,7 +20,7 @@ export interface GetDataControllerResult {
20
20
  */
21
21
  readonly extendedLocation?: outputs.azurearcdata.v20211101.ExtendedLocationResponse;
22
22
  /**
23
- * Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
23
+ * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
24
24
  */
25
25
  readonly id: string;
26
26
  /**
@@ -36,7 +36,7 @@ export interface GetDataControllerResult {
36
36
  */
37
37
  readonly properties: outputs.azurearcdata.v20211101.DataControllerPropertiesResponse;
38
38
  /**
39
- * Read only system data
39
+ * Azure Resource Manager metadata containing createdBy and modifiedBy information.
40
40
  */
41
41
  readonly systemData: outputs.azurearcdata.v20211101.SystemDataResponse;
42
42
  /**
@@ -46,7 +46,7 @@ export interface GetDataControllerResult {
46
46
  [key: string]: string;
47
47
  };
48
48
  /**
49
- * The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.
49
+ * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
50
50
  */
51
51
  readonly type: string;
52
52
  }
@@ -23,7 +23,7 @@ export interface GetSqlManagedInstanceResult {
23
23
  */
24
24
  readonly extendedLocation?: outputs.azurearcdata.v20211101.ExtendedLocationResponse;
25
25
  /**
26
- * Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
26
+ * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
27
27
  */
28
28
  readonly id: string;
29
29
  /**
@@ -43,7 +43,7 @@ export interface GetSqlManagedInstanceResult {
43
43
  */
44
44
  readonly sku?: outputs.azurearcdata.v20211101.SqlManagedInstanceSkuResponse;
45
45
  /**
46
- * Read only system data
46
+ * Azure Resource Manager metadata containing createdBy and modifiedBy information.
47
47
  */
48
48
  readonly systemData: outputs.azurearcdata.v20211101.SystemDataResponse;
49
49
  /**
@@ -53,7 +53,7 @@ export interface GetSqlManagedInstanceResult {
53
53
  [key: string]: string;
54
54
  };
55
55
  /**
56
- * The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.
56
+ * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
57
57
  */
58
58
  readonly type: string;
59
59
  }
@@ -19,7 +19,7 @@ export interface GetSqlServerInstanceArgs {
19
19
  */
20
20
  export interface GetSqlServerInstanceResult {
21
21
  /**
22
- * Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
22
+ * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
23
23
  */
24
24
  readonly id: string;
25
25
  /**
@@ -35,7 +35,7 @@ export interface GetSqlServerInstanceResult {
35
35
  */
36
36
  readonly properties: outputs.azurearcdata.v20211101.SqlServerInstancePropertiesResponse;
37
37
  /**
38
- * Read only system data
38
+ * Azure Resource Manager metadata containing createdBy and modifiedBy information.
39
39
  */
40
40
  readonly systemData: outputs.azurearcdata.v20211101.SystemDataResponse;
41
41
  /**
@@ -45,7 +45,7 @@ export interface GetSqlServerInstanceResult {
45
45
  [key: string]: string;
46
46
  };
47
47
  /**
48
- * The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.
48
+ * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
49
49
  */
50
50
  readonly type: string;
51
51
  }
@@ -39,7 +39,7 @@ export declare class SqlManagedInstance extends pulumi.CustomResource {
39
39
  */
40
40
  readonly sku: pulumi.Output<outputs.azurearcdata.v20211101.SqlManagedInstanceSkuResponse | undefined>;
41
41
  /**
42
- * Read only system data
42
+ * Azure Resource Manager metadata containing createdBy and modifiedBy information.
43
43
  */
44
44
  readonly systemData: pulumi.Output<outputs.azurearcdata.v20211101.SystemDataResponse>;
45
45
  /**
@@ -49,7 +49,7 @@ export declare class SqlManagedInstance extends pulumi.CustomResource {
49
49
  [key: string]: string;
50
50
  } | undefined>;
51
51
  /**
52
- * The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.
52
+ * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
53
53
  */
54
54
  readonly type: pulumi.Output<string>;
55
55
  /**
@@ -31,7 +31,7 @@ export declare class SqlServerInstance extends pulumi.CustomResource {
31
31
  */
32
32
  readonly properties: pulumi.Output<outputs.azurearcdata.v20211101.SqlServerInstancePropertiesResponse>;
33
33
  /**
34
- * Read only system data
34
+ * Azure Resource Manager metadata containing createdBy and modifiedBy information.
35
35
  */
36
36
  readonly systemData: pulumi.Output<outputs.azurearcdata.v20211101.SystemDataResponse>;
37
37
  /**
@@ -41,7 +41,7 @@ export declare class SqlServerInstance extends pulumi.CustomResource {
41
41
  [key: string]: string;
42
42
  } | undefined>;
43
43
  /**
44
- * The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.
44
+ * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
45
45
  */
46
46
  readonly type: pulumi.Output<string>;
47
47
  /**
@@ -50,7 +50,7 @@ class Account extends pulumi.CustomResource {
50
50
  if (!opts.version) {
51
51
  opts = pulumi.mergeOptions(opts, { version: utilities.getVersion() });
52
52
  }
53
- const aliasOpts = { aliases: [{ type: "azure-nextgen:cognitiveservices:Account" }, { type: "azure-native:cognitiveservices/v20160201preview:Account" }, { type: "azure-nextgen:cognitiveservices/v20160201preview:Account" }, { type: "azure-native:cognitiveservices/v20170418:Account" }, { type: "azure-nextgen:cognitiveservices/v20170418:Account" }, { type: "azure-native:cognitiveservices/v20210430:Account" }, { type: "azure-nextgen:cognitiveservices/v20210430:Account" }] };
53
+ const aliasOpts = { aliases: [{ type: "azure-nextgen:cognitiveservices:Account" }, { type: "azure-native:cognitiveservices/v20160201preview:Account" }, { type: "azure-nextgen:cognitiveservices/v20160201preview:Account" }, { type: "azure-native:cognitiveservices/v20170418:Account" }, { type: "azure-nextgen:cognitiveservices/v20170418:Account" }, { type: "azure-native:cognitiveservices/v20210430:Account" }, { type: "azure-nextgen:cognitiveservices/v20210430:Account" }, { type: "azure-native:cognitiveservices/v20211001:Account" }, { type: "azure-nextgen:cognitiveservices/v20211001:Account" }] };
54
54
  opts = pulumi.mergeOptions(opts, aliasOpts);
55
55
  super(Account.__pulumiType, name, inputs, opts);
56
56
  }
@@ -1 +1 @@
1
- {"version":3,"file":"account.js","sourceRoot":"","sources":["../../cognitiveservices/account.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"account.js","sourceRoot":"","sources":["../../cognitiveservices/account.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,71 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import { input as inputs, output as outputs } from "../types";
3
+ /**
4
+ * Cognitive Services account commitment plan.
5
+ * API Version: 2021-10-01.
6
+ */
7
+ export declare class CommitmentPlan extends pulumi.CustomResource {
8
+ /**
9
+ * Get an existing CommitmentPlan resource's state with the given name, ID, and optional extra
10
+ * properties used to qualify the lookup.
11
+ *
12
+ * @param name The _unique_ name of the resulting resource.
13
+ * @param id The _unique_ provider ID of the resource to lookup.
14
+ * @param opts Optional settings to control the behavior of the CustomResource.
15
+ */
16
+ static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): CommitmentPlan;
17
+ /**
18
+ * Returns true if the given object is an instance of CommitmentPlan. This is designed to work even
19
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
20
+ */
21
+ static isInstance(obj: any): obj is CommitmentPlan;
22
+ /**
23
+ * Resource Etag.
24
+ */
25
+ readonly etag: pulumi.Output<string>;
26
+ /**
27
+ * The name of the resource
28
+ */
29
+ readonly name: pulumi.Output<string>;
30
+ /**
31
+ * Properties of Cognitive Services account commitment plan.
32
+ */
33
+ readonly properties: pulumi.Output<outputs.cognitiveservices.CommitmentPlanPropertiesResponse>;
34
+ /**
35
+ * Metadata pertaining to creation and last modification of the resource.
36
+ */
37
+ readonly systemData: pulumi.Output<outputs.cognitiveservices.SystemDataResponse>;
38
+ /**
39
+ * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
40
+ */
41
+ readonly type: pulumi.Output<string>;
42
+ /**
43
+ * Create a CommitmentPlan resource with the given unique name, arguments, and options.
44
+ *
45
+ * @param name The _unique_ name of the resource.
46
+ * @param args The arguments to use to populate this resource's properties.
47
+ * @param opts A bag of options that control this resource's behavior.
48
+ */
49
+ constructor(name: string, args: CommitmentPlanArgs, opts?: pulumi.CustomResourceOptions);
50
+ }
51
+ /**
52
+ * The set of arguments for constructing a CommitmentPlan resource.
53
+ */
54
+ export interface CommitmentPlanArgs {
55
+ /**
56
+ * The name of Cognitive Services account.
57
+ */
58
+ accountName: pulumi.Input<string>;
59
+ /**
60
+ * The name of the commitmentPlan associated with the Cognitive Services Account
61
+ */
62
+ commitmentPlanName?: pulumi.Input<string>;
63
+ /**
64
+ * Properties of Cognitive Services account commitment plan.
65
+ */
66
+ properties?: pulumi.Input<inputs.cognitiveservices.CommitmentPlanPropertiesArgs>;
67
+ /**
68
+ * The name of the resource group. The name is case insensitive.
69
+ */
70
+ resourceGroupName: pulumi.Input<string>;
71
+ }
@@ -0,0 +1,78 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by the Pulumi SDK Generator. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.CommitmentPlan = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Cognitive Services account commitment plan.
10
+ * API Version: 2021-10-01.
11
+ */
12
+ class CommitmentPlan extends pulumi.CustomResource {
13
+ /**
14
+ * Create a CommitmentPlan resource with the given unique name, arguments, and options.
15
+ *
16
+ * @param name The _unique_ name of the resource.
17
+ * @param args The arguments to use to populate this resource's properties.
18
+ * @param opts A bag of options that control this resource's behavior.
19
+ */
20
+ constructor(name, args, opts) {
21
+ let inputs = {};
22
+ opts = opts || {};
23
+ if (!opts.id) {
24
+ if ((!args || args.accountName === undefined) && !opts.urn) {
25
+ throw new Error("Missing required property 'accountName'");
26
+ }
27
+ if ((!args || args.resourceGroupName === undefined) && !opts.urn) {
28
+ throw new Error("Missing required property 'resourceGroupName'");
29
+ }
30
+ inputs["accountName"] = args ? args.accountName : undefined;
31
+ inputs["commitmentPlanName"] = args ? args.commitmentPlanName : undefined;
32
+ inputs["properties"] = args ? args.properties : undefined;
33
+ inputs["resourceGroupName"] = args ? args.resourceGroupName : undefined;
34
+ inputs["etag"] = undefined /*out*/;
35
+ inputs["name"] = undefined /*out*/;
36
+ inputs["systemData"] = undefined /*out*/;
37
+ inputs["type"] = undefined /*out*/;
38
+ }
39
+ else {
40
+ inputs["etag"] = undefined /*out*/;
41
+ inputs["name"] = undefined /*out*/;
42
+ inputs["properties"] = undefined /*out*/;
43
+ inputs["systemData"] = undefined /*out*/;
44
+ inputs["type"] = undefined /*out*/;
45
+ }
46
+ if (!opts.version) {
47
+ opts = pulumi.mergeOptions(opts, { version: utilities.getVersion() });
48
+ }
49
+ const aliasOpts = { aliases: [{ type: "azure-nextgen:cognitiveservices:CommitmentPlan" }, { type: "azure-native:cognitiveservices/v20211001:CommitmentPlan" }, { type: "azure-nextgen:cognitiveservices/v20211001:CommitmentPlan" }] };
50
+ opts = pulumi.mergeOptions(opts, aliasOpts);
51
+ super(CommitmentPlan.__pulumiType, name, inputs, opts);
52
+ }
53
+ /**
54
+ * Get an existing CommitmentPlan resource's state with the given name, ID, and optional extra
55
+ * properties used to qualify the lookup.
56
+ *
57
+ * @param name The _unique_ name of the resulting resource.
58
+ * @param id The _unique_ provider ID of the resource to lookup.
59
+ * @param opts Optional settings to control the behavior of the CustomResource.
60
+ */
61
+ static get(name, id, opts) {
62
+ return new CommitmentPlan(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
63
+ }
64
+ /**
65
+ * Returns true if the given object is an instance of CommitmentPlan. This is designed to work even
66
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
67
+ */
68
+ static isInstance(obj) {
69
+ if (obj === undefined || obj === null) {
70
+ return false;
71
+ }
72
+ return obj['__pulumiType'] === CommitmentPlan.__pulumiType;
73
+ }
74
+ }
75
+ exports.CommitmentPlan = CommitmentPlan;
76
+ /** @internal */
77
+ CommitmentPlan.__pulumiType = 'azure-native:cognitiveservices:CommitmentPlan';
78
+ //# sourceMappingURL=commitmentPlan.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"commitmentPlan.js","sourceRoot":"","sources":["../../cognitiveservices/commitmentPlan.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,71 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import { input as inputs, output as outputs } from "../types";
3
+ /**
4
+ * Cognitive Services account deployment.
5
+ * API Version: 2021-10-01.
6
+ */
7
+ export declare class Deployment extends pulumi.CustomResource {
8
+ /**
9
+ * Get an existing Deployment resource's state with the given name, ID, and optional extra
10
+ * properties used to qualify the lookup.
11
+ *
12
+ * @param name The _unique_ name of the resulting resource.
13
+ * @param id The _unique_ provider ID of the resource to lookup.
14
+ * @param opts Optional settings to control the behavior of the CustomResource.
15
+ */
16
+ static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): Deployment;
17
+ /**
18
+ * Returns true if the given object is an instance of Deployment. This is designed to work even
19
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
20
+ */
21
+ static isInstance(obj: any): obj is Deployment;
22
+ /**
23
+ * Resource Etag.
24
+ */
25
+ readonly etag: pulumi.Output<string>;
26
+ /**
27
+ * The name of the resource
28
+ */
29
+ readonly name: pulumi.Output<string>;
30
+ /**
31
+ * Properties of Cognitive Services account deployment.
32
+ */
33
+ readonly properties: pulumi.Output<outputs.cognitiveservices.DeploymentPropertiesResponse>;
34
+ /**
35
+ * Metadata pertaining to creation and last modification of the resource.
36
+ */
37
+ readonly systemData: pulumi.Output<outputs.cognitiveservices.SystemDataResponse>;
38
+ /**
39
+ * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
40
+ */
41
+ readonly type: pulumi.Output<string>;
42
+ /**
43
+ * Create a Deployment resource with the given unique name, arguments, and options.
44
+ *
45
+ * @param name The _unique_ name of the resource.
46
+ * @param args The arguments to use to populate this resource's properties.
47
+ * @param opts A bag of options that control this resource's behavior.
48
+ */
49
+ constructor(name: string, args: DeploymentArgs, opts?: pulumi.CustomResourceOptions);
50
+ }
51
+ /**
52
+ * The set of arguments for constructing a Deployment resource.
53
+ */
54
+ export interface DeploymentArgs {
55
+ /**
56
+ * The name of Cognitive Services account.
57
+ */
58
+ accountName: pulumi.Input<string>;
59
+ /**
60
+ * The name of the deployment associated with the Cognitive Services Account
61
+ */
62
+ deploymentName?: pulumi.Input<string>;
63
+ /**
64
+ * Properties of Cognitive Services account deployment.
65
+ */
66
+ properties?: pulumi.Input<inputs.cognitiveservices.DeploymentPropertiesArgs>;
67
+ /**
68
+ * The name of the resource group. The name is case insensitive.
69
+ */
70
+ resourceGroupName: pulumi.Input<string>;
71
+ }
@@ -0,0 +1,78 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by the Pulumi SDK Generator. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.Deployment = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Cognitive Services account deployment.
10
+ * API Version: 2021-10-01.
11
+ */
12
+ class Deployment extends pulumi.CustomResource {
13
+ /**
14
+ * Create a Deployment resource with the given unique name, arguments, and options.
15
+ *
16
+ * @param name The _unique_ name of the resource.
17
+ * @param args The arguments to use to populate this resource's properties.
18
+ * @param opts A bag of options that control this resource's behavior.
19
+ */
20
+ constructor(name, args, opts) {
21
+ let inputs = {};
22
+ opts = opts || {};
23
+ if (!opts.id) {
24
+ if ((!args || args.accountName === undefined) && !opts.urn) {
25
+ throw new Error("Missing required property 'accountName'");
26
+ }
27
+ if ((!args || args.resourceGroupName === undefined) && !opts.urn) {
28
+ throw new Error("Missing required property 'resourceGroupName'");
29
+ }
30
+ inputs["accountName"] = args ? args.accountName : undefined;
31
+ inputs["deploymentName"] = args ? args.deploymentName : undefined;
32
+ inputs["properties"] = args ? args.properties : undefined;
33
+ inputs["resourceGroupName"] = args ? args.resourceGroupName : undefined;
34
+ inputs["etag"] = undefined /*out*/;
35
+ inputs["name"] = undefined /*out*/;
36
+ inputs["systemData"] = undefined /*out*/;
37
+ inputs["type"] = undefined /*out*/;
38
+ }
39
+ else {
40
+ inputs["etag"] = undefined /*out*/;
41
+ inputs["name"] = undefined /*out*/;
42
+ inputs["properties"] = undefined /*out*/;
43
+ inputs["systemData"] = undefined /*out*/;
44
+ inputs["type"] = undefined /*out*/;
45
+ }
46
+ if (!opts.version) {
47
+ opts = pulumi.mergeOptions(opts, { version: utilities.getVersion() });
48
+ }
49
+ const aliasOpts = { aliases: [{ type: "azure-nextgen:cognitiveservices:Deployment" }, { type: "azure-native:cognitiveservices/v20211001:Deployment" }, { type: "azure-nextgen:cognitiveservices/v20211001:Deployment" }] };
50
+ opts = pulumi.mergeOptions(opts, aliasOpts);
51
+ super(Deployment.__pulumiType, name, inputs, opts);
52
+ }
53
+ /**
54
+ * Get an existing Deployment resource's state with the given name, ID, and optional extra
55
+ * properties used to qualify the lookup.
56
+ *
57
+ * @param name The _unique_ name of the resulting resource.
58
+ * @param id The _unique_ provider ID of the resource to lookup.
59
+ * @param opts Optional settings to control the behavior of the CustomResource.
60
+ */
61
+ static get(name, id, opts) {
62
+ return new Deployment(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
63
+ }
64
+ /**
65
+ * Returns true if the given object is an instance of Deployment. This is designed to work even
66
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
67
+ */
68
+ static isInstance(obj) {
69
+ if (obj === undefined || obj === null) {
70
+ return false;
71
+ }
72
+ return obj['__pulumiType'] === Deployment.__pulumiType;
73
+ }
74
+ }
75
+ exports.Deployment = Deployment;
76
+ /** @internal */
77
+ Deployment.__pulumiType = 'azure-native:cognitiveservices:Deployment';
78
+ //# sourceMappingURL=deployment.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"deployment.js","sourceRoot":"","sources":["../../cognitiveservices/deployment.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,65 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import { output as outputs } from "../types";
3
+ /**
4
+ * Cognitive Services account commitment plan.
5
+ * API Version: 2021-10-01.
6
+ */
7
+ export declare function getCommitmentPlan(args: GetCommitmentPlanArgs, opts?: pulumi.InvokeOptions): Promise<GetCommitmentPlanResult>;
8
+ export interface GetCommitmentPlanArgs {
9
+ /**
10
+ * The name of Cognitive Services account.
11
+ */
12
+ accountName: string;
13
+ /**
14
+ * The name of the commitmentPlan associated with the Cognitive Services Account
15
+ */
16
+ commitmentPlanName: string;
17
+ /**
18
+ * The name of the resource group. The name is case insensitive.
19
+ */
20
+ resourceGroupName: string;
21
+ }
22
+ /**
23
+ * Cognitive Services account commitment plan.
24
+ */
25
+ export interface GetCommitmentPlanResult {
26
+ /**
27
+ * Resource Etag.
28
+ */
29
+ readonly etag: string;
30
+ /**
31
+ * Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
32
+ */
33
+ readonly id: string;
34
+ /**
35
+ * The name of the resource
36
+ */
37
+ readonly name: string;
38
+ /**
39
+ * Properties of Cognitive Services account commitment plan.
40
+ */
41
+ readonly properties: outputs.cognitiveservices.CommitmentPlanPropertiesResponse;
42
+ /**
43
+ * Metadata pertaining to creation and last modification of the resource.
44
+ */
45
+ readonly systemData: outputs.cognitiveservices.SystemDataResponse;
46
+ /**
47
+ * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
48
+ */
49
+ readonly type: string;
50
+ }
51
+ export declare function getCommitmentPlanOutput(args: GetCommitmentPlanOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetCommitmentPlanResult>;
52
+ export interface GetCommitmentPlanOutputArgs {
53
+ /**
54
+ * The name of Cognitive Services account.
55
+ */
56
+ accountName: pulumi.Input<string>;
57
+ /**
58
+ * The name of the commitmentPlan associated with the Cognitive Services Account
59
+ */
60
+ commitmentPlanName: pulumi.Input<string>;
61
+ /**
62
+ * The name of the resource group. The name is case insensitive.
63
+ */
64
+ resourceGroupName: pulumi.Input<string>;
65
+ }
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by the Pulumi SDK Generator. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getCommitmentPlanOutput = exports.getCommitmentPlan = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Cognitive Services account commitment plan.
10
+ * API Version: 2021-10-01.
11
+ */
12
+ function getCommitmentPlan(args, opts) {
13
+ if (!opts) {
14
+ opts = {};
15
+ }
16
+ if (!opts.version) {
17
+ opts.version = utilities.getVersion();
18
+ }
19
+ return pulumi.runtime.invoke("azure-native:cognitiveservices:getCommitmentPlan", {
20
+ "accountName": args.accountName,
21
+ "commitmentPlanName": args.commitmentPlanName,
22
+ "resourceGroupName": args.resourceGroupName,
23
+ }, opts);
24
+ }
25
+ exports.getCommitmentPlan = getCommitmentPlan;
26
+ function getCommitmentPlanOutput(args, opts) {
27
+ return pulumi.output(args).apply(a => getCommitmentPlan(a, opts));
28
+ }
29
+ exports.getCommitmentPlanOutput = getCommitmentPlanOutput;
30
+ //# sourceMappingURL=getCommitmentPlan.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getCommitmentPlan.js","sourceRoot":"","sources":["../../cognitiveservices/getCommitmentPlan.ts"],"names":[],"mappings":";AAAA,wEAAwE;AACxE,iFAAiF;;;AAEjF,yCAAyC;AAEzC,0CAA0C;AAE1C;;;GAGG;AACH,SAAgB,iBAAiB,CAAC,IAA2B,EAAE,IAA2B;IACtF,IAAI,CAAC,IAAI,EAAE;QACP,IAAI,GAAG,EAAE,CAAA;KACZ;IAED,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACf,IAAI,CAAC,OAAO,GAAG,SAAS,CAAC,UAAU,EAAE,CAAC;KACzC;IACD,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,kDAAkD,EAAE;QAC7E,aAAa,EAAE,IAAI,CAAC,WAAW;QAC/B,oBAAoB,EAAE,IAAI,CAAC,kBAAkB;QAC7C,mBAAmB,EAAE,IAAI,CAAC,iBAAiB;KAC9C,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAbD,8CAaC;AA+CD,SAAgB,uBAAuB,CAAC,IAAiC,EAAE,IAA2B;IAClG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,iBAAiB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACrE,CAAC;AAFD,0DAEC"}